recipes-demo: camera-gstreamer: Updates to access cameras via pipewire 82/29382/2
authorAshok Sidipotu <ashok.sidipotu@collabora.com>
Mon, 6 Nov 2023 10:22:26 +0000 (11:22 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 6 Nov 2023 11:53:40 +0000 (11:53 +0000)
- 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>
recipes-demo/camera-gstreamer/camera-gstreamer_git.bb

index fabfaa2..8276ab6 100644 (file)
@@ -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"