summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-12-29 03:35:03 +0100
committerStanislaw Halik <sthalik@misaki.pl>2013-12-29 03:35:03 +0100
commitfbbe79400ddf7397f2ec09e679ac79e139ebb1d5 (patch)
treec4e62f405d174db1f05830a203809cc0f16fdef0 /ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
parentfbef92577584a6000cdbcffa5744b77d28f1dc0c (diff)
aruco: allow for filter only red spectrum
Diffstat (limited to 'ftnoir_tracker_aruco/ftnoir_tracker_aruco.h')
-rw-r--r--ftnoir_tracker_aruco/ftnoir_tracker_aruco.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
index be2ad3d7..545ad5d0 100644
--- a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
+++ b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
@@ -42,6 +42,7 @@ private:
cv::Mat frame;
double headpos[3], headpitch;
cv::VideoCapture camera;
+ volatile bool red_only;
};
// Widget that has controls for FTNoIR protocol client-settings.