Take a single snaphot from a webcam with a delay
- by cedivad
I use
gst-launch-0.10 v4l2src num-buffers=1 ! jpegenc ! filesink location=$HOME/Desktop/test.jpg
to take snapshots. It works well. However in some light situation I need to drop some of the first frames the webcam outputs so that the webcam white balance doesn't provide me with an impossible to view image.
Do you know how could I do that?
With the GUI of cheese I can do it without any problem, but I need to automate this via CLI.
Many thanks.