Skip to content

Releases: elerac/EasyPySpin

v2.0.1

06 Oct 00:27
Compare
Choose a tag to compare

Oct 5, 2021

v2.0

08 Aug 10:53
Compare
Choose a tag to compare

Aug 8, 2021

  • Add EasyPySpinWarning to handle warning from EasyPySpin (use warnings.simplefilter or VideoCapture.setExceptionMode)
  • VideoCapture: Add new methods; setExceptionMode, set_pyspin_value, get_pyspin_value, grab and retrieve
  • VideoCaptureEX: Renew mergeHDR and readHDR methods
  • MultipleVideoCapture: Create a new class to handle multiple cameras
  • SynchronizedVideoCapture: Update class based on MultipleVideoCapture. Which can handle not only primary and secondary cameras but also multiple secondary cameras and/or an external trigger.

v1.2

08 Aug 10:52
Compare
Choose a tag to compare

Sep 17, 2020

  • Add VideoCaptureEX class for HDR (mergeHDR and readHDR methods) and average capture (average_num attribute)
  • Add a flag for automatic software trigger execution (inside VideoCapture)
  • Enhanced checks on camera connection (inside __init__ method of VideoCapture )
  • Add command line tool

v1.1

08 Aug 10:51
Compare
Choose a tag to compare

Jul 2, 2020

  • Add SynchronizedVideoCapture class for hardware synchronized primary and secondary cameras

v1.0

08 Aug 10:49
Compare
Choose a tag to compare

Apr 29, 2020

  • Create VideoCapture class with basic methods (read, release, isOpened, set and get)