From eca75bfc0f1b6b990076232f7d27e4d1d2f55dd3 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 20 Jul 2015 08:09:59 +0200 Subject: aruco: make fov int, not double --- ftnoir_tracker_aruco/ftnoir_tracker_aruco.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ftnoir_tracker_aruco/ftnoir_tracker_aruco.h') diff --git a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h index 86e8d1b9..9691a75c 100644 --- a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h +++ b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h @@ -26,7 +26,8 @@ using namespace options; struct settings : opts { - value fov, headpos_x, headpos_y, headpos_z; + value fov; + value headpos_x, headpos_y, headpos_z; value camera_name; value force_fps, resolution; settings() : -- cgit v1.2.3