[libcamera-devel] [PATCH 0/5] IMGU standalone streaming

Umang Jain umang.jain at ideasonboard.com
Fri Aug 5 20:18:45 CEST 2022


Standalone tools / patches that came out to verify the IMGU
one-frame delay in hardware. Each patch should be explanatory
from the commit message.

Umang Jain (5):
  utils: ipu3-process: Stream multiple frames using v4l2-ctl
  utils: ipu3: Helper to generate IMGU input streaming file
  utils: ipu3-gen-imgu-input: Generate frames with different b/g
  utils: ipu3: Executable helper to read statistics
  utils: ipu3: ipu3-process Save generated stats to a file

 utils/ipu3/ipu3-gen-imgu-input.sh |  82 +++++++++++++++
 utils/ipu3/ipu3-process.sh        |  55 +++++++---
 utils/ipu3/ipu3-read-stats.c      | 168 ++++++++++++++++++++++++++++++
 utils/ipu3/meson.build            |   2 +
 4 files changed, 291 insertions(+), 16 deletions(-)
 create mode 100755 utils/ipu3/ipu3-gen-imgu-input.sh
 create mode 100644 utils/ipu3/ipu3-read-stats.c

-- 
2.31.1



More information about the libcamera-devel mailing list