CAMERA_STABILIZATION_MODE
Camera stabilization modes.
The camera stabilization effect increases in the order of 1 < 2 < 3, and the latency will also increase accordingly.
Enumerator
- CAMERA_STABILIZATION_MODE_OFF
- -1: (Default) Camera stabilization mode off.
- CAMERA_STABILIZATION_MODE_AUTO
- 0: Automatic camera stabilization. The system automatically selects a stabilization mode based on the status of the camera. However, the latency is relatively high in this mode, so it is recommended not to use this enumeration.
- CAMERA_STABILIZATION_MODE_LEVEL_1
- 1: (Recommended) Level 1 camera stabilization.
- CAMERA_STABILIZATION_MODE_LEVEL_2
- 2: Level 2 camera stabilization.
- CAMERA_STABILIZATION_MODE_LEVEL_3
- 3: Level 3 camera stabilization.