修改连拍的分辨率
This commit is contained in:
parent
a8e8d7b5d0
commit
ba4247457b
@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion '29.0.2'
|
||||
// ndkVersion '23.0.7123448'
|
||||
ndkVersion '23.0.7123448'
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.navinfo.outdoor"
|
||||
|
@ -16,11 +16,11 @@
|
||||
android:id="@+id/camera"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:cameraPictureSizeMaxArea="3200000"
|
||||
app:cameraPictureSizeMaxHeight="2000"
|
||||
app:cameraPictureSizeMinHeight="1000"
|
||||
app:cameraPictureSizeMaxWidth="2000"
|
||||
app:cameraPictureSizeMinWidth="1000"
|
||||
app:cameraPictureSizeMaxArea="1700000"
|
||||
app:cameraPictureSizeMaxHeight="1280"
|
||||
app:cameraPictureSizeMinHeight="720"
|
||||
app:cameraPictureSizeMaxWidth="1280"
|
||||
app:cameraPictureSizeMinWidth="720"
|
||||
app:cameraPictureSizeAspectRatio="1280:720"
|
||||
android:keepScreenOn="true"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
|
Loading…
x
Reference in New Issue
Block a user