I'm developing on Processing 2.0b, and i just bought a C920 logitech webam for a good capture quality.
Then I try to capture at 1920 x 1080, the problem is that I'm under 15 fps per seconds..
When I list all the devices availsable to capture, the program write:
Some size and fps
...
-[61] "name=HD Pro Webcam C920,size=1024x576,fps=5"
-[62] "name=HD Pro Webcam C920,size=1024x576,fps=30"
-[63] "name=HD Pro Webcam C920,size=1280x720,fps=5"
-[64] "name=HD Pro Webcam C920,size=1280x720,fps=30"
-[65] "name=HD Pro Webcam C920,size=1600x896,fps=5"
-[66] "name=HD Pro Webcam C920,size=1600x896,fps=30"
-[67] "name=HD Pro Webcam C920,size=1920x1080,fps=5"
-[68] "name=HD Pro Webcam C920,size=1920x1080,fps=30"
...
some others size and fps...
So, as I can read.. for the size 1920 x 1080 the framerate of 30 fps is available..
What's wrong ??
Even if I force the program or run at 30 fps.. theres a crash pointing on cam.start(); telling me that the framerate for this size isn't available...
Any help ... ?