First time here? Check out the FAQ!
answered 2013-09-20 07:30:16 -0600
Use
cap.grab(); cap.retrieve(&frame, 0);
instead of
cap.read(frame);
Best