We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ed2e7 commit 2b43b9fCopy full SHA for 2b43b9f
scenedetect/backends/opencv.py
@@ -350,6 +350,7 @@ def _open_capture(self, framerate: Optional[float] = None):
350
self._cap = cap
351
self._frame_rate = framerate
352
self._has_grabbed = False
353
+ cap.set(cv2.CAP_PROP_ORIENTATION_AUTO, 1.0) # https://github.com/opencv/opencv/issues/26795
354
355
356
# TODO(#168): Support non-monotonic timing for `position`. VFR timecode support is a
0 commit comments