| 119 | } |
| 120 | |
| 121 | void SystemWrapper::setDeviceVideoStandard(const QString& device) |
| 122 | { |
| 123 | if (_grabber != nullptr) |
| 124 | _grabber->setDeviceVideoStandard(device); |
| 125 | } |
| 126 | |
| 127 | void SystemWrapper::setHdrToneMappingEnabled(int mode) |
| 128 | { |
no outgoing calls
no test coverage detected