Add VideoStreamController and VideoStreamWorker classes for video processing

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-10 21:35:48 +02:00
parent eaa7c75868
commit c38e71dec4
3 changed files with 359 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from .controller import VideoStreamController
__all__ = ['VideoStreamController']