libcamera/src
Naushir Patuck e18a007b9d libcamera: controls: Use vendor tags for draft controls and properties
Label draft controls and properties through the "draft" vendor tag
and deprecate the existing "draft: true" mechanism. This uses the new
vendor tags mechanism to place draft controls in the same
libcamera::controls::draft namespace and provide a defined control id
range for these controls. This requires moving all draft controls from
control_ids.yaml to control_ids_draft.yaml.

One breaking change in this commit is that draft control ids also move
to the libcamera::controls::draft namespace from the existing
libcamera::controls namespace. This is desirable to avoid API breakages
when adding new libcamera controls. So, for example, the use of
controls::NOISE_REDUCTION_MODE will need to be replaced with
controls::draft::NOISE_REDUCTION_MODE.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2023-11-30 13:59:27 +00:00
..
android android: camera_device: Fix requestedStream handling 2023-09-21 12:44:09 +02:00
apps apps: cam: Add option to set stream orientation 2023-10-23 16:06:12 +03:00
gstreamer gstreamer: Fix unused variable error 2023-11-23 10:10:04 +02:00
ipa libcamera: controls: Use vendor tags for draft controls and properties 2023-11-30 13:59:27 +00:00
libcamera libcamera: controls: Use vendor tags for draft controls and properties 2023-11-30 13:59:27 +00:00
py libcamera: controls: Use vendor tags for draft controls and properties 2023-11-30 13:59:27 +00:00
v4l2 v4l2: Use SystemDevices properties to identify cameras 2023-07-11 15:19:13 +01:00
meson.build v4l2: Move the v4l2 compat layer to libexec/libcamera 2023-05-04 20:05:02 +01:00