From 8141c4f07b1ddc4555d10a78ea5c3f482c8be04f Mon Sep 17 00:00:00 2001 From: Stéphane Lenclud Date: Thu, 28 Mar 2019 20:54:35 +0100 Subject: Hacking my way through to cv::solveP3P usage. --- tracker-points/module/camera.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tracker-points/module/camera.cpp') 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; -- cgit v1.2.3