platform_hardware_interfaces/camera
Eino-Ville Talvala aa04b3ba10 Camera: Add default 2.5 provider for legacy and external webcam HALs
Add 2.5 implementations, which do not support passthrough mode and
therefore doesn't need the HIDL_Fetch methods or a specially-named
-impl library in the /hw directory.  Instead, the service directly
instantiates the necessary service.

Also add VTS tests for the new notification

Test: Verify device state changes are logged by HAL
Test: Camera starts as usual with both 2.4 and 2.5 providers on
      walleye.  Camera CTS completes.
Test: New VTS tests pass
Bug: 121379978
Change-Id: I0fc99379eb7e01c5b2efb20afb5753bb6ce8b627
2019-02-07 16:30:14 -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: Add default 2.5 provider for legacy and external webcam HALs 2019-02-07 16:30:14 -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.