修改连拍的分辨率

This commit is contained in:
md 2021-09-06 15:23:28 +08:00
parent a8e8d7b5d0
commit ba4247457b
2 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 29 compileSdkVersion 29
buildToolsVersion '29.0.2' buildToolsVersion '29.0.2'
// ndkVersion '23.0.7123448' ndkVersion '23.0.7123448'
defaultConfig { defaultConfig {
applicationId "com.navinfo.outdoor" applicationId "com.navinfo.outdoor"

View File

@ -16,11 +16,11 @@
android:id="@+id/camera" android:id="@+id/camera"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
app:cameraPictureSizeMaxArea="3200000" app:cameraPictureSizeMaxArea="1700000"
app:cameraPictureSizeMaxHeight="2000" app:cameraPictureSizeMaxHeight="1280"
app:cameraPictureSizeMinHeight="1000" app:cameraPictureSizeMinHeight="720"
app:cameraPictureSizeMaxWidth="2000" app:cameraPictureSizeMaxWidth="1280"
app:cameraPictureSizeMinWidth="1000" app:cameraPictureSizeMinWidth="720"
app:cameraPictureSizeAspectRatio="1280:720" app:cameraPictureSizeAspectRatio="1280:720"
android:keepScreenOn="true" android:keepScreenOn="true"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"