From 23ac77dc4a096b92da7668e9ddfce10b22e73506 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 19 Nov 2018 19:48:39 +0200 Subject: 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 Reviewed-by: Jacopo Mondi --- utils/meson.build | 1 + 1 file changed, 1 insertion(+) create mode 100644 utils/meson.build (limited to 'utils/meson.build') diff --git a/utils/meson.build b/utils/meson.build new file mode 100644 index 00000000..f434c79c --- /dev/null +++ b/utils/meson.build @@ -0,0 +1 @@ +subdir('ipu3') -- cgit v1.2.1