add buffer issue
This commit is contained in:
parent
c0ffa3967b
commit
6ea8fae54d
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue