answered Nov 5 '14
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!