mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
Default camera should be None, not a random number
This commit is contained in:
parent
3128a01950
commit
ec67afc226
@ -15,7 +15,7 @@ class RansacConfig:
|
||||
roi_window_w: "int" = 640
|
||||
roi_window_h: "int" = 480
|
||||
focal_length: "int" = 30
|
||||
capture_source: "Union[int, str, None]" = 2
|
||||
capture_source: "Union[int, str, None]" = None
|
||||
vrc_eye_position_scalar: "int" = 3000
|
||||
show_color_image: "bool" = False
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user