Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Switch to maximum photo resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
cquest authored and luifr10 committed Jan 1, 2025
1 parent 437ac88 commit 4780465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/page/capture_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class _CapturePageState extends State<CapturePage> with WidgetsBindingObserver {
Future initCamera(CameraDescription cameraDescription) async {
_cameraController = CameraController(
cameraDescription,
ResolutionPreset.high,
ResolutionPreset.max,
enableAudio: false,
);
try {
Expand Down

0 comments on commit 4780465

Please sign in to comment.