On Thu, Jul 06, 2023 at 09:13:43AM +0530, Jai Luthra wrote: > 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
Thanks. Got confused as the gstreamer plugin package is called libcamera-gst. > > > 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 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14761): https://lists.yoctoproject.org/g/meta-arago/message/14761 Mute This Topic: https://lists.yoctoproject.org/mt/99964250/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
