CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: leoalvesmachado

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    8,330

    Re: Camera input - OpenCV

    Nobody? Nor even to tell me how to use the webcam without OpenCV?
  2. Replies
    1
    Views
    8,330

    Camera input - OpenCV

    Hi folks,
    I want to display the video being captured by the webcam in C++. I've found this code, that uses OpenCV and it's very simple:


    #include <ctype.h>
    #include <stdio.h>
    #include...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured