mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
fix: fix overlay arg
This commit is contained in:
parent
582813cc01
commit
661fc3d8c2
@ -82,7 +82,7 @@ class var:
|
||||
def center_overlay_calibrate(self):
|
||||
try:
|
||||
os.startfile(
|
||||
"Tools/ETVR_SteamVR_Calibration_Overlay.exe -center"
|
||||
"Tools/ETVR_SteamVR_Calibration_Overlay.exe center"
|
||||
) # i cant remember if this needs the - for argument... also check the file path.
|
||||
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
|
||||
server_address = ("localhost", 1234)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user