From 9eb8211160de2e0a879cc5e0b38f50137df989ce Mon Sep 17 00:00:00 2001 From: Umang Jain Date: Wed, 13 Jul 2022 17:45:34 +0530 Subject: utils: ipu3-pack: Provide a 10-bit bayer packing utility Provide a 10-bit bayer packing utility for the unpacked data produced by ipu3-unpack. Usage: ipu3-unpack input-file output-file The output-file can be "-" to pack the data to stdout. The output file generated by ipu3-pack can be directly fed to IMGU for streaming. Signed-off-by: Umang Jain Reviewed-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- utils/ipu3/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/ipu3/meson.build') diff --git a/utils/ipu3/meson.build b/utils/ipu3/meson.build index 88049f58..c92cc658 100644 --- a/utils/ipu3/meson.build +++ b/utils/ipu3/meson.build @@ -1,3 +1,4 @@ # SPDX-License-Identifier: CC0-1.0 +ipu3_pack = executable('ipu3-pack', 'ipu3-pack.c') ipu3_unpack = executable('ipu3-unpack', 'ipu3-unpack.c') -- cgit v1.2.1