Fourth stable release of the Python language bindings for the Seek Thermal SDK 4.X.
Released on 06/06/2023.
Highlights
- New APIs to wrap Pipeline APIs added to the C SDK (Seek Vision, Legacy, Lite)
- Adjust API to wrap Linear AGC Min & Max APIs modified in the C SDK
- New API to wrap the Sharpening Filter added to the C SDK
- New API to wrap the HistEQ ROI APIs added to the C SDK
- New example added which includes Video Recording
Third stable release of the Python language bindings for the Seek Thermal SDK 4.X.
Released on 07/06/2022
Highlights
- New APIs to wrap AGC APIs added to the C SDK (HistEQ, Linear)
- New APIs to wrap frame locking APIs added to the C SDK
- Bug fix for
cseekcamera_store_app_resources
which did not match the C API signature - Bug fix for
cseekcamera_load_app_resources
which did not match the C API signature - Bug fix for
SeekFrame.is_empty
API which accessed invalid.value
attribute for bool type
Stable patch release for v1.1.X.
Released on 06/24/2021.
Highlights
- Bug fix for invalid argtypes assignment in seekcamera_set_temperature_unit CDLL stub.
- Bug fix for missing conversions of enumerated integers to higher-level SeekCamera objects.
Second stable release of the Python language bindings for the Seek Thermal SDK 4.X.
Released on 06/01/2021.
Highlights
- New feature for creating user-defined color palettes
- Bug fixes and improvements released in 4.1; see SDK release notes for more
First stable release of the Python language bindings for the Seek Thermal SDK 4.X.
Released on 05/20/2021.
Highlights
- Asynchronous event driven API that is fast and responsive
- Ability to use multiple cameras in one SDK instance
- Common set of APIs for both Mosaic and Micro Core cameras
- Robust error handling and logging interface
- Numerous frame output formats
- Example applications to learn and get started