platform_hardware_interfaces/camera
Emilian Peev 3b740fa689 Camera: Don't enforce result metadata queue support
Some provider implementations could still be using direct
transfer of the result metadata through hw binder.

Bug: 63970723
Test: vts-tradefed run commandAndExit vts --skip-all-system-status-check
--skip-preconditions --module VtsHalCameraProviderV2_4Target -l INFO
Change-Id: Ib2adaff005af77385767a32c1ed069371a6e9b7a
2017-07-25 15:09:41 +01:00
..
common Fix missing includes in camera.common 2017-06-27 11:34:02 -07:00
device Build camera.device@1.0-impl with BOARD_VNDK_VERSION 2017-07-10 12:37:00 +09:00
metadata Update makefiles. (2/2) 2017-05-19 15:54:03 -07:00
provider Camera: Don't enforce result metadata queue support 2017-07-25 15:09:41 +01:00
Android.bp Camera: default implementation of device 1.0 2017-03-01 22:24:39 -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.