mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
feat: change ovr overlay port number
This commit is contained in:
parent
92af3d6c4f
commit
3f6efcb315
@ -92,7 +92,7 @@ def center_overlay_calibrate(self):
|
||||
subprocess.run([overlay_path, "center"])
|
||||
var.overlay_active = True
|
||||
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
|
||||
server_address = ("localhost", 1234)
|
||||
server_address = ("localhost", 2112)
|
||||
sock.bind(server_address)
|
||||
|
||||
data, address = sock.recvfrom(4096)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user