Skip to content

Commit

Permalink
fix: temp disable leap low priority for MetalCanyon
Browse files Browse the repository at this point in the history
  • Loading branch information
RedHawk989 committed Oct 3, 2023
1 parent 8e28092 commit 9bab5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EyeTrackApp/leap.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def __init__(self):
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
Expand Down

0 comments on commit 9bab5b4

Please sign in to comment.