* [meta-raspberrypi] Raspberry Pi Camera + kernel driver + gstreamer
@ 2014-05-21 10:51 Alex J Lennon
0 siblings, 0 replies; only message in thread
From: Alex J Lennon @ 2014-05-21 10:51 UTC (permalink / raw)
To: Yocto
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-21 10:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21 10:51 [meta-raspberrypi] Raspberry Pi Camera + kernel driver + gstreamer Alex J Lennon
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.