@vudangkhoa2906 said in Image orientation with qml Camera:
Screen.orientationUpdateMask
I never specified an orientation update mask, and this
readonly property bool isPortrait: (Screen.primaryOrientation === Qt.PortraitOrientation ||
Screen.primaryOrientation === Qt.InvertedPortraitOrientation)
works fine for me, maybe you don't need it ? 🤷♂️