CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2002
    Location
    Karlsruhe, Germany (currently, normally Stoke, England)
    Posts
    8

    DirectShow - Setting Webcam Properties

    Hi everyone,
    Hope you might be able to help me. I'm using DirectShow with Visual C++ and capturing video from a webcam. What I wanted to know is how can I set up the webcam's properties from inside the program e.g. turning on/off auto gain control or setting brightness levels. The user can do this from the filter's property pages but I want to be able to do it in the program itself.

    Cheers,
    Tony.

  2. #2
    Join Date
    May 2003
    Posts
    30

    directshow

    try following link that have vc++ sample
    http://www.viscomsoft.com/products/videocap/

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

Featured