Ask Your Question
0

OpenCV 2.4 install problem

asked 2013-01-28 17:52:36 -0600

seifullaah73 gravatar image

updated 2013-01-28 17:55:26 -0600

Hey Guys

I have a problem, i had opencv 2.2 which was easy to install and when i try to run a program for camera capture, but a problem occurred that only a grey output window was displayed. So i thought i would upgrade it to 2.4. So i downloaded 2.4, which told me to extract to a place, i extracted it to C:\OpenCV2.4\

I went to link this to Visual studio 2010 but when i try to link libraries, i couldn't find lib folder in the opencv2.4 folder. I forgot to mention since inside opencv2.4 was a folder called opencv i moved everything in there outside and delete the opencv folder.

Help would be appreciated either on fixing the camera or help with installing opencv2.4 as the lib folder is missing

thanks

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-05-28 04:42:32 -0600

william13200 gravatar image

ok so you get compile & debugg? are you trying to use the default webcam? this is done by cvCaptureFromCAM(0); then you need delay to process the video frames in your infinite loop this is done by: waitKey(x);

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-28 17:52:36 -0600

Seen: 360 times

Last updated: May 28 '13