6#include <UserEvent.idl>
int setSettings(in Settings settings)
Change settings of a specific webcam.
Information getInformation()
Retrieve information of a specific webcam.
Settings getSettings()
Retrieve settings of a specific webcam.
Controls getControlDefaults()
Retrieve the default value of the controls.
int setControls(in Controls controls)
Apply webcam control settings without storing them.
PowerLineFrequency
PowerLineFrequency.
PowerLineFrequency powerLineFrequency
power line frequency (50Hz, 60Hz or disabled)
ImageMetaData meta
image meta data
string data
base64 encoded image data
Controls controls
image settings like brightness, contrast, gain, ...
int refreshInterval
in ms, toggle "video" and "static image" mode
Format format
currently selected image format
Location location
webcam location
This event is emitted after the settings of a webcam were changed.
Settings newSettings
the new settings
Settings oldSettings
the old settings