CAMERA_STABILIZATION_MODE
Camera stabilization mode.
Stabilization strength increases in order: 1 < 2 < 3, and so does latency.
Enumerations
- CAMERA_STABILIZATION_MODE_OFF
- (-1): (Default) Turns off camera stabilization mode.
- CAMERA_STABILIZATION_MODE_AUTO
- (0): Auto stabilization mode. The system automatically selects the stabilization level based on the camera status, but the latency is higher. Not recommended.
- CAMERA_STABILIZATION_MODE_LEVEL_1
- (1): Level 1 stabilization mode. Recommended.
- CAMERA_STABILIZATION_MODE_LEVEL_2
- (2): Level 2 stabilization mode.
- CAMERA_STABILIZATION_MODE_LEVEL_3
- (3): Level 3 stabilization mode.
- CAMERA_STABILIZATION_MODE_MAX_LEVEL
- Maximum level of camera stabilization mode.