summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshok Sidipotu <ashok.sidipotu@collabora.com>2023-11-06 11:22:26 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-11-06 11:53:40 +0000
commit222e6e4b4db6cd1fb94d9fad9bafc85b1fd147bd (patch)
tree8576d158c6e0e03c8e0079a73e547405d1a10465
parent8f24ebb0b6bd4a7181e188a8ab5aec209a1917e4 (diff)
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 <ashok.sidipotu@collabora.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29382 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r--recipes-demo/camera-gstreamer/camera-gstreamer_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/camera-gstreamer/camera-gstreamer_git.bb b/recipes-demo/camera-gstreamer/camera-gstreamer_git.bb
index fabfaa22..8276ab63 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"