[libcamera-devel] [RFC PATCH 0/3] utils: IPU3 read statistics helper

Umang Jain umang.jain at ideasonboard.com
Mon Jul 25 21:23:14 CEST 2022


RFC on IPU3 read statistics helper.

Based on [PATCH v1 0/2] Standalone IMGU streaming

The ipu3-read-stats can be extended further by dumping more meaningful
stats from struct ipu3_uapi_stats_3a itself. Currently it prints out
the averages of RGB channels of a frame. However, if someone has
better understanding of the structure to convey meaningful information,
I would appreciate the ideas on how to do it.

Umang Jain (3):
  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 |   6 +-
 utils/ipu3/ipu3-process.sh        |   3 +-
 utils/ipu3/ipu3-read-stats.c      | 110 ++++++++++++++++++++++++++++++
 utils/ipu3/meson.build            |   2 +
 4 files changed, 119 insertions(+), 2 deletions(-)
 create mode 100644 utils/ipu3/ipu3-read-stats.c

-- 
2.31.1



More information about the libcamera-devel mailing list