Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

system-media: Commit

system/media


Commit MetaInfo

Revision7c30d451a8c9a0395ed4580ff4047a6192716a9b (tree)
Time2018-08-16 07:22:08
AuthorShuzhen Wang <shuzhenwang@goog...>
CommiterShuzhen Wang

Log Message

Camera: Documentation update to remove physicalIds

Public API doesn't see android.logicalcam.physicalIds. Remove it
from public doc.

Bug: 112655222
Test: Manual reading of modified text
Change-Id: I89a9d8876efd01d2a75af29ad114bff845968f09

Change Summary

Incremental Difference

--- a/camera/docs/docs.html
+++ b/camera/docs/docs.html
@@ -17238,11 +17238,11 @@ the recommendation is to switch between the first rear camera and the first fron
1723817238 camera in the list of supported camera devices.<wbr/></p>
1723917239 <p>This capability requires the camera device to support the following:</p>
1724017240 <ul>
17241-<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>
17242-<li><a href="#static_android.logicalMultiCamera.physicalIds">android.<wbr/>logical<wbr/>Multi<wbr/>Camera.<wbr/>physical<wbr/>Ids</a></li>
17243-<li><a href="#static_android.logicalMultiCamera.sensorSyncType">android.<wbr/>logical<wbr/>Multi<wbr/>Camera.<wbr/>sensor<wbr/>Sync<wbr/>Type</a></li>
17244-</ul>
17245-</li>
17241+<li>The IDs of underlying physical cameras are returned via
17242+ <a href="https://developer.android.com/reference/android/hardware/camera2/CameraCharacteristics.html#getPhysicalCameraIds">CameraCharacteristics#getPhysicalCameraIds</a>.<wbr/></li>
17243+<li>This camera device must list static metadata
17244+ <a href="#static_android.logicalMultiCamera.sensorSyncType">android.<wbr/>logical<wbr/>Multi<wbr/>Camera.<wbr/>sensor<wbr/>Sync<wbr/>Type</a> in
17245+ <a href="https://developer.android.com/reference/android/hardware/camera2/CameraCharacteristics.html">CameraCharacteristics</a>.<wbr/></li>
1724617246 <li>The underlying physical cameras' static metadata must list the following entries,<wbr/>
1724717247 so that the application can correlate pixels from the physical streams:<ul>
1724817248 <li><a href="#static_android.lens.poseReference">android.<wbr/>lens.<wbr/>pose<wbr/>Reference</a></li>
--- a/camera/docs/metadata_definitions.xml
+++ b/camera/docs/metadata_definitions.xml
@@ -5295,10 +5295,11 @@ xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata
52955295
52965296 This capability requires the camera device to support the following:
52975297
5298- * This camera device must list the following static metadata entries in {@link
5299- android.hardware.camera2.CameraCharacteristics}:
5300- - android.logicalMultiCamera.physicalIds
5301- - android.logicalMultiCamera.sensorSyncType
5298+ * The IDs of underlying physical cameras are returned via
5299+ {@link android.hardware.camera2.CameraCharacteristics#getPhysicalCameraIds}.
5300+ * This camera device must list static metadata
5301+ android.logicalMultiCamera.sensorSyncType in
5302+ {@link android.hardware.camera2.CameraCharacteristics}.
53025303 * The underlying physical cameras' static metadata must list the following entries,
53035304 so that the application can correlate pixels from the physical streams:
53045305 - android.lens.poseReference
Show on old repository browser