summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/ProCamera2Client.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/camera/libcameraservice/ProCamera2Client.h')
-rw-r--r--services/camera/libcameraservice/ProCamera2Client.h5
1 files changed, 5 insertions, 0 deletions
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 @@ public:
/*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