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

◆ getControlDefaults()

Controls webcam::Webcam_2_0_0::getControlDefaults ( )

Retrieve the default value of the controls.

Returns
Controls

◆ getInformation()

Information_2_0_0 webcam::Webcam_2_0_0::getInformation ( )

Retrieve information of a specific webcam.

Returns
Information

◆ getSettings()

Settings_2_0_0 webcam::Webcam_2_0_0::getSettings ( )

Retrieve settings of a specific webcam.

Returns
Settings

◆ setControls()

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

Apply webcam control settings without storing them.

Parameters
controlsControl settings
Returns
0 if success

◆ setSettings()

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: