CameraStabilizationMode
Camera stabilization modes.
The camera stabilization effect increases in the order of 1 < 2 < 3, and the latency will also increase accordingly.
Enumerator
- CameraStabilizationModeOff
- -1: (Default) Camera stabilization mode off.
- CameraStabilizationModeAuto
- 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.
- CameraStabilizationModeLevel1
- 1: (Recommended) Level 1 camera stabilization.
- CameraStabilizationModeLevel2
- 2: Level 2 camera stabilization.
- CameraStabilizationModeLevel3
- 3: Level 3 camera stabilization.