summaryrefslogtreecommitdiff
path: root/src/ipa/simple/algorithms
diff options
context:
space:
mode:
authorAntoine Bouyer <antoine.bouyer@nxp.com>2025-03-17 17:10:50 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2025-03-19 08:59:47 +0000
commit06269e9584efa42b359bbeef3240dc19ffd4e261 (patch)
tree525580b61b09446afda432b44abf50602d7f1df8 /src/ipa/simple/algorithms
parent39419ce431dbd4f34d8772bd31bb7f44a3534f86 (diff)
gstreamer: Add Y444 format support to the YUV listHEADmaster
'imx8-isi' pipeline provides support for 'YUV444' PixelFormat with YUV streams, but it cannot be played with gstreamer adapter whereas gstreamer's video format 'Y444' value suggests that it also supports this format. To add support of Planar 4:4:4 YUV format in gstreamer adapter, this patch maps 'Y444' gstreamer video format with 'YUV444' libcamera PixelFormat. Then below command example can be used to capture a stream with imx8-isi pipeline: gst-launch-1.0 \ libcamerasrc camera-name=<your_camera_name> ! \ video/x-raw, format=Y444, width=1280, height=800 ! \ queue ! \ filesink location=/tmp/output Signed-off-by: Antoine Bouyer <antoine.bouyer@nxp.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/ipa/simple/algorithms')
0 files changed, 0 insertions, 0 deletions