backlightCompensation property

UvcController get backlightCompensation

Backlight compensation: 0: off or 1: on

Implementation

UvcController get backlightCompensation => _controller(
    'backlight compensation', _getBacklightCompensation, _unsupportedSet,
    vendorId: vendorId, productId: productId);