platform_hardware_interfaces/camera
Emilian Peev e0c4c497b3 Camera: Add only physical ids during multi-camera configuration
Per API specification "physicalCameraId" must not
contain any logical camera ids. The test case
should only use the physical ids it receives from the
camera static metadata.

Bug:109874630
Test:run vts --skip-all-system-status-check --skip-preconditions
--primary-abi-only --module VtsHalCameraProviderV2_4Target -l INFO

Change-Id: I82c5bf44f4572b3a6abdbb3101a11140907b1c9e
2018-06-07 18:21:25 +01:00
..
common Camera: use compact copy when necessary 2018-05-23 09:43:03 -07:00
device Camera: Avoid Metadata re-allocation during shrinkCaptureResult 2018-06-05 23:13:54 -07:00
metadata Update Android.bp via update-makefiles.sh 2018-04-18 19:34:10 +00:00
provider Camera: Add only physical ids during multi-camera configuration 2018-06-07 18:21:25 +01: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.