From bc5584d601110b5215650d41a693ce64d69ca4cb Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 17 Oct 2021 15:15:36 +0200 Subject: tracker/trackhat: fix threshold register range --- tracker-trackhat/trackhat.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracker-trackhat/trackhat.hpp') diff --git a/tracker-trackhat/trackhat.hpp b/tracker-trackhat/trackhat.hpp index 01005e65..348d3cd6 100644 --- a/tracker-trackhat/trackhat.hpp +++ b/tracker-trackhat/trackhat.hpp @@ -29,7 +29,7 @@ struct trackhat_settings : opts trackhat_settings(); value exposure{b, "exposure", {0x80, 0x10, 0xff}}; value gain{b, "gain", {16, 0, 47}}; - value threshold{b, "threshold", {0x97, 64, 0xff}}; + value threshold{b, "threshold", {0x97, 64, 0xfe}}; value threshold_2{b, "threshold-2", {0x03, 1, 0xfe}}; value model{b, "model", model_mini_clip_left}; value min_pt_size{b, "min-point-size", 10}; -- cgit v1.2.3