Board index » delphi » Grabbing TV input of a video Card

Grabbing TV input of a video Card

Hi,

I'm need to grab and capture the TV input of a video Card to show in my
application, the questions that I have are:

Where can I find Delphi Controls or Components to acheive this?
Which are the most featured Video Cards (with TV input) I can find and
Where?
Can I use ATI`s "All In Wonder Radeon 8500DV"  or another series?

Thanx,

Juan Pablo

 

Re:Grabbing TV input of a video Card


first you need a video capture device in the computer..
 then you need to use  AVI capture code.
 you may fine something like TCapAvi. or TAVICap components floating
around.
Try the below link for example.
 Try this for example

Quote
juanpablo wrote:
> Hi,

> I'm need to grab and capture the TV input of a video Card to show in my
> application, the questions that I have are:

> Where can I find Delphi Controls or Components to acheive this?
> Which are the most featured Video Cards (with TV input) I can find and
> Where?
> Can I use ATI`s "All In Wonder Radeon 8500DV"  or another series?

> Thanx,

> Juan Pablo

Re:Grabbing TV input of a video Card


Hello,

I use TVideoGrabber. It has all the features I was looking for video
capture, and it very stable in my TV application.
The component's home page is http://www.datastead.com/vidgrab/

Andy.

Other Threads