sofian / drone

FLOSS dataflow software for real-time media
GNU General Public License v2.0
3 stars 3 forks source link

Spike: try to make GStreamer handle VideoInput (camera) #17

Closed sofian closed 11 years ago

sofian commented 11 years ago

It should be possible using autovideosrc (I tried it on Mac OSX and Linux and it works):

gst-launch autovideosrc ! ffmpegcolorspace ! autovideosink
sofian commented 11 years ago

I was able to successfully make it in Linux. Took me less than an hour! Viva GStreamer!

sofian commented 11 years ago

Works in OSX "as is".