navigate.model.devices.camera.synthetic.SyntheticCameraController
- class navigate.model.devices.camera.synthetic.SyntheticCameraController
Bases:
object
SyntheticCameraController. Synthetic Camera API.
- __init__() → None
Initialize SyntheticCameraController class.
Methods
__init__
()Initialize SyntheticCameraController class.
Provides the property value after looking it up in the property_dict
set_property_value
(name, value)Set the value of a camera property.
- static get_property_value(_: str) → Any
Provides the property value after looking it up in the property_dict
- Parameters:
_ (str) – Not currently used.
- Returns:
property_value – Currently hard-coded to -1.
- Return type:
int
- static set_property_value(name, value)
Set the value of a camera property.
- Parameters:
name (str) – Name of the property to set.
value (int) – Value to set the property to.