From: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
To: Yocto <yocto@yoctoproject.org>
Subject: [meta-raspberrypi] Raspberry Pi Camera + kernel driver + gstreamer
Date: Wed, 21 May 2014 11:51:14 +0100 [thread overview]
Message-ID: <537C8522.4090405@dynamicdevices.co.uk> (raw)
Hi,
Has anybody had any luck with the PiCam and Gstreamer?
I had the bcm2835_v4l2 kernel driver detecting the camera and
mjpg-streamer is working for me.
Now I'd like to have gstreamer doing the streaming instead of
mjpeg-streamer.
I've had something like the following pipeline working with USB webcams
but can't seem to get the right incantation for the PiCam:
gst-launch\
v4l2src !\
ffmpegcolorspace !\
video/x-raw-yuv,width=640,height=480,framerate=\(fraction\)30/1 !\
queue !\
videorate !\
video/x-raw-yuv,framerate=10/1 !\
jpegenc !\
multipartmux !\
tcpserversink host=192.168.0.21 port=1010 sync=false
Thanks,
Alex
reply other threads:[~2014-05-21 10:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=537C8522.4090405@dynamicdevices.co.uk \
--to=ajlennon@dynamicdevices.co.uk \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.