Need help in coding for video device

Hi, I'm writing a program to take in video input using a frame grabber card, at the same time also reusing a program from another source.

however the problem is that the other program is using another brand of frame grabber. How can i change the coding of the program to fit to my brand of frame grabber?

Is it enough to just change the corresponding functions in the code?

By the way, i'm using Visual c++ and i'm trying to change from a Matrox MIL to a WinTV USB2 card. thanks!
[522 byte] By [way_landr] at [2007-11-19 19:31:52]
# 1 Re: Need help in coding for video device
Hi,

can you give more details about your program ? API ? what do you need exactly ?

As far as i know matrox products come with the Matrox MIL SDK that is specially made for matrox cards.
The best way to access to standard capture cards under Win32 would be to use the DirectShow API, or VFW API (video for windows).
LaMouche at 2007-11-10 3:49:38 >