I wanted a quick and easy way to test my new Logitech C920 webcam on Ubuntu 12.10. I didn’t want to install any extra software like Cheese.
After some Googling I found the following very easy script:
1 | gst-launch v4l2src device=/dev/video1 ! xvimagesink |
Comments