DeviceZoomFactorInvalid constant

int const DeviceZoomFactorInvalid

Description: Failed to set the camera zoom.
Cause: The set camera zoom factor is out of range.
Solutions: The set camera zoom factor cannot exceed the maximum range obtained, the maximum range can be obtained through getCameraMaxZoomFactor.

Implementation

static const int DeviceZoomFactorInvalid = 1006040;