Commit Graph

10 Commits

Author SHA1 Message Date
aec286c5ec feat: enhance telemetry metrics with target FPS tracking and logging 2026-05-12 21:49:27 +02:00
b238f0d9b4 feat: add MVP application documentation with project structure and component descriptions 2026-05-12 21:49:12 +02:00
4cc4f4bf6c feat: implement overlay architecture with IOverlayLayer interface and telemetry overlay 2026-05-12 21:10:37 +02:00
74a5dcd057 feat: implement VideoWidget for rendering camera frames and metrics overlay 2026-05-12 20:43:38 +02:00
22e52d5f5a feat: add test overlay for debugging in main window 2026-05-12 20:24:35 +02:00
ece4e1cd6e feat: restructure overlay and video widget integration for improved rendering 2026-05-12 20:06:37 +02:00
03d3332b35 fix: correct import statement for QVideoWidget in main_window.py 2026-05-12 19:52:59 +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
65b98c352d new future - play video 2026-05-12 19:35:04 +02:00
be85d7ca31 init commit 2026-05-11 19:05:24 +02:00