|
|
|
@ -1,8 +1,8 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
package="org.opencv.samples.cameracalibration" |
|
|
|
|
android:versionCode="1" |
|
|
|
|
android:versionName="1.0" > |
|
|
|
|
package="org.opencv.samples.cameracalibration" |
|
|
|
|
android:versionCode="1" |
|
|
|
|
android:versionName="1.0" > |
|
|
|
|
|
|
|
|
|
<application |
|
|
|
|
android:label="@string/app_name" |
|
|
|
@ -10,7 +10,7 @@ |
|
|
|
|
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" > |
|
|
|
|
|
|
|
|
|
<activity android:name="CameraCalibrationActivity" |
|
|
|
|
android:label="@string/app_name" |
|
|
|
|
android:label="@string/app_name" |
|
|
|
|
android:screenOrientation="landscape" |
|
|
|
|
android:configChanges="keyboardHidden|orientation" > |
|
|
|
|
<intent-filter> |
|
|
|
|