Ask Your Question

jfmamjjasond's profile - activity

2014-07-25 11:48:42 -0600 commented question Image capture from USB camera with Python

Yes that's it.

2014-07-25 10:57:26 -0600 asked a question Image capture from USB camera with Python

Good afternoon,

I am trying to acquire a single image from a USB camera. I can successfully visualise a live stream with the code provided in the "Getting Started with VideosĀ¶" section from the tutorial by replacing 0 with 1, but I can't figure out how to capture just a single image with this camera. I could solve the problem by just pressing print screen then saving the image but this is rather annoying, is there a way to do that by code ?

Thanks