Raritan PX2/PX3 JSON-RPC API
Public Member Functions | List of all members
webcam::Webcam_2_0_0 Interface Reference

The webcam interface. More...

import"Webcam.idl";

Public Member Functions

Information_2_0_0 getInformation ()
 Retrieve information of a specific webcam. More...
 
Settings_2_0_0 getSettings ()
 Retrieve settings of a specific webcam. More...
 
int setSettings (in Settings_2_0_0 settings)
 Change settings of a specific webcam. More...
 
int setControls (in Controls controls)
 Apply webcam control settings without storing them. More...
 
Controls getControlDefaults ()
 Retrieve the default value of the controls. More...
 

Detailed Description

The webcam interface.

Member Function Documentation

Controls webcam::Webcam_2_0_0::getControlDefaults ( )

Retrieve the default value of the controls.

Returns
Controls
Information_2_0_0 webcam::Webcam_2_0_0::getInformation ( )

Retrieve information of a specific webcam.

Returns
Information
Settings_2_0_0 webcam::Webcam_2_0_0::getSettings ( )

Retrieve settings of a specific webcam.

Returns
Settings
int webcam::Webcam_2_0_0::setControls ( in Controls  controls)

Apply webcam control settings without storing them.

Parameters
controlsControl settings
Returns
0 if success
int webcam::Webcam_2_0_0::setSettings ( in Settings_2_0_0  settings)

Change settings of a specific webcam.

Parameters
settingsNew webcam settings
Returns
0 if success

The documentation for this interface was generated from the following file: