tags:

views:

26

answers:

0

Hi.

I'm working on my final year engineering project which involves capturing a video through a TV card and playing it in a custom made GUI. The GUI has been made in C# using the AForge.net library. The player that comes with the library successfully captures video feeds through a USB webcam. However, the problem arises when the camera is used to capture the video through PixelView TV capture card. The problem is not only in this GUI, but in any video capture GUI designed in C#.

I tried adding the Pixel View ProTV program's .dll files to the reference pane of my GUI, but I think they aren't programmable dll files. Is there any method by which feed from the camera through the TV card can be displayed in the C# GUI?? Any help on the matter will be appreciated..

Thanx.