platform_hardware_interfaces/camera
Shuzhen Wang 6bdeaf55bf VTS: Add test for device version 3.5
Also includes:
- Add test for getPhysicalCameraCharacteristics.
- Doc update for the new HIDL API.
- Tighten boundary check for camera ID in CameraModule.

Test: vts-tradefed run commandAndExit vts --skip-all-system-status-check
--skip-preconditions --module VtsHalCameraProviderV2_4Target -l INFO

Bug: 79523700
Bug: 115969176
Bug: 116512585
Change-Id: I051d1b0c91834781a1f8d893ed5ebfa579b03774
2018-10-04 11:56:20 -07:00
..
common VTS: Add test for device version 3.5 2018-10-04 11:56:20 -07:00
device VTS: Add test for device version 3.5 2018-10-04 11:56:20 -07:00
metadata Camera: new buffer management HIDL APIs 2018-09-27 11:13:13 -07:00
provider VTS: Add test for device version 3.5 2018-10-04 11:56:20 -07: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.