yocto.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-openembedded] Enabling "libcamerasrc" as a source for gst-launch-1.0
@ 2023-03-21 20:43 punctuation
  2023-03-22 11:38 ` [yocto] " Jose Quaresma
  0 siblings, 1 reply; 2+ messages in thread
From: punctuation @ 2023-03-21 20:43 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 451 bytes --]

Dear community,

I am trying to build an image for a raspberry pi, that includes libcamera and gstreamer, such that I can set the streaming source:
gst-launch-1.0 libcamerasrc device=/dev/video0 ! video/x-raw,width=640,height=480 ! autovideosink

However, gst-launch is unable to find libcamerasrc.

How do I configure my build to do this?

I include libcamera using IMAGE_INSTALL and enable the libcamera gst PACKAGECONFIG.

Best regards

[-- Attachment #2: Type: text/html, Size: 556 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [yocto] [meta-openembedded] Enabling "libcamerasrc" as a source for gst-launch-1.0
  2023-03-21 20:43 [meta-openembedded] Enabling "libcamerasrc" as a source for gst-launch-1.0 punctuation
@ 2023-03-22 11:38 ` Jose Quaresma
  0 siblings, 0 replies; 2+ messages in thread
From: Jose Quaresma @ 2023-03-22 11:38 UTC (permalink / raw)
  To: sebastianpetersen84; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1221 bytes --]

Hi,

The gstreamer plugin is packed in different package so you need to install
them

IMAGE_INSTALL += "libcamera-gst"

Jose


punctuation via lists.yoctoproject.org <sebastianpetersen84=
yahoo.dk@lists.yoctoproject.org> escreveu no dia terça, 21/03/2023 à(s)
20:43:

> Dear community,
>
> I am trying to build an image for a raspberry pi, that includes libcamera
> and gstreamer, such that I can set the streaming source:
>
> gst-launch-1.0 libcamerasrc device=/dev/video0 ! video/x-raw,width=640,height=480 ! autovideosink
>
> However, gst-launch is unable to find libcamerasrc.
>
> How do I configure my build to do this?
>
> I include libcamera using IMAGE_INSTALL and enable the libcamera gst
> PACKAGECONFIG.
>
> Best regards
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#59486):
> https://lists.yoctoproject.org/g/yocto/message/59486
> Mute This Topic: https://lists.yoctoproject.org/mt/97764612/5052612
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [
> quaresma.jose@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

-- 
Best regards,

José Quaresma

[-- Attachment #2: Type: text/html, Size: 2186 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-22 11:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-21 20:43 [meta-openembedded] Enabling "libcamerasrc" as a source for gst-launch-1.0 punctuation
2023-03-22 11:38 ` [yocto] " Jose Quaresma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).