feat: 添加视频采集卡查看器 (Nokhwa + egui, 独立线程捕获)

This commit is contained in:
xiaji
2026-04-13 12:41:41 +08:00
parent d0caea5b0c
commit d5e0791f3c
4 changed files with 2894 additions and 1 deletions

7
.gitignore vendored
View File

@@ -30,4 +30,9 @@ Thumbs.db
build/
dist/
*.egg-info/
*.spec
*.spec
# Rust 构建产物
target/
*.exe
*.res