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