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