Enumeration FocusAction
| Enumerator | Value | Description |
|---|---|---|
| FOCUSACTION_UNSPECIFIED | 0 | Unspecified focus action |
| FOCUSACTION_START_CONTINUOUS_FOCUS | 1 | Start continuous focus |
| FOCUSACTION_PAUSE_CONTINUOUS_FOCUS | 2 | Pause continuous focus |
| FOCUSACTION_FOCUS_NOW | 3 | Focus now (single-shot) |
| FOCUSACTION_DISABLE_FOCUS | 4 | Disable focus |
| FOCUSACTION_SET_FOCUS_POINT | 5 | Set a focus point |
| FOCUSACTION_SET_MANUAL_FOCUS | 6 | Set the manual focus distance |
Parent topic: VisionConfig (Python)