diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-01-23 13:52:08 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-01-23 14:16:35 +0100 |
commit | 386795a320f8c007186c41b0d10a4f4281a9c28c (patch) | |
tree | 87c69863c44b7ad1794636102fea0ccc47911b2b /tracker-neuralnet/ftnoir_tracker_neuralnet.h | |
parent | 45e48310779c8adec67de7cf76328aa7bd034466 (diff) |
video/opencv, tracker/nn: add exposure presets
Diffstat (limited to 'tracker-neuralnet/ftnoir_tracker_neuralnet.h')
-rw-r--r-- | tracker-neuralnet/ftnoir_tracker_neuralnet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tracker-neuralnet/ftnoir_tracker_neuralnet.h b/tracker-neuralnet/ftnoir_tracker_neuralnet.h index df71a7a8..d44a9953 100644 --- a/tracker-neuralnet/ftnoir_tracker_neuralnet.h +++ b/tracker-neuralnet/ftnoir_tracker_neuralnet.h @@ -20,6 +20,7 @@ #include "compat/timer.hpp" #include "video/camera.hpp" #include "cv/affine.hpp" +#include "video-opencv/settings.hpp" #include <QObject> #include <QThread> @@ -176,6 +177,8 @@ private: Ui::Form ui_; Settings settings_; + dshow_camera_settings cs_; + // Calibration code mostly taken from point tracker QTimer calib_timer_; TranslationCalibrator trans_calib_; |