platform_hardware_interfaces/camera
Yin-Chia Yeh ee23840bf8 Camera: add external camera@3.5
External camera@3.5 supports the new buffer management
API that allows HAL to request buffer when needed to
optimize the memory usage.

Test: smoke test TestingCamera
Bug: 109829698
Change-Id: Icfbb75a26d8e92e4eb82a680e94e183041a5174d
2018-11-15 10:23:08 -08:00
..
common Camera: update camera HAL owners 2018-10-16 08:47:03 -07:00
device Camera: add external camera@3.5 2018-11-15 10:23:08 -08:00
metadata Camera: new buffer management HIDL APIs 2018-09-27 11:13:13 -07:00
provider Camera: add external camera@3.5 2018-11-15 10:23:08 -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.