CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2007
    Posts
    2

    How to capture an image from a webcam?

    I'm a newbie.

    I want to capture images from a webcam lively using C++.
    Any good and generic library can help?

    Thanks.

  2. #2
    Join Date
    Jul 2007
    Posts
    1

    Re: How to capture an image from a webcam?

    you must add to your software the driver of webcam.
    so you have the webcam as an object..

  3. #3
    Join Date
    Apr 2006
    Posts
    79

    Re: How to capture an image from a webcam?

    You should use Video for windows (vfw) library
    My English is not good. So you maynot understand what I say!

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