mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
feat: lower frame queue max size
This commit is contained in:
parent
aa0b0903fc
commit
c2e7281b76
@ -189,7 +189,7 @@ class EyeProcessor:
|
||||
axis=1,
|
||||
)
|
||||
self.image_queue_outgoing.put((image_stack, output_information))
|
||||
if self.image_queue_outgoing.qsize() > 3:
|
||||
if self.image_queue_outgoing.qsize() > 1:
|
||||
self.image_queue_outgoing.get()
|
||||
|
||||
self.previous_image = self.current_image
|
||||
|
||||
Loading…
Reference in New Issue
Block a user