First time here? Check out the FAQ!
answered 2013-05-28 04:42:32 -0600
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);