Video Preview with Windows XP Microsoft TV Technologies
Hello everyone, I was wondering if anyone can help me with
a problem I am having using windows xp and visual basic
6.
I am working with the msvidctl.dll (win xp sp1) and the
tvtuner type library. All I am interested in is streaming
video. No capture should be easy. However, my stream comes
in upside down I have been reading up and think this is do
to bi-height or the dibs. I believe this to be a problem
with my tuner card. Is there an easy way with code where I can fix the problem or can anyone tell me of a video tuner card that
is top-down and would not have this problem.
I am using the ATI-TV Wonder tuner card.
Just to let you know the code I used is as follows:
Dim objTuneRequest as IChannelTuneRequest
Set objTuneRequest = objTSContainer
("Cable").CreateTuneRequest
objTuneRequest.Channel = 6
VidControl.View objTuneRequest
VidControl.Run
I would really appreciate any help concerning this issue.
Thanks
Dan Schuessler
.