From 222e6e4b4db6cd1fb94d9fad9bafc85b1fd147bd Mon Sep 17 00:00:00 2001 From: Ashok Sidipotu Date: Mon, 6 Nov 2023 11:22:26 +0100 Subject: [PATCH] recipes-demo: camera-gstreamer: Updates to access cameras via pipewire - camera-gstreamer app can now work with cameras via pipewire(default), V4L2 API is also intact. - Pipeline fallsback to a still image if the cameras are not available, so that users understand the reason for not capturing the cameras. Bug-AGL: SPEC-4881 Change-Id: Iae5a1ce3bf27301996915f705af413acada1b8a3 Signed-off-by: Ashok Sidipotu Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29382 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- recipes-demo/camera-gstreamer/camera-gstreamer_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-demo/camera-gstreamer/camera-gstreamer_git.bb b/recipes-demo/camera-gstreamer/camera-gstreamer_git.bb index fabfaa224..8276ab636 100644 --- a/recipes-demo/camera-gstreamer/camera-gstreamer_git.bb +++ b/recipes-demo/camera-gstreamer/camera-gstreamer_git.bb @@ -14,7 +14,7 @@ DEPENDS = " \ PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/camera-gstreamer;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "30c275c5c87b9d4f0bc3b0e0e3175775d3738319" +SRCREV = "4f2e6690a893ed41be6eb3c74d6cab82a5e12f39" S = "${WORKDIR}/git" -- 2.16.6