mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
lower thresh add
This commit is contained in:
parent
cc304f855d
commit
2495a66704
@ -52,7 +52,7 @@ class EyeTrackSettingsConfig(BaseModel):
|
||||
gui_BLOBP: int = 5
|
||||
gui_IBO: bool = True
|
||||
gui_skip_autoradius: bool = False
|
||||
gui_thresh_add: int = 20
|
||||
gui_thresh_add: int = 11
|
||||
gui_update_check: bool = False
|
||||
|
||||
class EyeTrackConfig(BaseModel):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user