First time here? Check out the FAQ!
answered 2013-04-10 09:55:00 -0600
Do the following:
Mat temp; for (int i = 0 ; i < 3; i++){ temp = capture.read(); //read frame } process(temp);
Basically this reads in 3 frames but only remembers the last one.