summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-10-27 07:49:08 +0100
committerStanislaw Halik <sthalik@misaki.pl>2014-10-27 07:49:08 +0100
commit56a78f48547081a1b20977596d842dadb710210e (patch)
tree22a682bb70ee6f3108f53ccca6d417b40026b036 /ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h
parent48a8485317a90687e51419fe32c512cd1ebb2943 (diff)
pt: remove manual camera rotation declaration
We do it in core. And if we don't, we have to! Issue: #63
Diffstat (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h')
-rw-r--r--ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h b/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h
index 9365eb9a..b301db31 100644
--- a/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h
+++ b/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h
@@ -21,9 +21,6 @@ struct settings
cam_res_x,
cam_res_y,
cam_fps,
- cam_roll,
- cam_pitch,
- cam_yaw,
threshold,
threshold_secondary,
min_point_size,
@@ -45,9 +42,6 @@ struct settings
cam_res_x(b, "camera-res-width", 640),
cam_res_y(b, "camera-res-height", 480),
cam_fps(b, "camera-fps", 30),
- cam_roll(b, "camera-roll", 1),
- cam_pitch(b, "camera-pitch", 0),
- cam_yaw(b, "camera-yaw", 0),
threshold(b, "threshold-primary", 128),
threshold_secondary(b, "threshold-secondary", 128),
min_point_size(b, "min-point-size", 10),