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