RobotHacker / CameraWebServerThermal

Yet another version of the classic ESP32-CAM example CameraWebServer, this time with support for the AMG88xx thermal camera module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CameraWebServerThermal

Yet another version of the classic ESP32-CAM example CameraWebServer, this time with support for the AMG88xx thermal camera module.

Kinda works

To Do

  • Fix crash
    • Memory leak?
  • Make image/stream larger
    • Stretch pixels?
  • Mix in interpolation code?
  • Feed out thermocouple and temperature array via websockets and/or JSON
  • Make the color map more adjustable
    • Raise and lower the high and low ends of the color map
    • Replace the color map with custom colors
  • Delay between stream frames
    • bring the frame rate down to 10 fps

The process so far

Hardware

  • ESP32-CAM
  • AMG8833 breakout module
  • USB to serial for programming

Other inspiration

About

Yet another version of the classic ESP32-CAM example CameraWebServer, this time with support for the AMG88xx thermal camera module.


Languages

Language:C 61.3%Language:C++ 38.7%