Camera: Documentation update to remove physicalIds

am: 11e0589b4d

Change-Id: Ic71f194ba5b1f9ac6385e644123728c8a637e880
gugelfrei
Shuzhen Wang 6 years ago committed by android-build-merger
commit 6c89c06053

@ -7217,11 +7217,11 @@ typedef enum acamera_metadata_enum_acamera_request_available_capabilities {
* camera in the list of supported camera devices.</p> * camera in the list of supported camera devices.</p>
* <p>This capability requires the camera device to support the following:</p> * <p>This capability requires the camera device to support the following:</p>
* <ul> * <ul>
* <li>This camera device must list the following static metadata entries in <a href="https://developer.android.com/reference/android/hardware/camera2/CameraCharacteristics.html">CameraCharacteristics</a>:<ul> * <li>The IDs of underlying physical cameras are returned via
* <li>android.logicalMultiCamera.physicalIds</li> * <a href="https://developer.android.com/reference/android/hardware/camera2/CameraCharacteristics.html#getPhysicalCameraIds">CameraCharacteristics#getPhysicalCameraIds</a>.</li>
* <li>ACAMERA_LOGICAL_MULTI_CAMERA_SENSOR_SYNC_TYPE</li> * <li>This camera device must list static metadata
* </ul> * ACAMERA_LOGICAL_MULTI_CAMERA_SENSOR_SYNC_TYPE in
* </li> * <a href="https://developer.android.com/reference/android/hardware/camera2/CameraCharacteristics.html">CameraCharacteristics</a>.</li>
* <li>The underlying physical cameras' static metadata must list the following entries, * <li>The underlying physical cameras' static metadata must list the following entries,
* so that the application can correlate pixels from the physical streams:<ul> * so that the application can correlate pixels from the physical streams:<ul>
* <li>ACAMERA_LENS_POSE_REFERENCE</li> * <li>ACAMERA_LENS_POSE_REFERENCE</li>

Loading…
Cancel
Save