mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
fix: change IBO default setting to off
This commit is contained in:
parent
872f9675b0
commit
da9cdb5436
@ -159,7 +159,7 @@ class EyeTrackSettingsConfig(BaseModel):
|
||||
gui_RANSAC3DP: int = 6
|
||||
gui_BLOBP: int = 7
|
||||
gui_LEAPP: int = 8
|
||||
gui_IBO: bool = True
|
||||
gui_IBO: bool = False
|
||||
gui_skip_autoradius: bool = False
|
||||
gui_thresh_add: int = 11
|
||||
gui_update_check: bool = False
|
||||
|
||||
Loading…
Reference in New Issue
Block a user