Commit Graph

5 Commits

Author SHA1 Message Date
6c401b62bb feat: Enhance inference management with device tracking and telemetry updates 2026-05-13 22:39:08 +02:00
d62416db4e feat: implement logging setup and CSV telemetry logging for performance metrics 2026-05-12 22:15:50 +02:00
aec286c5ec feat: enhance telemetry metrics with target FPS tracking and logging 2026-05-12 21:49:27 +02:00
4cc4f4bf6c feat: implement overlay architecture with IOverlayLayer interface and telemetry overlay 2026-05-12 21:10:37 +02:00
cd7f196b25 feat: implement core functionality for camera preview application
- Add FrameDispatcher for distributing QVideoFrames to subscribers
- Implement TelemetryCollector to measure video pipeline performance metrics
- Create MainWindow as the main application interface with video rendering
- Develop AppMenuBar for camera selection, resolution, and FPS settings
- Establish overlay system for displaying telemetry metrics
- Set up project structure and configuration files
- Add unit tests for FrameDispatcher and TelemetryCollector
2026-05-12 19:49:53 +02:00