mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +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.rawx,
|
||||||
self.rawy,
|
self.rawy,
|
||||||
self.eyeopen,
|
self.eyeopen,
|
||||||
) = self.er_leap.run(self.current_image_gray)
|
) = self.er_leap.run(self.current_image_gray_clean)
|
||||||
# print(self.eyeopen)
|
# print(self.eyeopen)
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user