[v3,0/2] Add array information to ControlId
mbox series

Message ID 20240915235044.2188179-1-paul.elder@ideasonboard.com
Headers show
Series
  • Add array information to ControlId
Related show

Message

Paul Elder Sept. 15, 2024, 11:50 p.m. UTC
This patch series depends on v4 of "libcamera: controls: Add enum
information to ControlId" [1]

This patch series adds information related to array controls to
ControlId, including the predicate (isArray), as well as size.

It also adds a relevant printout to cam --list-controls for
demonstation.

v2 fixes documentation.

v3 fixes line wraps and improves commit messages.

[1] https://patchwork.libcamera.org/project/libcamera/list/?series=4598

Paul Elder (2):
  libcamera: controls: Add array information to ControlId
  apps: cam: Print control array sizes

 include/libcamera/controls.h    | 17 ++++++++++++++++-
 src/apps/cam/camera_session.cpp | 11 +++++++++++
 src/libcamera/controls.cpp      | 18 ++++++++++++++++--
 3 files changed, 43 insertions(+), 3 deletions(-)