platform_hardware_interfaces/camera
Avichal Rakesh 468341e677 camera: Make readoutTimestamp visible to HALs
`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
2024-01-10 12:46:57 -08:00
..
common Revert "Revert "Convert from HIDL mapper to libui GraphicBufferM..." 2023-10-02 15:55:11 +00:00
device camera: Make readoutTimestamp visible to HALs 2024-01-10 12:46:57 -08:00
metadata camera: Make readoutTimestamp visible to HALs 2024-01-10 12:46:57 -08:00
provider camera: Make readoutTimestamp visible to HALs 2024-01-10 12:46:57 -08:00
OWNERS cleanup camera OWNERS 2023-01-18 21:06:05 +00:00
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.