Commit Graph

2 Commits

Author SHA1 Message Date
94633491b0 feat: implement real-time linescan motion detection pipeline
- UDP packet reception on port 5000 with 16MB buffer
- Ring buffer implementation for real-time processing
- EMA-based motion detection with configurable thresholds
- Automatic AVIF image saving for detected motion segments
- Gradient metadata generation for web visualization
- Performance monitoring with latency warnings
- Debug mode for development troubleshooting
2025-11-16 00:55:38 +02:00
1825bc79ba feat: add project configuration and gitignore
- Exclude virtual environment, output files, logs, and PID files
- Exclude .mojo files from tracking
2025-11-16 00:55:38 +02:00