Skip to content

Commit 041bbbe

Browse files
committed
real time detection doesnt work well on medium, bumping to high for high detection rates
1 parent 9d70399 commit 041bbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/camera.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class _CameraState extends State<Camera> {
3131
} else {
3232
controller = new CameraController(
3333
widget.cameras[0],
34-
ResolutionPreset.medium,
34+
ResolutionPreset.high,
3535
);
3636
controller.initialize().then((_) {
3737
if (!mounted) {

0 commit comments

Comments
 (0)