Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

most win webcam drivers come with a properties page, that you can call e.g from vlc, media player, etc, - even (with a bit of luck) from opencv:

VideoCapture cap(0);
cap.set(CAP_PROP_SETTINGS,1);

the settings will be persistant, but you'll have to remember, which usb port you plugged it into !