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

    Capturing Frame from Webcam

    Hello gurus!

    I need to capture several frames per 1 second from webcam and analyzing the content of the image. Does anybody have done similar project?

    -Kevin


  2. #2
    Join Date
    May 2002
    Posts
    1

    Re: Capturing Frame from Webcam

    have a look at vidcap32.exe
    it is a small prog (usually comes with VC++)
    that illustrates how to do video capture

    otherwise,
    look up
    openCV
    (open Computer Vision librairie from IBM)


    JAK



  3. #3
    Join Date
    Jul 2006
    Posts
    2

    Re: Capturing Frame from Webcam

    Kevin101,

    Check out http://www.roborealm.com/ which is a free vision software application that can be used for machine vision based tasks. Its quick to get up and running and is a nice system to prototype image processing tasks. Might be of some use ...

    STeven.

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