fix V4L2 grabber enable

This commit is contained in:
Portisch
2019-02-13 09:09:34 +01:00
parent a72ee0027a
commit 553fdc20a1
4 changed files with 15 additions and 3 deletions

View File

@@ -76,3 +76,8 @@ bool V4L2Wrapper::getSignalDetectionEnable()
{
return _grabber.getSignalDetectionEnabled();
}
void V4L2Wrapper::setDeviceVideoStandard(QString device, VideoStandard videoStandard)
{
_grabber.setDeviceVideoStandard(device, videoStandard);
}