[libcamera-devel,0/2] libcamera: pipeline: uvcvideo: set a default format
mbox series

Message ID 20190204185521.23471-1-niklas.soderlund@ragnatech.se
Headers show
Series
  • libcamera: pipeline: uvcvideo: set a default format
Related show

Message

Niklas Söderlund Feb. 4, 2019, 6:55 p.m. UTC
Hi,

This series extends the stream configuration to allow specifying how 
many buffers to library should allocate for a stream. It then go on and 
define a default format for the UVC pipeline.

Niklas Söderlund (2):
  libcamera: streams: extend stream configuration with buffer count
  libcamera: pipeline: uvcvideo: set a default format

 include/libcamera/stream.h          | 2 ++
 src/libcamera/pipeline/uvcvideo.cpp | 6 +++++-
 src/libcamera/stream.cpp            | 5 +++++
 3 files changed, 12 insertions(+), 1 deletion(-)