platform_hardware_interfaces/camera
Shuzhen Wang ce9d001076 Camera: Allow HAL not call notify() with ERROR_BUFFER
The new framework implementation derives capture buffer loss
notification from other information, and treats HAL notify() with
ERROR_BUFFER as no-op.

Test: Build
Bug: 155353799
Change-Id: Ia7ea52ee2750c7404b657467e1cfda4c05e6cc78
2020-06-17 23:34:16 -07:00
..
common Merge "Implement lockYCbCr stub for Mapper 4.0" into rvc-dev 2020-05-14 21:06:54 +00:00
device Camera: Allow HAL not call notify() with ERROR_BUFFER 2020-06-17 23:34:16 -07:00
metadata Camera: Update documentation for rolling shutter skew 2020-05-13 21:13:20 +00:00
provider Merge "Camera: add new VTS test config file" into rvc-dev 2020-06-12 18:09:29 +00: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.