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:
Prohurtz 2023-01-25 16:35:21 -06:00
parent 9fb190aa0f
commit a67535ce01
2 changed files with 337 additions and 855 deletions

View File

@ -246,8 +246,9 @@ class EyeProcessor:
def HSRACM(self): 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 self.current_image_gray = gray_frame
# thresh = gray_frame # thresh = gray_frame
if self.prev_x == None: if self.prev_x == None:
self.prev_x = cx self.prev_x = cx

File diff suppressed because it is too large Load Diff