How to display mirrored feed in QCameraViewfinder (Qt 5.2.1 desktop)?
-
If you run the camera example that comes with Qt 5.2.1 source, on Mac, QCameraViewfinder displays the original feed from the webcam, which looks "un-natural" because the webcam is facing you like a mirror, it makes more sense to display a mirrored feed. On Windows, the same code displays a mirrored feed automatically. So my question is how do I show a mirrored feed in QCameraViewfinder on Mac? I looked around but did not find a solution.
Thank you!