mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
fix dumb init issue with HSF.
This commit is contained in:
parent
dfe8a9a436
commit
b2ce947b24
@ -239,7 +239,7 @@ class EyeProcessor:
|
|||||||
|
|
||||||
|
|
||||||
def HSRACM(self):
|
def HSRACM(self):
|
||||||
cx, cy, thresh = HSRAC(self)
|
cx, cy, thresh = External_Run.HSRACE(self)
|
||||||
if self.prev_x == None:
|
if self.prev_x == None:
|
||||||
self.prev_x = cx
|
self.prev_x = cx
|
||||||
self.prev_y = cy
|
self.prev_y = cy
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user