diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-11-19 19:48:39 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-11-20 03:06:41 +0200 |
commit | 23ac77dc4a096b92da7668e9ddfce10b22e73506 (patch) | |
tree | 8dd92a48cdf61f996e171febaf3e6a1c44192a71 /utils/ipu3/meson.build | |
parent | 708d3c9fc07e8b27770e365696d8867599b3ae93 (diff) |
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>
Diffstat (limited to 'utils/ipu3/meson.build')
-rw-r--r-- | utils/ipu3/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/ipu3/meson.build b/utils/ipu3/meson.build new file mode 100644 index 00000000..49c45856 --- /dev/null +++ b/utils/ipu3/meson.build @@ -0,0 +1 @@ +ipu3_unpack = executable('ipu3-unpack', 'ipu3-unpack.c') |