Changes between Version 1 and Version 2 of How to capture a webcam input
- Timestamp:
- 07/11/2012 02:22:29 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
How to capture a webcam input
v1 v2 2 2 == Windows == 3 3 4 On Windows, we can use '''[http://ffmpeg.org/ffmpeg.html#vfwcap vfwcap]''' input device to capture live input (such as web camera). 4 On Windows, we can use '''[http://ffmpeg.org/ffmpeg.html#vfwcap vfwcap]''' input device to capture live input (such as web camera). NB this is out of date, these days you can use the -f dshow device to capture from a directshow device. 5 5 6 6 First, we'll try to list the supported capture devices, connected to our machine:


