platform_hardware_interfaces/camera
Shuzhen Wang 1320f88af2 Camera: VTS: Remove GRF MultiCamera for Android 12
Certain OEMs' new S launches with vendor freeze cannot implement
multi-camera API.

Bug: 189053514
Bug: 211709637
Change-Id: I71b46f1e8343a5848cbe3fa55bbcd427c87b05dd
Merged-In: I71b46f1e8343a5848cbe3fa55bbcd427c87b05dd
(cherry picked from commit 30a198ded0)
2022-01-20 05:50:37 +00:00
..
common Camera: Add support for single plane stride queries 2021-05-25 16:55:11 -07:00
device Camera: Fix a typo in the 3.7 device comment 2021-07-03 00:07:37 +00:00
metadata camera: Clarify that ANDROID_JPEG_MAX_SIZE applies to default sensor pixel mode. 2021-07-12 15:34:09 -07:00
provider Camera: VTS: Remove GRF MultiCamera for Android 12 2022-01-20 05:50:37 +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.