First time here? Check out the FAQ!
answered 2014-11-05 04:19:47 -0600
Sorry, I should have tried first. This works for me:
VideoCapture capright(1); capright.set(CV_CAP_PROP_FPS,15); VideoCapture capleft(2); capleft.set(CV_CAP_PROP_FPS,15);
with openCV2.4 in c++
Good luck!