Welcome to StreamWare documentation. This guide covers all features for real-time video analysis with AI.
streamware/
โโโ docs/ # ๐ Documentation
โ โโโ README.md # This file
โ โโโ REALTIME_STREAMING.md # Real-time viewer guide
โ โโโ PERFORMANCE.md # Performance optimization
โ โโโ LLM_INTEGRATION.md # LLM configuration
โ โโโ MOTION_ANALYSIS.md # Motion tracking
โ โโโ ARCHITECTURE.md # System design
โโโ streamware/
โ โโโ components/
โ โ โโโ live_narrator.py # Main narrator component
โ โโโ frame_diff_dsl.py # DSL motion analysis
โ โโโ dsl_streamer_process.py # Separate DSL process
โ โโโ realtime_dsl_server.py # WebSocket server
โ โโโ fast_capture.py # RTSP capture
โ โโโ dsl_timing_logger.py # Performance logging
โ โโโ async_llm.py # Async LLM inference
โโโ README.md # Project overview