1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge pull request #24827 from alexlyulkov:al/java-camera-view-orientation

Added any screen orientation support for JavaCameraView
This commit is contained in:
Alexander Smorkalov
2024-01-11 10:19:02 +03:00
committed by GitHub
4 changed files with 101 additions and 32 deletions
@@ -12,7 +12,6 @@
android:exported="true"
android:name="Tutorial1Activity"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:configChanges="keyboardHidden|orientation">
<intent-filter>
<action android:name="android.intent.action.MAIN" />