Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 4 of 4

Thread: Video Capture to Texture

  1. #1
    Junior Member Newbie
    Join Date
    Nov 2000
    Posts
    11

    Video Capture to Texture

    Hi all,

    This should be a simple task: capture live video from a Logitech QuickCam and display it with OpenGL. I realize that I should be able to use DirectShow to get the video, but I haven't been able to find any good code examples.

    Anyone got some code or tips they'd like to share? Thanks in advance.

  2. #2
    Senior Member OpenGL Guru
    Join Date
    Mar 2001
    Posts
    2,704

    Re: Video Capture to Texture

    Download the DirectShow SDK from Microsoft if that's what you want to use. OpenGL does not have a video capture API.

    msdn.microsoft.com has a lot of information, too.
    "If you can't afford to do something right,
    you'd better make sure you can afford to do it wrong!"

  3. #3
    Advanced Member Frequent Contributor yooyo's Avatar
    Join Date
    Apr 2003
    Location
    Belgrade, Serbia
    Posts
    883

    Re: Video Capture to Texture

    Try to find DSVideoLib v0.03 somwhere on the net...

    yooyo

  4. #4
    Junior Member Newbie
    Join Date
    Nov 2000
    Posts
    11

    Re: Video Capture to Texture

    Originally posted by yooyo:
    Try to find DSVideoLib v0.03 somwhere on the net...

    yooyo

    Thanks! This is exactly what I was looking for!

Posting Permissions

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