platform_hardware_interfaces/camera
Rucha Katakwar 5ad93755c8 Camera: Add 3.8 version of ICameraDevice.
The new version of ICameraDevice supports interfaces for torch
strength control feature. New VTS test has been added to test the
emulator HAL-side implementation of the newly added interfaces.

bug: 200174275

Test: Camera VTS test pass.
Change-Id: Ia5652a96e09bd716b5079fe9ed071dffc53b5b12
2021-12-13 12:02:51 -08:00
..
common Camera: Add support for single plane stride queries 2021-05-25 16:55:11 -07:00
device Camera: Add 3.8 version of ICameraDevice. 2021-12-13 12:02:51 -08:00
metadata Camera: Update torch strength control API name. 2021-11-18 17:22:12 -08:00
provider Camera: Add 3.8 version of ICameraDevice. 2021-12-13 12:02:51 -08:00
README.md Camera: HIDLized camera HALs, first set 2016-12-02 19:43:39 +00:00

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.