mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
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:
parent
1cd7c7e44c
commit
dd41427374
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue