summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/camera.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-07-31 13:47:09 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-07-31 13:47:09 +0200
commitccafc5f054733e883bb0ef8b0c698b4c9c86fff9 (patch)
treea12d3a37bb23068f8f0387bcd6331ca2e3e88f48 /tracker-pt/camera.h
parentcfb2495a4ba7b7dda8b73d9897c9cf5c75abbd83 (diff)
tracker/{pt,aruco}: don't include opencv highgui, videoio is enough
Diffstat (limited to 'tracker-pt/camera.h')
-rw-r--r--tracker-pt/camera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/camera.h b/tracker-pt/camera.h
index 615f7142..e9993855 100644
--- a/tracker-pt/camera.h
+++ b/tracker-pt/camera.h
@@ -9,7 +9,7 @@
#include <opencv2/core/core.hpp>
#include <memory>
-#include <opencv2/highgui.hpp>
+#include <opencv2/videoio.hpp>
#include <string>
#include <QString>