From bc7c2832a2fdaeeaec450345515fecd31174e4af Mon Sep 17 00:00:00 2001 From: Lincoln-LM Date: Wed, 5 Jan 2022 08:08:14 -0700 Subject: [PATCH] fix advance delay --- configs/config_camera.json | 3 +-- configs/config_regi.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/configs/config_camera.json b/configs/config_camera.json index ab18e87..44dda1b 100644 --- a/configs/config_camera.json +++ b/configs/config_camera.json @@ -10,8 +10,7 @@ ], "thresh": 0.9, "white_delay": 3.0, - "advance_delay": 0, - "advance_del": 1, + "advance_delay": 3, "crop": [ 0, 0, diff --git a/configs/config_regi.json b/configs/config_regi.json index efc16cf..d3260f7 100644 --- a/configs/config_regi.json +++ b/configs/config_regi.json @@ -10,7 +10,6 @@ ], "thresh": 0.75, "white_delay": 3.0, - "advance_delay": 1, - "advance_del": 3, + "advance_delay": 3, "crop": [0,0,0,0] } \ No newline at end of file