My client sent this picture. the picture is showing that objects are upside down.
He is using Nexus 5X and android 7.0 (Nuget) OS.
i just locked OpenCV Activity orientation to landscape.
It is my manifest
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera.autofocus" />
...
<activity
android:screenOrientation="landscape"
android:name=".opencv.OpenCVCameraActivity"
android:theme="@style/AppTheme.Fullscreen" />
I have tested it on My testing devices and emulator with cam.
Galaxy Note 2, Galaxy 3, LG G3, AVD API 24, AVD API 23, AVD etcs..
All of those devices showed me working correctly except my client owns.
I can not be able to debug the phone. Because, My client lived far away.
Does Anyone have any idea? Please, give me piece of advice to resolve it.