Hello,
Im currently using several OpenMV boards for machinevision tasks and now also started to use it with the lepton module.
While it is ok for many scenarios to use a fixed temperature range like in the examples, it would be handy to have automatic gain from time to time.
In the pure_thermal.py example it maps the range with “ta, ir, to_min, to_max = fir.read_ir()” without specifying a range first (maybe I have overlooked that)
But the “fir” module doesnt work on the normal openmv.
Is it in any way possible to get temperatures from the lepton when its used in automatic mode or dynamically adjust the range?
I was also thinking about setting a wider range and dynamically “expand” the greyscale range that is interesting (as in, the min -max range of the current picture) and add ironbow afterwards
Thanks in advance!
PS: Your products are great!