Capture specific-sized images with an Ubuntu command-line program
I am currently working on a project and would 开发者_如何学Pythonlike to know if you heard of any command-line tools that lets your webcam take specific-sized images? I found some but none of them works.
In my case, I'd need to capture 1600x1200 pictures.
I was able to use
uvccapture -m -x640 -y480 -oimage.jpg.
If your webcam supports 1600x1200, then this method might work. When I try anything more than 640x480, uvccapture prints:
format asked unavailable get width 640 height 480
精彩评论