diff options
author | Ashok Sidipotu <ashok.sidipotu@collabora.com> | 2023-11-06 11:22:26 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-11-06 11:53:40 +0000 |
commit | 222e6e4b4db6cd1fb94d9fad9bafc85b1fd147bd (patch) | |
tree | 8576d158c6e0e03c8e0079a73e547405d1a10465 /recipes-demo/camera-gstreamer | |
parent | 8f24ebb0b6bd4a7181e188a8ab5aec209a1917e4 (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>
Diffstat (limited to 'recipes-demo/camera-gstreamer')
-rw-r--r-- | recipes-demo/camera-gstreamer/camera-gstreamer_git.bb | 2 |
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 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" |