seekcamera-python
seekcamera-python copied to clipboard
Python language bindings for the Seek Thermal SDK
When I download and install Seek thermal SDK, and run the code I get this error, I don't know how to fix it, hope you can fix it for me
Hi, I have struggled to run this code, and I believe I'm missing something from the installation instructions that is causing this but I am not sure what. When I...
It is just an example, to get a temperature for a particular pixel in terminal based on mouse click.
The repo doesn't seem to be synced with the released zip file. I copied over the new files from the 1.3 zip.
setuptools.setup( name="seekcamera-python", version="1.2.0",
Hi, First i want, to thank whole the Seek Team to provide such a good material, we are very sastifiyed of your product in our company ! However, I would...
Hello, I start to dig with latest seek sdk python and was trying to stream in u106 fixed format to get a raw stream that I could easily convert to...
from threading import Condition import cv2 from seekcamera import ( SeekCameraFrameHeader, SeekCameraManagerEvent, SeekCameraIOType, SeekCameraColorPalette, SeekCameraColorPaletteData, SeekCameraFilter, SeekCameraFilterState, SeekCameraAGCMode, SeekCameraLinearAGCLockMode, SeekCameraShutterMode, SeekCameraTemperatureUnit, SeekCameraManager, SeekCamera, SeekCameraFrameFormat, SeekFrame, ) from seekcamera.camera import (...
the released tar and zip files for 1.2 are listed as version 1.1.1 in setup.py. Also, pypi is still at 1.1
It is just an example or tutorial, to get a temperature for a particular pixel in OpenCV based on mouse click.