About PySpin Functions
AnsweredI have a FLIR advance Image Image Streaming A50.
I use PySpin with Pyhon3 on MAC PC with that camera
PySpin = spinnaker_python-4.1.0.157-cp39-cp39-macosx_13_0_arm64.whl
Is it possible to use PySpin to change global parameters such as Emissivity, Reflected temperature, and MSX alignment settings? Also, when I run Exposure_QuickSpin.py, the exposure time could not be changed with the following error
Unable to disable automatic exposure. Aborting...
-
Official comment
Hi Tomoki,
To start with, Spinnaker was created for machine vision cameras, and example code were made with the featureset that we provide with our machine vision cameras. For the thermal camera you have, it may not contain the same set of features, or access to certain features you would expect to access using software meant for thermal cameras. To determine what features/parameters are available, I would recommend running SpinView, select the camera, and then taking a look at the features tab; here we would list all of the camera features Spinnaker recognizes from the camera. If it is not listed, then it wouldn't be accessible in any Spinnaker-related code.
If you have a feature you want to access, and it is listed in the SpinView features tab, then I would recommend reviewing our Spinnaker nodes article, which shows how to access parameters listed in SpinView in the coding language of your preference (C++, C#, Python). https://www.flir.ca/support-center/iis/machine-vision/application-note/spinnaker-nodes/
Please sign in to leave a comment.
Comments
1 comment