From 014044c8b1c563add79e96b174c29933b17bdc95 Mon Sep 17 00:00:00 2001 From: Stéphane Lenclud Date: Sun, 31 Mar 2019 09:40:37 +0200 Subject: First solveP3P results that are looking consistent. Translation vector in meters seems to be spot on. Rotation angles still need to be computed. Radial distortion still need to be taken into account. --- video-opencv/impl-camera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video-opencv/impl-camera.cpp') diff --git a/video-opencv/impl-camera.cpp b/video-opencv/impl-camera.cpp index dddd463f..8a540134 100644 --- a/video-opencv/impl-camera.cpp +++ b/video-opencv/impl-camera.cpp @@ -30,7 +30,7 @@ bool cam::is_open() return !!cap; } -bool cam::start(const info& args) +bool cam::start(info& args) { stop(); cap.emplace(idx); -- cgit v1.2.3