summaryrefslogtreecommitdiffhomepage
path: root/tracker-trackhat/trackhat.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-10-16 16:35:22 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-03-29 00:04:47 +0200
commit4f8ec1a2ab434c3896763685fb5dfba7194be143 (patch)
treef02ba54ef97152c8c2440e5eeb6eea6337fc199e /tracker-trackhat/trackhat.hpp
parentd7b4a8b6f40285f08f1e83b4cd921dffe9569cc0 (diff)
tracker/trackhat: buffer flush
Diffstat (limited to 'tracker-trackhat/trackhat.hpp')
-rw-r--r--tracker-trackhat/trackhat.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tracker-trackhat/trackhat.hpp b/tracker-trackhat/trackhat.hpp
index 9f87da66..ade162ef 100644
--- a/tracker-trackhat/trackhat.hpp
+++ b/tracker-trackhat/trackhat.hpp
@@ -27,7 +27,9 @@ struct trackhat_settings : opts
{
trackhat_settings();
value<slider_value> exposure{b, "exposure", {0x80, 0x10, 0xff}};
+ value<slider_value> gain{b, "gain", {16, 0, 47}};
value<slider_value> threshold{b, "threshold", {0x97, 64, 0xff}};
+ value<slider_value> threshold_2{b, "threshold-2", {0x03, 1, 0xfe}};
value<model_type> model{b, "model", model_mini_clip_left};
value<double> min_pt_size{b, "min-point-size", 2};
value<double> max_pt_size{b, "max-point-size", 8};