Optional
source: DeepPartial<CameraConfiguration>Which camera module to use on start-up.
"BACK";
The default zoom factor on start-up.
1.0;
Whether the flash is enabled by default.
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 number of 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.