To capture an image that is not all black or saturated, I am currently using:
fswebcam -S 30 image.jpg
My application is a little delay sensitive and skipping around 30 frames every time to get a good image to process makes it difficult. I know capturing a frame from a running video sequence could solve this but I was wondering if there is a way to put the camera on standby or something similar to avoid having it to readjust to ambient brightness every time? Thanks.