ERESULT RequestResolution(int mode);
ERESULT RequestResolution(E_CAMERAMODE & info);The mode index to select
A mode description to match
An ERESULT value describing the status known up to that point.
Sets the mode to the specified index, or sets a mode that matches the input as close as possible.
The actual properties can be retrieved after the OnCameraChange callback.
- EDGELIB 4.00: Added this function