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!
gst-launch v4l2src device=/dev/video1 ! ffmpegcolorspace ! videobalance brightness=0.5 contrast=1.2 ! autovideosink
gst-launch-0.10 v4l2camsrc device=/dev/video1 driver-name=omap3cam ! ffmpegcolorspace ! autovideosink