[libcamera-devel] [PATCH 0/2] libcamera: add basic uvcvideo pipeline handler

Niklas Söderlund niklas.soderlund at ragnatech.se
Mon Jan 21 16:30:03 CET 2019


Hi,

This simple pipeline handler serves as a base for uvcvideo based 
cameras. The purpose of this series at this point is not to start work 
on the uvcvideo pipeline handler but to ease testing by adding a simple 
way to add more cameras to the enumeration and selection of cameras.

Niklas Söderlund (2):
  libcamera: media_device: expose media graph model name
  libcamera: pipeline: uvcvideo: add pipeline handler for uvcvideo

 src/libcamera/include/media_device.h |  2 +
 src/libcamera/media_device.cpp       |  7 ++++
 src/libcamera/pipeline/meson.build   |  1 +
 src/libcamera/pipeline/uvcvideo.cpp  | 59 ++++++++++++++++++++++++++++
 4 files changed, 69 insertions(+)
 create mode 100644 src/libcamera/pipeline/uvcvideo.cpp

-- 
2.20.1



More information about the libcamera-devel mailing list