The enumeration VIDEO_SOURCE offers a selection of assignable values for the setVideoSource property, consisting of two options: "CAMERA" and "CUSTOM".

Enumeration Members

Enumeration Members

CAMERA: "CAMERA"

"CAMERA" indicates the usage of a standard camera as the video source for the application

CUSTOM: "CUSTOM"

"CUSTOM" signifies the ability to define a specific (personalized or customized) video source for an application or system. It allows users to specify a non-standard or tailored video input, distinct from the default camera option.

Generated using TypeDoc