summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/ftnoir_tracker_pt.h
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt.h')
-rw-r--r--tracker-pt/ftnoir_tracker_pt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt.h b/tracker-pt/ftnoir_tracker_pt.h
index c9b87102..bb388d5c 100644
--- a/tracker-pt/ftnoir_tracker_pt.h
+++ b/tracker-pt/ftnoir_tracker_pt.h
@@ -49,10 +49,12 @@ struct Tracker_PT : QThread, ITracker
private:
void run() override;
+ [[nodiscard]] bool check_camera();
pointer<pt_runtime_traits> traits;
mutable QRecursiveMutex camera_mtx;
+ QString last_camera_name;
PointTracker point_tracker;