diff options
Diffstat (limited to 'camera/CameraProperties.cpp')
-rw-r--r-- | camera/CameraProperties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/CameraProperties.cpp b/camera/CameraProperties.cpp index 7d4034d..a533d5a 100644 --- a/camera/CameraProperties.cpp +++ b/camera/CameraProperties.cpp @@ -117,7 +117,7 @@ status_t CameraProperties::loadProperties() LOGI("num_cameras = %d", mCamerasSupported); for (int i = 0; i < mCamerasSupported; i++) { - mCameraProps[i].set(CAMERA_SENSOR_INDEX, i); + mCameraProps[i].setSensorIndex(i); mCameraProps[i].dump(); } } |