SetCameraOption
This command changes some default settings for supported cameras. Since different cameras may use different settings, values for some IDs cannot be known beforehand. For example, you may want to disable the flash button before scanning on iOS, or keep it on.
Group:Device Extensions
Syntax: Device.SetCameraOption(enOption, vValue)
enOption (enCameraOptions) this ID contains either ImageBrightness, ImageContrast, or ImageFlash
vValue (Variant) the camera’s expected value for the named ID
Example:
Device.SetCameraOption(ImageFlash, False)