From 6ea8fae54d72cbb6c1d1e785a894b89a940a893b Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Mon, 10 Nov 2025 00:35:39 +0700 Subject: [PATCH] add buffer issue --- ISSUES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ISSUES.md b/ISSUES.md index adbba6c..6b05e3f 100644 --- a/ISSUES.md +++ b/ISSUES.md @@ -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 \ No newline at end of file