Is there a standard way to set properties on a capture device such as resolution and exposure?
A. There are two standard interfaces IAMStreamConfig and IAMCameraControl. The first interface is used to set the resolution and media type on a capture device. The second supports setting options like brightness and contrast. Both interfaces have methods to return a range of values that are supported. Not all capture devices support these interfaces. See the SDK docs for implementation details.