mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
HSRAC re imp
no idea if this is tracking properly due to no setup but it doesnt crash so yay lmao
This commit is contained in:
parent
9fb190aa0f
commit
a67535ce01
@ -246,8 +246,9 @@ class EyeProcessor:
|
||||
|
||||
|
||||
def HSRACM(self):
|
||||
cx, cy, thresh, gray_frame, self.blinkvalue = External_Run.HSRACS(self)
|
||||
cx, cy, thresh, gray_frame = External_Run_HSRACS.HSRACS(self)
|
||||
self.current_image_gray = gray_frame
|
||||
|
||||
# thresh = gray_frame
|
||||
if self.prev_x == None:
|
||||
self.prev_x = cx
|
||||
|
||||
1189
EyeTrackApp/hsrac.py
1189
EyeTrackApp/hsrac.py
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user