[libcamera-devel] [PATCH 0/3] Add v4l2 subdevice
Jacopo Mondi
jacopo at jmondi.org
Tue Feb 5 18:10:07 CET 2019
Hello,
the relevant part is the addition of support for v4l2 subdevices.
Before that, a geometry.h header is added to collect geometry-related
definitions, and before a very small documentation fix in v4l2_device.cpp
Thanks
j
Jacopo Mondi (3):
libcamera: v4l2_device: Add method parameters comment
libcamera: Add geometry.h
libcamera: Add V4L2Subdevice
src/libcamera/geometry.cpp | 52 +++++
src/libcamera/include/geometry.h | 23 ++
src/libcamera/include/v4l2_subdevice.h | 50 +++++
src/libcamera/meson.build | 2 +
src/libcamera/v4l2_device.cpp | 3 +
src/libcamera/v4l2_subdevice.cpp | 280 +++++++++++++++++++++++++
6 files changed, 410 insertions(+)
create mode 100644 src/libcamera/geometry.cpp
create mode 100644 src/libcamera/include/geometry.h
create mode 100644 src/libcamera/include/v4l2_subdevice.h
create mode 100644 src/libcamera/v4l2_subdevice.cpp
--
2.20.1
More information about the libcamera-devel
mailing list