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 <umang.jain@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
4 lines
144 B
Meson
4 lines
144 B
Meson
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
ipu3_pack = executable('ipu3-pack', 'ipu3-pack.c')
|
|
ipu3_unpack = executable('ipu3-unpack', 'ipu3-unpack.c')
|