Page 1 of 1
TV Cards
Posted: Thu Apr 14, 2005 11:44 pm
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
Posted: Sat Apr 16, 2005 4:14 am
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.
Posted: Sat Oct 29, 2005 6:40 pm
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.

Posted: Sat Oct 29, 2005 6:45 pm
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

?
Posted: Sat Oct 29, 2005 6:53 pm
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
Posted: Sun Oct 30, 2005 10:30 am
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)