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

@@ -54,9 +54,6 @@ V4L2Grabber::V4L2Grabber(const QString & device
{
setPixelDecimation(pixelDecimation);
getV4Ldevices();
// init
setDeviceVideoStandard(device, videoStandard);
}
V4L2Grabber::~V4L2Grabber()