My goal is to stream a video acquired from a Asus PCTV Cinema card (v4l2 device available from /dev/video0).
In order to test, I've got Xawtv working to see the video images. I have the video in color if I select the S-Video input and the PAL standard. So, in xawtv all is ok.
Now, I have the video in vlc ok but only in black & white.
In order to displai it, I use the following command-line :
Code: Select all
cvlc -vvv v4l2:// :v4l2-dev='/dev/video0' :v4l2-standard=4 :v4l2-input=2
What can I do in order to have my video in color ?
Thanks very much for your help.