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.