[libcamera-devel,v1,0/2] Standalone IMGU streaming
mbox series

Message ID 20220719075818.895728-1-umang.jain@ideasonboard.com
Headers show
Series
  • Standalone IMGU streaming
Related show

Message

Umang Jain July 19, 2022, 7:58 a.m. UTC
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