commit | d127c2c8a8b68dae2f8743c310c2547e8f46d967 | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Thu Feb 21 13:49:26 2013 -0800 |
committer | Igor Murashkin <iam@google.com> | Fri Feb 22 10:50:15 2013 -0800 |
tree | ac671025a00cc2f9580a1c62caa4009b915e97ee | |
parent | 418e493e8d67924cfda652cb64965647ce6381cb [diff] [blame] |
ProCamera: Add getInfo for getting static metadata (and a test) Change-Id: I3b87dfbc621d98bf41f37a892a1012baf85b5166
diff --git a/services/camera/libcameraservice/ProCamera2Client.h b/services/camera/libcameraservice/ProCamera2Client.h index dfea1e1..cd0a2ae 100644 --- a/services/camera/libcameraservice/ProCamera2Client.h +++ b/services/camera/libcameraservice/ProCamera2Client.h
@@ -65,6 +65,11 @@ /*out*/ camera_metadata** request); + // Get the static metadata for the camera + // -- Caller owns the newly allocated metadata + virtual status_t getCameraInfo(int cameraId, + /*out*/ + camera_metadata** info); /** * Interface used by CameraService