platform_hardware_interfaces/camera
Emilian Peev f0aa3f0107 Camera: Add ICameraDevice@3.6 subinterface
Camera device subinterface version 3.6 must inherit
from the previous version 3.5 and continue to support
device sessions with versions 3.2, 3.5 as well as the
most recent 3.6.

Bug: 148235329
Test: VtsHalCameraProviderV2_4TargetTest
--gtest_filter=PerInstance/CameraHidlTest.switchToOffline/0_external_0

Change-Id: Ia46cbd771eb1d2624cc0cee808a3eb074fc775b6
2020-02-04 10:12:15 -08:00
..
common Camera: fix offline processing VTS/CTS 2020-02-03 10:30:05 -08:00
device Camera: Add ICameraDevice@3.6 subinterface 2020-02-04 10:12:15 -08:00
metadata Merge "Camera: Add android.scaler.rotateAndCrop control" 2020-01-24 06:04:15 +00:00
provider Camera: Add ICameraDevice@3.6 subinterface 2020-02-04 10:12:15 -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.