When is singleFrameMode enabled?
Verson 10
SingleFrameMode can be enabled by calling the api from the camera enhancer module. check singleFrameMode for detailed information.
Version 9
singleFrameMode
is enable in the below two scenarios -
- When using the library from a non-secure origin (no HTTPS).
- When using a browser that doesn’t support
getUserMedia/MediaDevices
API that is required for video streaming. To confirm whether or not your browser is supported, please refer to the System Requirements section of the user guide.