16 constant
int NO_ERROR = 0;
17 constant
int ERR_NOT_AVAILABLE = 2;
18 constant
int ERR_NO_SUCH_OBJECT = 3;
int captureImage(out Image image)
Retrieve a image.
string getClientType()
Retrieve the channel type.
int triggerCapture(out string captureToken)
Triggers the capture process to the temporary folder and returns a capture token to view them.
Webcam getWebcam()
Retrieve the webcam.
void release()
Releases the channel to allow lower proritized clients to view an image otherwise the channel expires...
boolean isAvailable()
Determine whether the channel is available.