Android-x86
Fork
Spenden

  • R/O
  • HTTP
  • SSH
  • HTTPS

system-media: Commit

system/media


Commit MetaInfo

Revisionb97c47ff62d785a4ee9d7eacd21fdcfedd596668 (tree)
Zeit2019-06-30 08:10:05
Autorandroid-build-team Robot <android-build-team-robot@goog...>
Commiterandroid-build-team Robot

Log Message

Snap for 5698755 from 92429c8458165fa816dd1af2956e272613b912d4 to qt-c2f2-release

Change-Id: I9bed28bd0f1905c28ed9295323014694c45527c1

Ändern Zusammenfassung

Diff

--- a/camera/docs/docs.html
+++ b/camera/docs/docs.html
@@ -17500,14 +17500,14 @@ size or CFA pattern),<wbr/> a logical camera can still advertise RAW capability.
1750017500 case,<wbr/> when the application configures a RAW stream,<wbr/> the camera device will make sure
1750117501 the active physical camera will remain active to ensure consistent RAW output
1750217502 behavior,<wbr/> and not switch to other physical cameras.<wbr/></p>
17503-<p>To maintain backward compatibility,<wbr/> the capture request and result metadata tags
17504-required for basic camera functionalities will be solely based on the
17505-logical camera capabiltity.<wbr/> Other request and result metadata tags,<wbr/> on the other
17506-hand,<wbr/> will be based on current active physical camera.<wbr/> For example,<wbr/> the physical
17507-cameras' sensor sensitivity and lens capability could be different from each other.<wbr/>
17508-So when the application manually controls sensor exposure time/<wbr/>gain,<wbr/> or does manual
17509-focus control,<wbr/> it must checks the current active physical camera's exposure,<wbr/> gain,<wbr/>
17510-and focus distance range.<wbr/></p></span>
17503+<p>The capture request and result metadata tags required for backward compatible camera
17504+functionalities will be solely based on the logical camera capabiltity.<wbr/> On the other
17505+hand,<wbr/> the use of manual capture controls (sensor or post-processing) with a
17506+logical camera may result in unexpected behavior when the HAL decides to switch
17507+between physical cameras with different characteristics under the hood.<wbr/> For example,<wbr/>
17508+when the application manually sets exposure time and sensitivity while zooming in,<wbr/>
17509+the brightness of the camera images may suddenly change because HAL switches from one
17510+physical camera to the other.<wbr/></p></span>
1751117511 </li>
1751217512 <li>
1751317513 <span class="entry_type_enum_name">MONOCHROME (v3.3)</span>
--- a/camera/docs/metadata_definitions.xml
+++ b/camera/docs/metadata_definitions.xml
@@ -5450,14 +5450,14 @@ xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata
54505450 the active physical camera will remain active to ensure consistent RAW output
54515451 behavior, and not switch to other physical cameras.
54525452
5453- To maintain backward compatibility, the capture request and result metadata tags
5454- required for basic camera functionalities will be solely based on the
5455- logical camera capabiltity. Other request and result metadata tags, on the other
5456- hand, will be based on current active physical camera. For example, the physical
5457- cameras' sensor sensitivity and lens capability could be different from each other.
5458- So when the application manually controls sensor exposure time/gain, or does manual
5459- focus control, it must checks the current active physical camera's exposure, gain,
5460- and focus distance range.
5453+ The capture request and result metadata tags required for backward compatible camera
5454+ functionalities will be solely based on the logical camera capabiltity. On the other
5455+ hand, the use of manual capture controls (sensor or post-processing) with a
5456+ logical camera may result in unexpected behavior when the HAL decides to switch
5457+ between physical cameras with different characteristics under the hood. For example,
5458+ when the application manually sets exposure time and sensitivity while zooming in,
5459+ the brightness of the camera images may suddenly change because HAL switches from one
5460+ physical camera to the other.
54615461 </notes>
54625462 </value>
54635463 <value optional="true" hal_version="3.3" >MONOCHROME
Show on old repository browser