|
Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
The webcam interface. More...
import <Webcam.idl;
Classes | |
| struct | SettingsChangedEvent |
| This event is emitted after the settings of a webcam were changed. More... | |
Public Member Functions | |
| Information | getInformation () |
| Retrieve information of a specific webcam. | |
| Settings | getSettings () |
| Retrieve settings of a specific webcam. | |
| int | setSettings (in Settings settings) |
| Change settings of a specific webcam. | |
| int | setControls (in Controls controls) |
| Apply webcam control settings without storing them. | |
| Controls | getControlDefaults () |
| Retrieve the default value of the controls. | |
The webcam interface.
Definition at line 86 of file Webcam.idl.
| 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 |