maxbbraun / fever

A contactless fever thermometer with auto-aim
MIT License
25 stars 12 forks source link

Problem Enabling access to the thermal camera over UVC #9

Open amir-prod opened 3 years ago

amir-prod commented 3 years ago

Hi Max,

Thank you for your grate project! While I was trying to enable camera over UVC, when I do "cmake.." it comes up with this error:

b15fb85b-c34c-45e3-8bd9-b919a58f3fa2

The camera is attached but it says "JPEG not found".

Moreover, can you please explain how you read temperature from the camera? I am asking because I was able to run the camera in another way, but I think I am missing some information in this way.

Look forward to your answer!

Best,

maxbbraun commented 3 years ago

While I was trying to enable camera over UVC, when I do "cmake.." it comes up with this error:

The camera is attached but it says "JPEG not found".

I haven't seen this before. Could you attach CMakeOutput.log?

Moreover, can you please explain how you read temperature from the camera? I am asking because I was able to run the camera in another way, but I think I am missing some information in this way.

raw_buffer contains the temperature values in centikelvin, but note that they are not calibrated correctly.