Raritan PX2/PX3 JSON-RPC API
|
The webcam interface. More...
import"Webcam.idl";
Public Member Functions | |
Information_3_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... | |
Public Attributes | |
valueobject | SettingsChangedEvent: event::UserEvent { Settings_2_0_0 oldSettings |
This event is emitted after the settings of a webcam were changed. More... | |
Settings_2_0_0 | newSettings |
the new settings | |
The webcam interface.
Controls webcam::Webcam_2_0_1::getControlDefaults | ( | ) |
Retrieve the default value of the controls.
Information_3_0_0 webcam::Webcam_2_0_1::getInformation | ( | ) |
Retrieve information of a specific webcam.
Settings_2_0_0 webcam::Webcam_2_0_1::getSettings | ( | ) |
Retrieve settings of a specific webcam.
int webcam::Webcam_2_0_1::setControls | ( | in Controls | controls | ) |
Apply webcam control settings without storing them.
controls | Control settings |
int webcam::Webcam_2_0_1::setSettings | ( | in Settings_2_0_0 | settings | ) |
Change settings of a specific webcam.
settings | New webcam settings |
valueobject webcam::Webcam_2_0_1::SettingsChangedEvent |
This event is emitted after the settings of a webcam were changed.
the old settings