tomasz-lewicki / ai-thermometer

Fever screening with IR & RGB cameras and Deep CNNs
148 stars 39 forks source link

Webcam+Lepton3.5 using pure thermal mini #48

Open Deejay-96 opened 2 years ago

Deejay-96 commented 2 years ago

Hello @tomek-l. First of all, brilliant work on the code.

I am using webcam and lepton 3.5 through Purethermal mini(connected using USB) on windows platform. I am just trying this code in my laptop. so, i believe there wont be a use for gstreamer. I would like to know how to use this code on windows. I tried writing my own program, but the temperature readings are not accurate. In lepton 3.5/2.5 documentation, it has been mentioned that the temperature value will be stored only when the t-linear mode is enabled. In your code, how have you done that? Also please let me know how to use your code on windows. what are the changes that I need to make? please let me know.

image Also I am unable to view the image using matplotlib.

Thanks.