Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Absolute temperature reading #1

Open
evertheylen opened this issue Nov 20, 2015 · 2 comments
Open

Absolute temperature reading #1

evertheylen opened this issue Nov 20, 2015 · 2 comments

Comments

@evertheylen
Copy link

I know this is on the TODO list, but I would like to open an issue for it to get more details.
I would like to use this in a project where an absolute reading would be very useful, and the Thermal Seek looks to be the best solution, using your library.
So I'd like to ask, is there perhaps any progress on this? Can I help? I'll buy the Thermal Seek myself soon.

@zougloub
Copy link
Owner

Hi, opening the issue is perfectly fine :)

So far I have done absolutely no progress as I'm fairly busy with my day job.
I'm pretty sure that (unless obfuscation is done) given the technology used by the camera, it shouldn't be impossible to get absolute readings, by trying to get a model of the camera (from how it works) and finding out where the required information comes from, in the data stream.

If you want to help, you can look in the related links to check if people are making progress (last time I checked, people were doing very approximative relative temperature readings) and you could try to have fun and think about how the camera works.

Building a model can help finding out to properly correct fixed pattern noise and other imaging defects (other TODOs).

@zougloub
Copy link
Owner

zougloub commented Aug 2, 2016

Hi,

I am reusing my device and took another look at absolute temperature measurement:

  • I took a look at pixels with low standard deviation, and pixel (0,1) (stream offset 2) was outstanding.
  • I noticed that when the camera temperature raises, pixel (0,1) value lowers.

It seems there is a "thermal diode" in the device, if someone can find pointers about it, maybe we can go further and convert the value into a temperature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants