30fps capture in OSX, but only 15fps in ubuntu
I'm using a Logitech c920, and when I use the cv2 python interface on OS X, I get 1920x1080 frames at 30fps, but when I boot into ubuntu 12.04 on the same machine, the same cv2 code captures 1920x1080 frames at 15fps. Any suggestions on what I can do to bump up the fps in ubuntu?
Try setting the fps: cv.SetCaptureProperty(capture, CV_CAP_PROP_FPS, 30.0);