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...
constant int ERR_NOT_AVAILABLE
Channel is not available.
constant int NO_ERROR
Error codes.
boolean isAvailable()
Determine whether the channel is available.
constant int ERR_NO_SUCH_OBJECT
Requested object does not exist.