Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.06 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.06 KB

Python Thermal Camera with Raspberry Pi (AMG8833)

Python codes for development of a real-time thermal camera using a Raspberry Pi 4 and AMG8833 infrared array

- Real-Time Interpolated IR Camera -

The following plot is outputted by the example script:

  • /examples/IR_cam_interp.py

AMG8833 Interpolated Real-Time

- Wiring Diagram -

The AMG8833 is powered by the 5V pin on the Raspberry Pi, and wired to the SDA/SCL pins on GPIO 2 and GPIO 3, respectively.

Wiring diagram between AMG883 to RPI4

- Example Output -

The following plot is outputted by the example script:

  • /examples/IR_cam_test.py

AMG8833 Plot Test