platform_hardware_interfaces/camera
Eino-Ville Talvala 2951804146 Camera: Restructure default camera.provider 2.4
To allow for implementation inheritance of @2.4 legacy wrapper and
@2.4 external webcamera HALs in the @2.5 implementations, restructure
the existing default provider to separate the service interface into a
thin shim that calls the implementations.

Test: Camera starts as usual after refactor, VTS tests pass
Bug: 121379978
Change-Id: Id40790ed4fb495577fd2b885c706b2ed7a96d64e
2019-02-07 16:20:35 -08:00
..
common Camera: Restructure default camera.provider 2.4 2019-02-07 16:20:35 -08:00
device Camera: support libhardware camera device 3.6 2019-01-28 11:22:15 -08:00
metadata Camera: Restructure default camera.provider 2.4 2019-02-07 16:20:35 -08:00
provider Camera: Restructure default camera.provider 2.4 2019-02-07 16:20:35 -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.