mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
feat: velocity blink, leap blink fixes final
This commit is contained in:
parent
b7d39151a1
commit
ed599a1b94
@ -307,9 +307,9 @@ class LEAP_C(object):
|
|||||||
|
|
||||||
|
|
||||||
per = per[0][0]
|
per = per[0][0]
|
||||||
# print(per)
|
# print(per)
|
||||||
#time.sleep(0.01)
|
#time.sleep(0.01)
|
||||||
if per <= 0.18: # TODO: EXPOSE AS SETTING
|
if per <= 0.25: # TODO: EXPOSE AS SETTING
|
||||||
per = 0.0
|
per = 0.0
|
||||||
if self.total_velocity > 1:
|
if self.total_velocity > 1:
|
||||||
per = 0.0
|
per = 0.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user