修改图片分辨率,纪录中的待提交的修改

This commit is contained in:
wangdongsheng
2021-08-31 15:13:55 +08:00
parent 0673897a2d
commit add1d841fe
8 changed files with 44 additions and 39 deletions

View File

@@ -16,8 +16,8 @@
android:id="@+id/camera"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cameraPictureSizeMaxArea="1100"
app:cameraVideoSizeMaxWidth="800000"
app:cameraPictureSizeMaxArea="1200000"
app:cameraPictureSizeMaxWidth="1080"
android:keepScreenOn="true"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent" />