Hi,
This series extends the cam tool to work with usage hints and multiple
streams. It depends on the usage hint series [1] and is tested on the
IPU3 pipeline handler which provides good frames for two streams in the
same request. The IPU3 pipeline handler still requires patches who are
in flight for it to support multiple streams.
1. [RFC 0/5] libcamera: camera: Add support for stream usage hint
Niklas Söderlund (4):
cam: Rename --format to --stream
cam: Add support to specify multiple stream configurations with hints
cam: Extend request complete handler to deal with multiple streams
cam: Allow cameras with more then one stream
src/cam/buffer_writer.cpp | 4 +-
src/cam/buffer_writer.h | 2 +-
src/cam/main.cpp | 149 +++++++++++++++++++++++++++-----------
3 files changed, 108 insertions(+), 47 deletions(-)