MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / setSignalDetectionEnable

Method setSignalDetectionEnable

sources/base/SystemWrapper.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void SystemWrapper::setSignalDetectionEnable(bool enable)
116{
117 if (_grabber != nullptr)
118 _grabber->setSignalDetectionEnable(enable);
119}
120
121void SystemWrapper::setDeviceVideoStandard(const QString& device)
122{

Callers 1

handleSettingsUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected