I am writing a software to capture images with a webcam using VFW. The software works perfectly but the main problem is the size of the captured image. I do not set it and I believe that this is the default value of the webcam driver (which in most of the cases is 320x240 but with a webcam it is 640x480).
I think I have to open the driver and change the setting from there, any ideas?