add buffer issue

This commit is contained in:
Siwat Sirichai 2025-11-10 00:35:39 +07:00
parent c0ffa3967b
commit 6ea8fae54d

View file

@ -6,4 +6,6 @@
- Potential race condition issue when multiple camera try to init with the same unconverted model.
- Buffer Size for EACH CAMERA should be one, batch is for when processing multiple cameras, when new frame comes in, replace the old one at the old index if exist. This way the real time requirement is satisfied. We need a data structure to track this in addition to ring buffer tho.
- Blurry asyncio archtecture, require documentations