I am trying to import PySpin in Visual Studio to be able to work with Flir's camera but every time I encounter this:
"No module named 'PySpin'"
And when I try the Pip install PySpin, nothing would change! I've downloaded the Spinnaker packages and install them but again I see this error!
Can anyone help me how to fix this error, thanks :)
I've tried:
- 1- Checked the Python Version Compatibility
- 2- Correct Installation: pip install pyspin
- 3- Verify that the capitalization is correct
- 4- Using the compatible PySpin library from the camera website
If you're installing pyspin via pip it's the wrong library (this one simply renders a spinning loader in Terminal, nothing to do with the FLIR SDK).
I know it's confusing because of the name (pyspin != PySpin).
Try this:
Here are few screenshots from FLIR's website (on Windows): Select your OS first
Then select your Python version (from what they support):

Once installed you should be able to run their examples. For reference this is their AcquireAndDisplay.py script:
Personally I've used simple-pyspin for a quick test and it was less verbose. Note: This library on its down doesn't do much: you still need to install the Spinnaker SDK and Python bindings from FLIR first.