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