platform_hardware_interfaces/camera
Shuzhen Wang 39cf8fd9fe camera: Add physical camera metadata in CaptureResult
- When physical stream of a logical multi-camera is requested, HAL needs
to generate metadata for the physical cameras.
- In case no physical stream is requested for the logical multi-camera, no
capture result metadata is required for physical camera.
- Batch physical and logical metadata within one capture_result call.

Test: testLogicalCamera CTS test
Bug: 64691172
Change-Id: Id040620f3f0c350711d49341ab31ab88ecd94888
2018-01-24 18:14:58 -08:00
..
common Merge "Camera: Add external camera provider" 2018-01-23 02:54:27 +00:00
device camera: Add physical camera metadata in CaptureResult 2018-01-24 18:14:58 -08:00
metadata Update makefiles. 2018-01-23 19:44:19 +00:00
provider Merge "Camera: Add external camera provider" 2018-01-23 02:54:27 +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.