I\'m using openCV via python on linux (ubuntu 12.04), and I have a logitech c920 from which I\'d like to grab images. Cheese is able to grab frames up to really high resolut
I had the same problem as you. Ended up going into the OpenCV source and changing the default parameters in modules/highgui/src/cap_v4l.cpp, lines 245-246 and rebuilding the project.