Optional
source: DeepPartial<CameraConfiguration>Determines which camera module to use on start-up.
"BACK";
The default zoom factor on start-up.
1.0;
Determines whether the flash is enabled on start-up.
false;
The ideal resolution for the camera preview. Actual resolution may vary depending on browser and device capabilities.
new Resolution({
"width": 1920,
"height": 1080
});
The zoom steps available to the user.
[1.0, 2.0, 5.0];
Generated using TypeDoc
Configuration of the camera settings to be used while scanning.