We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f395d commit 1a1b747Copy full SHA for 1a1b747
1 file changed
app/src/main/java/app/grapheneos/camera/CamConfig.kt
@@ -1251,6 +1251,10 @@ class CamConfig(private val mActivity: MainActivity) {
1251
ResolutionSelector.Builder().setAspectRatioStrategy(aspectRatioStrategy).build()
1252
)
1253
1254
+ if (!enableEIS || !isVideoMode) {
1255
+ previewBuilder.setPreviewStabilizationEnabled(false)
1256
+ }
1257
+
1258
preview = previewBuilder.build().also {
1259
useCasesList.add(it)
1260
it.setSurfaceProvider(mActivity.previewView.surfaceProvider)
0 commit comments