aboutsummaryrefslogtreecommitdiffstats
path: root/app/camera.h
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-02 13:39:19 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-02 13:39:19 +0900
commita1375eaac269465e28164bf8f7df62c4aadabe4c (patch)
treed76c522e50f059bb33ce2ff2192cace9e79a259c /app/camera.h
parenta35b3631420ac051a1b50a00806ee29900f03250 (diff)
add horizontal for tachometer
Diffstat (limited to 'app/camera.h')
-rw-r--r--app/camera.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/camera.h b/app/camera.h
index 1b85d27..6d5d17c 100644
--- a/app/camera.h
+++ b/app/camera.h
@@ -21,11 +21,9 @@
#include <QTimer>
#include <QImage>
#include <QQuickPaintedItem>
-#include <opencv2/videoio.hpp>
#include <iostream>
-#include <opencv2/core.hpp>
-#include <opencv2/imgcodecs.hpp>
-#include <opencv2/highgui.hpp>
+#include <opencv2/core/core.hpp>
+#include <opencv2/highgui/highgui.hpp>
using namespace std;