Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.2.0 Beta3
-
None
Description
used to be you could flip horizontal by doing this:
format.setMirrored(true);
or horizontal by doing this:
format.setScanLineDirection(QtVideoFrameFormat::BottomToTop);
but since you can no longer set the format of what comes out of the camera, this is no longer possible