mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-09-26 23:09:28 +08:00
fix: LEAP getting visualized frame other call
This commit is contained in:
parent
7d7fb6e3a3
commit
129803bbdc
@ -294,7 +294,7 @@ class EyeProcessor:
|
||||
self.rawx,
|
||||
self.rawy,
|
||||
self.eyeopen,
|
||||
) = self.er_leap.run(self.current_image_gray)
|
||||
) = self.er_leap.run(self.current_image_gray_clean)
|
||||
# print(self.eyeopen)
|
||||
|
||||
if (
|
||||
|
Loading…
Reference in New Issue
Block a user