Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GrapheneOS/Camera
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fb5c35e91395e155daa94cf6b1c4d77e352ec6ab
Choose a base ref
..
head repository: GrapheneOS/Camera
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 29fc199dee3596406f030acc69146c280deea792
Choose a head ref
Showing with 0 additions and 3 deletions.
  1. +0 −3 app/src/main/java/app/grapheneos/camera/CamConfig.kt
3 changes: 0 additions & 3 deletions app/src/main/java/app/grapheneos/camera/CamConfig.kt
Original file line number Diff line number Diff line change
@@ -1084,9 +1084,6 @@ class CamConfig(private val mActivity: MainActivity) {
.build()
)

if (mActivity.camConfig.saveVideoAsPreviewed)
videoCaptureBuilder.setMirrorMode(MirrorMode.MIRROR_MODE_ON_FRONT_ONLY)

videoCaptureBuilder.setVideoStabilizationEnabled(mActivity.camConfig.enableEIS)

videoCapture = videoCaptureBuilder.build()