cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
OpenCV2.1 in Visual Studio 2010
OpenCV2.1 in Visual Studio 2010
Oct 11, 2010 at 7:44am UTC
fatal
(3)
I set up the OpenCV2.1 for Visual Studio Professional 2010 following the instructions in
http://opencv.willowgarage.com/wiki/.
When I wanted to run a simple webcam program, I got an error. (I'm sure that there is no error in the implemeted code.)
Here is what I get as an output (error)
http://www.glowfoto.com/static_image/11-001201L/7939/png/10/2010/img5/glowfoto
How can I solve this problem?
Thanks in Advance.
Last edited on
Oct 11, 2010 at 7:45am UTC
Oct 11, 2010 at 1:13pm UTC
Dufresne
(137)
Have you tried to put break point and run it step by step ?
If you haven't , you should. You can learn at which line error occurs.
Topic archived. No new replies allowed.