Hi Denys, On Jul 05, 2023 at 19:16:34 -0400, Denys Dmytriyenko wrote: > On Wed, Jul 05, 2023 at 06:39:28PM +0530, Jai Luthra via > lists.yoctoproject.org wrote: > > Libcamera is useful for testing simple camera pipelines, without > > requiring manual configuration of media graph for all v4l2-subdevs. > > > > Enable it for TISDK images, along with the optional libcamerasrc > > typo - libcamersrc? >
The gstreamer element is called "libcamerasrc" https://github.com/libcamera-org/libcamera/blob/master/src/gstreamer/gstlibcamerasrc.cpp > > > gstreamer plugin package. > > > > Signed-off-by: Jai Luthra <[email protected]> > > --- > > meta-arago-distro/conf/distro/arago.conf | 3 +++ > > .../packagegroups/packagegroup-arago-tisdk-multimedia.bb | 2 ++ > > 2 files changed, 5 insertions(+) > > > > diff --git a/meta-arago-distro/conf/distro/arago.conf > > b/meta-arago-distro/conf/distro/arago.conf > > index e0087ab7..bb074478 100644 > > --- a/meta-arago-distro/conf/distro/arago.conf > > +++ b/meta-arago-distro/conf/distro/arago.conf > > @@ -128,6 +128,9 @@ PACKAGECONFIG:append:pn-gstreamer1.0 = " tracer-hooks" > > # Enable kmssink in gstreamer > > PACKAGECONFIG:append:pn-gstreamer1.0-plugins-bad = " kms" > > > > +# Enable gstreamer plugin for libcamera > > +PACKAGECONFIG:append:pn-libcamera = " gst" > > + > > # Disable pulseaudio routing in alsa by default > > PACKAGECONFIG:remove:pn-alsa-plugins = "pulseaudio" > > RDEPENDS:pulseaudio-server:remove = "alsa-plugins-pulseaudio-conf" > > diff --git > > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb > > > > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb > > index d06fbb6f..b4148882 100644 > > --- > > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb > > +++ > > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb > > @@ -8,6 +8,8 @@ inherit packagegroup > > > > MULTIMEDIA = " \ > > amsdk-av-files \ > > + libcamera \ > > + libcamera-gst \ > > " > > > > MULTIMEDIA:omapl138 = "" > > -- > > 2.41.0 -- Thanks, Jai GPG Fingerprint: 4DE0 D818 E5D5 75E8 D45A AFC5 43DE 91F9 249A 7145 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14757): https://lists.yoctoproject.org/g/meta-arago/message/14757 Mute This Topic: https://lists.yoctoproject.org/mt/99964250/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
