mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
fix: temp disable leap low priority for MetalCanyon
This commit is contained in:
parent
8e28092601
commit
9bab5b4555
@ -85,7 +85,7 @@ class LEAP_C(object):
|
||||
else:
|
||||
self.model_path = resource_path("Models/mommy072623.onnx")
|
||||
self.interval = 1 # FPS print update rate
|
||||
self.low_priority = True # set process priority to low may cause issues
|
||||
self.low_priority = False # set process priority to low may cause issues
|
||||
self.print_fps = True
|
||||
# Init variables
|
||||
self.frames = 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user