| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
import <Webcam.idl;
| Public Attributes | |
| Format | format | 
| currently selected image format | |
| Controls | controls | 
| image settings like brightness, contrast, gain, ... | |
| string | name | 
| webcam name | |
| Location | location | 
| webcam location | |
| int | refreshInterval | 
| in ms, toggle "video" and "static image" mode | |
Webcam settings.
Definition at line 70 of file Webcam.idl.
| Controls webcam::Settings::controls | 
image settings like brightness, contrast, gain, ...
Definition at line 72 of file Webcam.idl.
| Format webcam::Settings::format | 
currently selected image format
Definition at line 71 of file Webcam.idl.
| Location webcam::Settings::location | 
webcam location
Definition at line 74 of file Webcam.idl.
| string webcam::Settings::name | 
webcam name
Definition at line 73 of file Webcam.idl.
| int webcam::Settings::refreshInterval | 
in ms, toggle "video" and "static image" mode
Definition at line 75 of file Webcam.idl.