utils: ipu3: Add IPU3 raw capture unpack utility

The IPU3 captures Bayer data in a 25-pixels-in-32-bytes packed format,
which no standard tool can process. Add a quick implementation of data
unpacking to turn raw binary files into 16 bits per pixel unpacked Bayer
data.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
Laurent Pinchart 2018-11-19 19:48:39 +02:00
parent 708d3c9fc0
commit 23ac77dc4a
4 changed files with 97 additions and 1 deletions

1
utils/meson.build Normal file
View file

@ -0,0 +1 @@
subdir('ipu3')