You are not logged in.
Hi, I have my USB webcam properly installed and it works. I can use vlc for it, and everything works OK. However, I would like to take a screenshot from the webcam.
When I use
cat /dev/video >> picture.jpg it takes all jpg files into one file and never stops. If I stop saving into picture.jpg only the last file is visible and all images during the saving time are saved.
I would like to take only one shot. Something like take-one-screen-shot /dev/video > picture.jpg
Is that possible?
I have read http://wiki.archlinux.org/index.php/Webcam, there is a program in AUR, and i guess it works, but I would prefer core/extra/comunity programs.
Thank you.
Last edited by ares952 (2010-02-07 20:52:27)
Offline
You can use vlc.
I think there is something in the Video menu called snapshot (can't tell you the exact location, as I'm at work on Windows machine).
If that doesn't work, you could try ffmpeg. Check out the man pages. I think there is a section about getting screen grabs from webcams.
Offline
cheese?
Offline
Have a look at xawtv. It's in the extra repos. It includes a program called streamer which will capture to a single jpg.
Offline
You may want to give guvcview a try, but you need to get it from the AUR.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
You may want to give guvcview a try, but you need to get it from the AUR.
+1 for guvcview. No gnome dependencies, and more functionality than cheese.
Jay
Offline
Well, thank you a lot. I am trying to use streamer :-) It looks good.
Offline