mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Hal must be able to recommend efficient stream configurations for common client use cases. Add the necessary static metadata keys. Bug: 64029608 Test: vts-tradefed run commandAndExit vts --skip-all-system-status-check --skip-preconditions --module VtsHalCameraProviderV2_4Target -l INFO Change-Id: I0c2306501094383af78cb7ced1fa700b259d2b08
Camera Metadata Interface
Overview:
The camera.metadata interface is used by the Android camera service, camera provider and camera devices to retrieve static camera information and issue camera capture controls.
See the docs.html for each version for the detailed description of each metadata specification.
Version history:
@3.2:
HIDL version of the baseline camera metadata interface, required by camera.provider@2.4 and camera.device@3.2 onwards.