EasyPySpin Versions Save

cv2.VideoCapture like wrapper for FLIR Spinnaker SDK

v2.0.1

2 years ago

Oct 5, 2021

  • Fix #8

v2.0

2 years ago

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

2 years ago

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

2 years ago

Jul 2, 2020

  • Add SynchronizedVideoCapture class for hardware synchronized primary and secondary cameras

v1.0

2 years ago

Apr 29, 2020

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