I have an adobe air app that runs on windows. I got it running on Mac but the webcam resolution is bad. Im using logitech quickcam pro 9000. on windows it is HD. in mac, it looks like a cheap webcam. surprisingly, the built in apple photo booth software displays a much better resolution using the same webcam. im using mac osx lion. is there hope? I dont see a mac driver for this particular webcam.
My code:
camera = Camera.getCamera();
camera.setQuality(0, 100);
camera.setMode(640, 480, 30, true);
camera.setMotionLevel(100);