[libcamera-devel,0/5] IMGU standalone streaming
mbox series

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

Message

Umang Jain Aug. 5, 2022, 6:18 p.m. UTC
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