resolution property
int?
get
resolution
Get the control resolution.
Implementation
int? get resolution =>
_controlGet(UvcReqCode.getRes, bTerminalID, bInterfaceNumber);
Get the control resolution.
int? get resolution =>
_controlGet(UvcReqCode.getRes, bTerminalID, bInterfaceNumber);