Optional source: DeepPartial<CameraConfiguration>The size of the image from camera which would be sent to the scanner for live scanning.
"FULL_HD";
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 rate of detections/recognitions per second in normal performance mode. If the number is equal or greater than the video frame rate, no frames will be skipped.
20;
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.