[PATCH v3 0/3] libcamera: controls: Add enum information to ControlId

Paul Elder paul.elder at ideasonboard.com
Wed Sep 11 11:35:57 CEST 2024


Add information about enum names and values to ControlId. This makes it
easier for applications to query the names of enums.

Patch 2/3 expands cam to print the supported enum values more nicely in
--list-controls.

Patch 3/3 adds python bindings.

v2 adds patch 3/3 (and fixes the subject of the cover letter).

v3 renames some stuff.

Paul Elder (3):
  libcamera: controls: Add enum names and values map to ControlId
  apps: cam: Print control enum values more nicely
  py: Add bindings for ControlId enum name

 include/libcamera/controls.h     | 15 +++++++++------
 src/apps/cam/camera_session.cpp  | 12 ++++++++++--
 src/libcamera/control_ids.cpp.in |  4 +++-
 src/libcamera/controls.cpp       | 29 +++++++++++++++++++++++++++++
 src/py/libcamera/py_main.cpp     |  3 ++-
 5 files changed, 53 insertions(+), 10 deletions(-)

-- 
2.39.2



More information about the libcamera-devel mailing list