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
TV Cards
TV Cards
chio
I believe that windows has a API for this stuff, which should work as long as the proper drivers are installed.Hi all, has anyone written any apps to access TV cards? Such as ATI All-in-wonder (AIW).
There may be a few opensource ones out there!I want to make or modify an app that can change my TV channels and work like a TV tuner.
I think that what you "see" is the analog signals.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.
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.
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.
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.

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
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
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
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
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
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)
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
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer