[libcamera-devel] [PATCH v1 0/2] Standalone IMGU streaming

Umang Jain umang.jain at ideasonboard.com
Tue Jul 19 09:58:16 CEST 2022


As a part of formalizing IMGU's "off-by-one" delay issue,
the two patches comes as a part of formalizing the work.

Patch 1/2 removes yavta from ipu3-process.sh and uses v4l2-ctl.
This helps us to have more granular control over IMGU streaming

Patch 2/2 is a helper to generate standalone input file for IMGU
on the host system (rather than capturing from sensor directly).
One can modify the script to stream frames with different test
patterns as required,

Umang Jain (2):
  utils: ipu3-process: Stream multiple frames using v4l2-ctl
  utils: ipu3: Helper to generate IMGU input streaming file

 utils/ipu3/ipu3-gen-imgu-input.sh | 78 +++++++++++++++++++++++++++++++
 utils/ipu3/ipu3-process.sh        | 54 ++++++++++++++-------
 2 files changed, 116 insertions(+), 16 deletions(-)
 create mode 100755 utils/ipu3/ipu3-gen-imgu-input.sh

-- 
2.31.1



More information about the libcamera-devel mailing list