TV Cards

Everything else that doesn't fall into one of the other PB categories.
chio
User
User
Posts: 30
Joined: Thu Jun 24, 2004 1:55 pm
Location: New York City
Contact:

TV Cards

Post by chio »

Hi all, has anyone written any apps to access TV cards? Such as ATI All-in-wonder (AIW).

I want to make or modify an app that can change my TV channels and work like a TV tuner. Also if it can decode the video signal from the cable company. I don't mean steal it, I pay for cable, but when I veiw it through my PC I only get the standard channels.

I know that AVICAP did something with TV but can't find it anywhere.

Thanks,
Chio
chio
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Post by Rescator »

Hi all, has anyone written any apps to access TV cards? Such as ATI All-in-wonder (AIW).
I believe that windows has a API for this stuff, which should work as long as the proper drivers are installed.
I want to make or modify an app that can change my TV channels and work like a TV tuner.
There may be a few opensource ones out there!
Also if it can decode the video signal from the cable company. I don't mean steal it, I pay for cable, but when I veiw it through my PC I only get the standard channels.
I think that what you "see" is the analog signals.
In my living room I got a Digital cable box,
in my work room I don't, and can only get a handfull analog channels.
You'll need a Digital Broadcast/DTV/HDTV/whatever card most likely.
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

i'm wondering how to...
i find in msdn that it could be done thanks DirectShow.

there's are two Interfaces you have to use :

tuner.IAMTUNER
tuner\QueryInterface(a,b)

tvtuner.IAMTVTUNER
tvtuner\QueryInterface(a,b)

here is some docs http://msdn.microsoft.com/library/defau ... hannel.asp

can someone can try to use this interface in purebasic ?
i don't know how to make it works by myself. :x
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

Is it possible to have digital tv working with Purebasic ?
All the apps compatible with my card (hauppauge nova-t) are big bloated stuffs, maybe a little Purebasic app could help 8) ?
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

i don't know for digital but analog devices it work.
there are some infos here that shows the differents possibilities of DirectShow:
http://msdn.microsoft.com/library/defau ... ilters.asp
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

i find an example on how to change the channel of a tv card.
but i need help to convert from c++.

c++ source: http://www.codeproject.com/audio/DShowFineTVTuning.asp

first i need the guid value of IID_IKsPropertySet, where can i find it's value ?
it's not present in the Freak's GuidViewer (viewtopic.php?t=15755)
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Post Reply