Changes between Version 1 and Version 2 of How to capture a webcam input


Ignore:
Timestamp:
07/11/2012 02:22:29 AM (11 months ago)
Author:
rogerdpack
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • How to capture a webcam input

    v1 v2  
    22== Windows == 
    33 
    4 On Windows, we can use '''[http://ffmpeg.org/ffmpeg.html#vfwcap vfwcap]''' input device to capture live input (such as web camera). 
     4On 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. 
    55 
    66First, we'll try to list the supported capture devices, connected to our machine: