luxonis / depthai

DepthAI Python API utilities, examples, and tutorials.
https://docs.luxonis.com
MIT License
923 stars 229 forks source link

Change queue size to 1 #1134

Closed moratom closed 11 months ago

moratom commented 11 months ago

Having a queue bigger than one in case only callbacks are used is only "wasting" memory, since no one ever uses the messages in the queue.