[libcamera-devel,RFC,0/3] utils: IPU3 read statistics helper
mbox series

Message ID 20220725192317.99026-1-umang.jain@ideasonboard.com
Headers show
Series
  • utils: IPU3 read statistics helper
Related show

Message

Umang Jain July 25, 2022, 7:23 p.m. UTC
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