ICaptureOptions interface
Settings of the capture process and methods for low-level managing of the capture scenario.
interface ICaptureOptions
Properties
| Name | Type | Description |
|---|---|---|
|
videoEl |
HTMLVideoElement | Tag of an HTML video element, containing a video stream. Use this property to access the tag for further manipulations. |
Methods
| Name | Description |
|---|---|
| onGetImage | Returns captured and cropped image, when ready, as an output parameter. |
| onNextFrame | Captures a separate frame from the video stream. |
| onStartHandleProcess | Launches at the capture process beginning. May be useful for "Loading" screens, etc. |
7/22/2024 1:11:06 PM