diff options
Diffstat (limited to 'tracker-aruco/ftnoir_tracker_aruco.h')
-rw-r--r-- | tracker-aruco/ftnoir_tracker_aruco.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-aruco/ftnoir_tracker_aruco.h b/tracker-aruco/ftnoir_tracker_aruco.h index 54940d28..edec2437 100644 --- a/tracker-aruco/ftnoir_tracker_aruco.h +++ b/tracker-aruco/ftnoir_tracker_aruco.h @@ -78,8 +78,8 @@ private: cv::VideoCapture camera; QMutex camera_mtx; QMutex mtx; - QHBoxLayout* layout; - cv_video_widget* videoWidget; + qshared<cv_video_widget> videoWidget; + qshared<QHBoxLayout> layout; settings s; double pose[6], fps; cv::Mat frame, grayscale, color; |