468341e677
`readoutTimestamp` metadata key was previously only visible to SDK and the framework, and the camera framework force set the values based on if the HAL implemented the AIDL or the HIDL interface. This CL makes readoutTimestamp available to HALs and lets AIDL HALs choose if they can support sensor readout timestamp or not. Bug: 309543399 Test: External Camera HAL now sets this value and passes VTS Change-Id: Ifee2b4020b7630383dc32ef7590f8a9ccdaf49d2 |
||
---|---|---|
.. | ||
common | ||
device | ||
metadata | ||
provider | ||
OWNERS | ||
README.md |
Camera HALs
Overview:
The camera.* HAL tree is used by the Android camera service to discover and operate camera devices available on the device.
More details and versioning information can be found within each particular HAL.
More complete information about the Android camera HAL and subsystem can be found at source.android.com.
AIDL Camera HAL Interfaces
The AIDL Camera HAL interfaces can be found in the respective /aidl directories.