Results 1 to 1 of 1
For a project, i need a script to take a picture from a webcam continuously, as fast as possible. Right now, i am only getting about 3 fps, where the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-04-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 4
Scripting for a Webcam
For a project, i need a script to take a picture from a webcam continuously, as fast as possible. Right now, i am only getting about 3 fps, where the camera (Logitech QuickCam Chat) should be able to do 30fps.
my current script:
It's not the camera, as Cheese Webcam Booth is very smooth, and im pretty sure, 30fps. In addition streamer is giving me sweeping lighter bar (insignificant).Code:count=0 while [ true ] do streamer -q -o zpic.jpeg echo "Took Picture $count" count=`expr $count + 1` done
What could i use?


Reply With Quote
