class SensorFocusAction

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
sensorintThe sensor on which to perform the focus actionYou can manipulate the field sensor as if it were a regular field. To clear the value of sensor and reset it to the default value for its type, you call the ClearField() method of the Message interface.
focus_actionintThe focus action to perform on the sensorYou can manipulate the field focus_action as if it were a regular field. To clear the value of focus_action and reset it to the default value for its type, you call the ClearField() method of the Message interface.
focus_pointoneof:action_parameters FocusPointThe X-Y point on which to focusYou can manipulate the field focus_point as if it were a regular field. To clear the value of focus_point and reset it to the default value for its type, you call the ClearField() method of the Message interface. The message class also has a WhichOneof method that lets you find out which field (if any) in the oneof has been set.
manual_focusoneof:action_parameters ManualFocusThe manual focus abstract valueYou can manipulate the field manual_focus as if it were a regular field. To clear the value of manual_focus and reset it to the default value for its type, you call the ClearField() method of the Message interface. The message class also has a WhichOneof method that lets you find out which field (if any) in the oneof has been set.

Parent topic: VisionConfig (Python)