VType as QString

This commit is contained in:
SputnikElf
2019-12-30 22:27:02 +01:00
parent 8ffe9cb8e2
commit 1a8e2ca27c
5 changed files with 29 additions and 16 deletions

View File

@@ -85,7 +85,7 @@ public:
virtual void setGrabberFixValues(
int width,
int height,
int vtype);
QString vtype);
///
/// @brief overwrite Grabber.h implementation
@@ -216,6 +216,6 @@ private:
bool _grabberFixEnabled;
int _gf_width;
int _gf_height;
int _gf_vtype;
QString _gf_vtype;
};

View File

@@ -26,7 +26,7 @@ public slots:
void setSignalDetectionOffset(double verticalMin, double horizontalMin, double verticalMax, double horizontalMax);
void setSignalDetectionEnable(bool enable);
void setGrabberFixEnable(bool enable);
void setGrabberFixValues(int width, int height, string vtype);
void setGrabberFixValues(int width, int height, QString vtype);
void setDeviceVideoStandard(QString device, VideoStandard videoStandard);
signals: