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(-)