cliffordlab / AutoTriage_release

Automatic passive triage for fever and cyanosis
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Measuring Temperature - Lepton #3

Closed optimusfzco closed 4 years ago

optimusfzco commented 4 years ago

Hello, Thank you for releasing this, it's brilliant work. I am curious, i didn't see anywhere in the code where you measure the temperature or use the Lepton at all, am i missing it somewhere or is it still not released? thank you!

zifanjiang commented 4 years ago

Hi,

In measure.py, it uses Lepton as a usb cam (device=/dev/video1) to take pictures (using gstreamer) and then it reads in the pictures for temperature. Hope this helps.

optimusfzco commented 4 years ago

Hello, thats very helpful, thank you.