Cleanup, bugfixes ...
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 2m30s

This commit is contained in:
2025-10-31 01:28:10 +01:00
parent 61c8f8bd90
commit 9d1ac9c3dd
13 changed files with 936 additions and 407 deletions

View File

@@ -23,9 +23,8 @@
- ⚙️ **Model loader** for dynamic YOLO weight/config/class sets
- 🔌 **Network camera support** with authentication
- 🖥️ **Hardware monitor** (CPU and per-core utilization via `psutil`)
- 🖼️ Fullscreen camera views & dynamic layout switcher
- 🖼️ Fullscreen/popout camera views with zoom, pan, grid & timestamp overlays, snapshots, and shortcuts
- 💾 Persistent **configuration management**
- 🧪 **Camera connectivity test tools**
---
@@ -35,6 +34,11 @@
pip install -r requirements.txt
```
Troubleshooting (Windows): If you see "ImportError: DLL load failed while importing QtCore",
- Uninstall conflicting Qt packages: `pip uninstall -y python-qt5 PySide2 PySide6`
- Reinstall PyQt5: `pip install --upgrade --force-reinstall PyQt5==5.15.11`
- Install Microsoft VC++ x64 runtime: https://aka.ms/vs/17/release/vc_redist.x64.exe
<details>
<summary><strong>Dependencies:</strong></summary>
@@ -116,13 +120,6 @@ Authentication is optional and can be configured per-camera.
---
## 🧪 Camera Test Tools
- Test connectivity to any selected camera
- Auto-handle reconnection on failures
- Preview all selected feeds with drag-and-drop reordering
---
## ⚙️ Configuration & Persistence