summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/camera.h
diff options
context:
space:
mode:
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 35e887ad..030861c7 100644
--- a/tracker-pt/camera.h
+++ b/tracker-pt/camera.h
@@ -46,7 +46,7 @@ struct Camera final : pt_camera
private:
warn_result_unused bool _get_frame(cv::Mat& Frame);
- double dt_mean, fov;
+ double dt_mean = 0, fov = 30;
Timer t;