Hs wrote:
> How can I capture video from a DVR device? I used "vfw.pas" unit routines to capture from a webcam, it works but not for DVR devices.I can list webcam drivers by calling "capGetDriverDescription()" function from "vfw.pas" it lists webcam drivers but not DVRs.
> Should I use other way instead of "vfw" routines to capture from DVRs?
>
you may have to use DirectShow instead