While working on IPU3, I had the need to support the following features in
v4l2_device and v4l2_subdevice.
Sending them out early, to reduce the number of patches in the forthcoming IPU3
series.
Thanks
j
Jacopo Mondi (3):
libcamera: v4l2_subdevice: Implement ENUM_FRAME_SIZES
libcamera: v4l2_subdevice: Add subdevice name
libcamera: v4l2_device: Add support for META_CAPTURE devices
src/libcamera/include/v4l2_device.h | 4 ++
src/libcamera/include/v4l2_subdevice.h | 13 ++++
src/libcamera/v4l2_device.cpp | 12 +++-
src/libcamera/v4l2_subdevice.cpp | 99 +++++++++++++++++++++++++-
4 files changed, 125 insertions(+), 3 deletions(-)
--
2.20.1