Skip to content

Commit

Permalink
lower the camera resolution a small amount to improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Jul 3, 2018
1 parent 45fc1f4 commit a1609c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/res/layout/camera_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
app:cameraAspectRatio="4:3"
app:facing="front"
app:flash="off"
app:maximumWidth="1280"
app:maximumPreviewWidth="1280"
app:maximumWidth="1080"
app:maximumPreviewWidth="1080"
app:useHighResPicture="false"/>

<ImageView
Expand Down

0 comments on commit a1609c4

Please sign in to comment.