Skip to content

DavyLandman/esp-heat-camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP 8266 heat camera (with AMG8833)

This code extends the Thermal Cam Interpolate example and adds temporal smoothing and auto scaling of min-max values.

We measure every 200ms, and smooth the interpolated image by taking the average of the last 4 frames. This reduces the jumpyness a bit.

It also keeps track of the minimal and maximal values for the past 2 seconds, and auto scales the image based on those ranges (instead of a fixed range between 20 and 30).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages