summaryrefslogtreecommitdiffhomepage
path: root/cv/video-widget.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'cv/video-widget.hpp')
-rw-r--r--cv/video-widget.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cv/video-widget.hpp b/cv/video-widget.hpp
index 8ad62a3c..104fa21e 100644
--- a/cv/video-widget.hpp
+++ b/cv/video-widget.hpp
@@ -40,7 +40,7 @@ private:
QImage texture;
std::vector<unsigned char> vec;
QTimer timer;
- cv::Mat _frame, _frame2, _frame3;
+ cv::Mat frame1, frame2, frame3;
int width = 320, height = 240;
bool freshp = false;
};