diff options
| author | Mansoor Aftab <maftab@codeaurora.org> | 2014-03-25 16:25:59 -0700 |
|---|---|---|
| committer | Ali B <abittin@gmail.com> | 2018-06-17 19:19:52 +0300 |
| commit | 8db6f92194f9aad6313958b6bb6de67e9a002a8a (patch) | |
| tree | fcd3a9b601b277641e389d9fe4b3ac4718e3d32f | |
| parent | 9cd7ce094fbbba112acd5e9df02217ceb913e49e (diff) | |
Camera3: Upgrade Camera device version to 3.2
Bug: 13609405
Change-Id: I4443126b5fc191798750da73cb750e5b98766e97
Signed-off-by: Daniel Jarai <jaraidaniel@gmail.com>
| -rwxr-xr-x | camera/QCamera2/HAL3/QCamera3HWI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camera/QCamera2/HAL3/QCamera3HWI.cpp b/camera/QCamera2/HAL3/QCamera3HWI.cpp index 3b18320..f97d1fc 100755 --- a/camera/QCamera2/HAL3/QCamera3HWI.cpp +++ b/camera/QCamera2/HAL3/QCamera3HWI.cpp @@ -170,7 +170,7 @@ QCamera3HardwareInterface::QCamera3HardwareInterface(int cameraId) mPrecaptureId(0) { mCameraDevice.common.tag = HARDWARE_DEVICE_TAG; - mCameraDevice.common.version = CAMERA_DEVICE_API_VERSION_3_0; + mCameraDevice.common.version = CAMERA_DEVICE_API_VERSION_3_2; mCameraDevice.common.close = close_camera_device; mCameraDevice.ops = &mCameraOps; mCameraDevice.priv = this; @@ -2834,7 +2834,7 @@ int QCamera3HardwareInterface::getCamInfo(int cameraId, info->orientation = gCamCapability[cameraId]->sensor_mount_angle; - info->device_version = CAMERA_DEVICE_API_VERSION_3_0; + info->device_version = CAMERA_DEVICE_API_VERSION_3_2; info->static_camera_characteristics = gStaticMetadata[cameraId]; return rc; |
