Remove unused high-resolution capture option

The feature provided no benefit on Pixel 7 Pro — both standard and
hi-res modes produced 12MP images since CameraX's standard resolution
list doesn't include the full sensor output.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2026-02-27 15:50:53 +01:00
commit 7abb2ea5a0
2 changed files with 1 additions and 22 deletions

View file

@ -495,6 +495,7 @@ private fun ControlPanel(
onValueChange = { currentOnParamsChange(currentParams.copy(aspectRatio = it)) }
)
}
}
}