[libcamera-devel,0/3] cam: Add options to make batch testing with cam easier
mbox series

Message ID 20200724134320.637696-1-niklas.soderlund@ragnatech.se
Headers show
Series
  • cam: Add options to make batch testing with cam easier
Related show

Message

Niklas Söderlund July 24, 2020, 1:43 p.m. UTC
Hi,

As we lack a compliance tool that is easy to run on target I had the 
need to extant cam to be able to be run in a batch fashion to be able to 
test different stream configurations.

The changes turn out to be small and I think they bring value to cam 
even if we later do add a compliance tool.

Niklas Söderlund (3):
  cam: Add option to disallow adjusting of requested formats
  cam: capture: Cache the EventLoop handler
  cam: Add option to exit capture loop after n frames

 src/cam/capture.cpp | 25 ++++++++++++++++++++-----
 src/cam/capture.h   |  7 +++++--
 src/cam/main.cpp    | 19 ++++++++++++++++++-
 src/cam/main.h      |  2 ++
 4 files changed, 45 insertions(+), 8 deletions(-)