summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/tracker-easy.cpp
diff options
context:
space:
mode:
authorStéphane Lenclud <github@lenclud.com>2019-04-13 20:27:41 +0200
committerStéphane Lenclud <github@lenclud.com>2019-04-13 20:27:41 +0200
commita6456c4174c7b820f7a9ebaa8ec6388d9ecda133 (patch)
tree2fe9c097e8610f2e25231835329db86b96b4af95 /tracker-easy/tracker-easy.cpp
parent96e4e45fcc557c7b2afec3fa79b0e1cee872d902 (diff)
Easy Tracker: Sorting out UI and logo issues.
Diffstat (limited to 'tracker-easy/tracker-easy.cpp')
-rw-r--r--tracker-easy/tracker-easy.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tracker-easy/tracker-easy.cpp b/tracker-easy/tracker-easy.cpp
index f0ff4bb7a..42666677c 100644
--- a/tracker-easy/tracker-easy.cpp
+++ b/tracker-easy/tracker-easy.cpp
@@ -332,6 +332,10 @@ namespace EasyTracker
{
QMutexLocker l(&camera_mtx);
+ iCameraInfo.fps = s.cam_fps;
+ iCameraInfo.width = s.cam_res_x;
+ iCameraInfo.height = s.cam_res_y;
+
return camera->start(iCameraInfo);
}