[libcamera-devel,0/2] libcamera: add basic uvcvideo pipeline handler
mbox series

Message ID 20190121153005.19110-1-niklas.soderlund@ragnatech.se
Headers show
Series
  • libcamera: add basic uvcvideo pipeline handler
Related show

Message

Niklas Söderlund Jan. 21, 2019, 3:30 p.m. UTC
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

Comments

Niklas Söderlund Jan. 22, 2019, 1:59 p.m. UTC | #1
Hi,

These patches have been merged to master.

On 2019-01-21 16:30:03 +0100, Niklas Söderlund wrote:
> 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
>