View Single Post
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#57
Originally Posted by jprobichaud View Post
Ah, I've found it: I need to install gstreamer0.10-plugins-good-extra for the video balance pipeline to be present...

Now, the following command line works, but the video is still of an ugly green...


Code:
gst-launch v4l2src device=/dev/video1 ! ffmpegcolorspace ! videobalance brightness=0.5 contrast=1.2 ! autovideosink
It's time to experiment with the other settings...

Thanks again!
less greenish
Code:
gst-launch-0.10 v4l2camsrc device=/dev/video1 driver-name=omap3cam ! ffmpegcolorspace ! autovideosink
 

The Following User Says Thank You to nicolai For This Useful Post: