[0/2] Add U16 & U32 support in controls
mbox series

Message ID 20241011175653.3530945-1-chenghaoyang@chromium.org
Headers show
Series
  • Add U16 & U32 support in controls
Related show

Message

Harvey Yang Oct. 11, 2024, 5:55 p.m. UTC
Hi folks,

This series of patches adds Unsigned int 16 & 32 support in controls,
which are needed for metadata & ext controls perspectively.

This passes gitlab pipeline:
https://gitlab.freedesktop.org/chenghaoyang/libcamera/-/pipelines/1288240

BR,
Harvey

Yudhistira Erlandinata (2):
  libcamera: Allow enumerating u32 control type
  libcamera: Add Unsigned 16-bits Control Type

 include/libcamera/controls.h  | 12 ++++++++++++
 src/libcamera/controls.cpp    | 20 ++++++++++++++++++--
 src/libcamera/v4l2_device.cpp | 25 ++++++++++++++++++++++++-
 3 files changed, 54 insertions(+), 3 deletions(-)