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

Method setCropping

sources/base/GrabberWrapper.cpp:318–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318void GrabberWrapper::setCropping(unsigned cropLeft, unsigned cropRight, unsigned cropTop, unsigned cropBottom)
319{
320 if (_grabber != nullptr)
321 _grabber->setCropping(cropLeft, cropRight, cropTop, cropBottom);
322}
323
324void GrabberWrapper::setSignalDetectionOffset(double verticalMin, double horizontalMin, double verticalMax, double horizontalMax)
325{

Callers 1

handleSettingsUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected