summaryrefslogtreecommitdiffhomepage
path: root/tracker-points/module/camera.cpp
diff options
context:
space:
mode:
authorStéphane Lenclud <github@lenclud.com>2019-03-28 20:54:35 +0100
committerStéphane Lenclud <github@lenclud.com>2019-04-24 18:46:12 +0200
commit8141c4f07b1ddc4555d10a78ea5c3f482c8be04f (patch)
treed96a0c6d811501ae30c1ccaf45de34100bf283a4 /tracker-points/module/camera.cpp
parentb0e22e955d566b2a981cb43ae477f2646c0c978d (diff)
Hacking my way through to cv::solveP3P usage.
Diffstat (limited to 'tracker-points/module/camera.cpp')
-rw-r--r--tracker-points/module/camera.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tracker-points/module/camera.cpp b/tracker-points/module/camera.cpp
index a70698de..25f1f8d5 100644
--- a/tracker-points/module/camera.cpp
+++ b/tracker-points/module/camera.cpp
@@ -96,7 +96,6 @@ bool Camera::start(const QString& name, int fps, int res_x, int res_y)
if (!cap)
goto fail;
- camera::info info {};
info.fps = fps;
info.width = res_x;
info.height = res_y;