diff --git a/EyeTrackApp/osc_calibrate_filter.py b/EyeTrackApp/osc_calibrate_filter.py index b01f6fa..00a7007 100644 --- a/EyeTrackApp/osc_calibrate_filter.py +++ b/EyeTrackApp/osc_calibrate_filter.py @@ -81,8 +81,9 @@ class var: @Async def center_overlay_calibrate(self): try: + print(os.getcwd()) 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. sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) server_address = ("localhost", 1234)