Qt 6.11 is out! See what's new in the release
blog
[SOLVED]Portrait camera representation in portrait mode
Mobile and Embedded
4
Posts
3
Posters
2.9k
Views
1
Watching
-
Case solved.
The solution is... print the QCamera to a widget.
Add the orientation support to that QWidget.
In the parent, create a slot that call the setOrientation() method to the created QCamera widget, with setting landscape to the orientation.in the main window (QCamera Widget parent) add a timer that call the slot form main parent (created early to set the the orientation to QCamera user widget.
Example: http://developer.qt.nokia.com/wiki/Present_QCamera_in_portrait_mode_as_in_landscape_view