groupgets / purethermal1-uvc-capture

USB Video Class capture examples for PureThermal 1 / PureThermal 2 FLIR Lepton Dev Kit
125 stars 81 forks source link

Get temperature from a specific area or spot #33

Closed BenjaminYeh83 closed 4 years ago

BenjaminYeh83 commented 4 years ago

Hello, I'm trying to integrate thermal data with my object detection function. I have tried to modify the uvc-radiometry.py I was wondering what is the best way to get the data from a specific area of spot instead of the whole image.

Thank you very much.

kekiefer commented 4 years ago

Each pixel contains temperature data. Pick the one you want, or average a few.

BenjaminYeh83 commented 4 years ago

Thank you very much!