diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-03-28 20:54:35 +0100 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-12 21:04:36 +0200 |
commit | 8fb094f6a4ab862208fb7289312b0dd47e6f9a47 (patch) | |
tree | 904fc35ab0b2ea5e23dc40b09a904fad8c581800 /tracker-points/module/camera.cpp | |
parent | 85988a0e190788c1ee58debc8f07c8fa3375bf5b (diff) |
Hacking my way through to cv::solveP3P usage.
Diffstat (limited to 'tracker-points/module/camera.cpp')
-rw-r--r-- | tracker-points/module/camera.cpp | 1 |
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; |