mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
reduce blob sensitivity a little to help with blinks
This commit is contained in:
parent
d781ccd95b
commit
b01077eb42
@ -286,7 +286,7 @@ class EyeProcessor:
|
||||
# something to do blob tracking on.
|
||||
_, larger_threshold = cv2.threshold(
|
||||
self.current_image_gray,
|
||||
int(self.config.threshold + 15),
|
||||
int(self.config.threshold + 12),
|
||||
255,
|
||||
cv2.THRESH_BINARY,
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user