Committing for consideration since I really think this is a win. Issue 283.

git-svn-id: https://zxing.googlecode.com/svn/trunk@1127 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2009-11-26 01:47:04 +00:00
parent 1cd7c7e44c
commit dd41427374

View file

@ -335,6 +335,9 @@ final class CameraManager {
// This is the standard setting to turn the flash off that all devices should honor.
parameters.set("flash-mode", "off");
parameters.set("zoom", "2.0");
parameters.set("taking-picture-zoom", "20");
camera.setParameters(parameters);
}