dev #18

Merged
siwat merged 4 commits from dev into main 2025-09-26 13:50:20 +00:00
Showing only changes of commit 33d738b31b - Show all commits

View file

@ -43,11 +43,6 @@ def log_info(camera_id: str, message: str):
"""Log info in cyan"""
logger.info(f"{Colors.CYAN}[{camera_id}] {message}{Colors.END}")
# Removed watchdog logging configuration - no longer using file watching
# Removed FrameFileHandler - no longer using file watching
class FFmpegRTSPReader:
"""RTSP stream reader using subprocess FFmpeg piping frames directly to buffer."""