[gst-devel] using video4linux

Ronald S. Bultje R.S.Bultje at students.uu.nl
Thu Mar 4 10:08:09 CET 2004


Hi Patrick,

On Tue, 2004-03-02 at 17:27, Patrick R Griffin wrote:
> 	I'm working on a project at MIT's Computer Science and Artificial
> Intelligence Laboratory, and was wondering if I could get some help
> using the video 4 linux plugins.  In particular, I'd like to find a way
> to capture video from a card and stream it into a pipe or file.  The
> formatting at the sink end isn't too important, although frames of raw
> RGB would be nice.  The idea would be to then hook the file/pipe output
> into a video processing system that we're working on.

Cool!

> 	If anyone could help me figure out a gst-launch command or find an
> example code snippet, I'd appreciate it.  If you'd like to know a bit
> more about the project. the group website is at cag.lcs.mit.edu/raw.

gst-launch v4lsrc ! video/x-raw-rgb,width=384,height=288 ! ffcolorspace
! ximagesink

Should work.

Ronald

-- 
Ronald Bultje <rbultje at ronald.bitfreak.net>
Linux Video/Multimedia developer




More information about the gstreamer-devel mailing list