Bump quality of camera1 photos.

This commit is contained in:
Greyson Parrelli 2020-03-27 16:29:56 -04:00
parent 2b58dcbe7f
commit 264d353ec2

View File

@ -168,6 +168,7 @@ class Camera1Controller {
while (i < sizes.size() && (sizes.get(i).width * sizes.get(i).height) < (width * height)) {
i++;
}
i++;
return sizes.get(Math.min(i, sizes.size() - 1));
}