StartImageCapturingStatus Class
Represents statuses of StartImageCapturing.
Item Index
Properties
- Failed static
- Started static
- WebCameraBusy static
Properties
Failed
Number
final
static
Indicates that image capturing has not been started because the camera is not available.
Default: 0
Started
Number
final
static
Indicates that image capturing has been successfully started.
Default: 2
WebCameraBusy
Number
final
static
Indicates that image capturing has not been started because the camera is busy.
Default: 1