PDA

View Full Version : reading videotext from tvcard with delphi



noeska
28-09-2003, 03:55 PM
How can i access videotext data from my tvcard (terratec tvvalueradio)
I can read it using the software delivered with it. But i want to use to read in some data from specific pages and put it in an excel worksheet. Now i have to type them over. Are there sdk's for this goal?

Clootie
29-09-2003, 05:26 AM
The answear is DirectShow: http://progdigy.com

noeska
29-09-2003, 05:14 PM
i take a look at it, although it does not mention videotext on the site.

Clootie
29-09-2003, 07:46 PM
You should look for DirectX documentation on:
* Line 21 Decoder filter (Closed Captions)
* World Standard Teletext

noeska
30-09-2003, 05:36 PM
does not look simple to me. Isn't there an complete example? Even a c c++ example would be helpfull as msdn confuses me.

Clootie
30-09-2003, 06:21 PM
In DirectX SDK seems: DDrawXCL, PlayDVD, DVDSample, AMCap are impements some way or another teletext/closed caption support. - But I have not verified what.