This release greatly breaks backwards compatibility with previous version. Almost all features are changed.
**Full Changelog**: https://github.com/JSS95/cv2PySide6/compare/v1.1.1...v2.0.0
What's Changed
* refact: redesign video pipeline by JSS95 in https://github.com/JSS95/cv2PySide6/pull/20
* refact: use QMediaPlayer.sourceChanged signal by JSS95 in https://github.com/JSS95/cv2PySide6/pull/21
* refact: modify module names by JSS95 in https://github.com/JSS95/cv2PySide6/pull/22
* feat: introduce NDArrayVideoWidget by JSS95 in https://github.com/JSS95/cv2PySide6/pull/23
* feat: introduce NDArrayVideoSeekerWidget by JSS95 in https://github.com/JSS95/cv2PySide6/pull/24
* feat: introduce CV2VideoPlayer example by JSS95 in https://github.com/JSS95/cv2PySide6/pull/25
* feat: introduce VideoPlayerProtocol by JSS95 in https://github.com/JSS95/cv2PySide6/pull/26
* feat: introduce NDArrayCameraWidget by JSS95 in https://github.com/JSS95/cv2PySide6/pull/27
**Full Changelog**: https://github.com/JSS95/cv2PySide6/compare/v1.1.1...v2.0.0