- Mixed in types
-
- Available Extensions
Methods
-
getCurrentPreset(String videoSourceToken, {int? limit = 100})
→ Future<ImagingPreset>
-
Via this command the last Imaging Preset applied can be requested. If the
camera configuration does not match any of the existing Imaging Presets,
the output of GetCurrentPreset shall be Empty. GetCurrentPreset shall
return 0 if Imaging Presets are not supported by the Video Source.
-
getPresets(String videoSourceToken, {int? limit = 100})
→ Future<List<ImagingPreset>>
-
Via this command the list of available Imaging Presets can be requested.
-
getServiceCapabilities()
→ Future<Capabilities>
-
Returns the capabilities of the imaging service. The result is returned in
a typed answer.
-
getStatus(String videoSourceToken)
→ Future<ImagingStatus20>
-
Via this command the current status of the Move operation can be requested.
Supported for this command is available if the support for the Move
operation is signalled via GetMoveOptions.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited