CAMERA_STABILIZATION_MODE
Camera stabilization mode.
Camera stabilization effect increases in the order of 1 < 2 < 3, with corresponding increase in latency.
Enumerations
- CAMERA_STABILIZATION_MODE_OFF
- -1: (Default) Camera stabilization is off.
- CAMERA_STABILIZATION_MODE_AUTO
- 0: Camera auto stabilization. The system automatically selects a stabilization mode based on the camera status. However, this mode has higher latency and is not recommended.
- CAMERA_STABILIZATION_MODE_LEVEL_1
- 1: (Recommended) Camera stabilization level 1.
- CAMERA_STABILIZATION_MODE_LEVEL_2
- 2: Camera stabilization level 2.
- CAMERA_STABILIZATION_MODE_LEVEL_3
- 3: Camera stabilization level 3.