mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 16:30:57 +00:00
LENS_RADIAL_DISTORTION is inconsistently defined: in some places, it is documented to operate on the range [-1...1], and in others, on a range dependent on the camera lens's intrinsic calibration and focal length. Since fixing just the definition will not fix any existing devices that define this value, deprecate the old key and add a new consistent one to make sure applications only reference the consistent definition. Test: Adjusted camera CTS passes Bug: 74641761 Change-Id: Icefa3150a5804de264f9e0e98982d038b4dcdb70
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.