Results 1 to 1 of 1

Thread: Video Preview with Windows XP Microsoft TV Technologies

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    May 2001
    Posts
    49

    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


    .
    Last edited by dschuessler; Oct 23rd, 2002 at 01:36 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width