Skip to content

v2.0

Compare
Choose a tag to compare
@elerac elerac released this 08 Aug 10:53
· 1 commit to master since this release

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.