elerac / EasyPySpin

cv2.VideoCapture like wrapper for FLIR Spinnaker SDK
MIT License
97 stars 19 forks source link

How to get image temperature? #2

Closed finnickniu closed 4 years ago

finnickniu commented 4 years ago

Hi, thanks for your great job.

I am wondering how to get image or pixels temperature value.

elerac commented 4 years ago

Hi @finnickniu,

I think you are talking about the thermal camera... However, it seems that Spinnaker SDK only supports machine vision cameras (e.g., BlackFly, Flea3, etc.), not thermal cameras.

(In EasyPySpin, cv2.CAP_PROP_TEMPERATURE acquires the internal temperature of the camera.)

finnickniu commented 4 years ago

Hi elerac,

Thanks for your qucik reply. You are right, I am using flir Axx3 series thermal camera, and I am fresh in this area. I want to find a python/c++ sdk to get the temperature, do you have any idea?

Many Thanks.

elerac commented 4 years ago

Here is a list of SDKs to control the flir cameras. I don't have a thermal camera, so I don't know the details, but according to this list, File SDK or Atlas SDK is the right choice for thermal analysis.

finnickniu commented 4 years ago

Thanks!