Skip to content

Releases: seekthermal/seekcamera-python

v1.3.0

08 Mar 03:11
v1.3.0
3b056f9
Compare
Choose a tag to compare

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

v1.2.0

07 Jul 01:15
8107a5f
Compare
Choose a tag to compare

What's Changed

  • fix: update app resource APIs to accept void* by @m-mead in #19
  • Feature/port apis from sdk 4.2 by @tmullanix in #20

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

24 Jun 22:29
Compare
Choose a tag to compare

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.

v1.1.0

01 Jun 21:57
Compare
Choose a tag to compare

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

v1.0.0

20 May 22:53
Compare
Choose a tag to compare

v1.0.0

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