Fix webcam auto-detection on Windows and suppress connection noise#4
Open
kordless wants to merge 4 commits into
Open
Fix webcam auto-detection on Windows and suppress connection noise#4kordless wants to merge 4 commits into
kordless wants to merge 4 commits into
Conversation
Extends qast with window/webcam/browser capture, adaptive discovery tuning, optional AI-guided setup diagnostics, and a high-performance Rust encoder component. Updates pipeline, source parser, and CLI to support the new source types and queue features. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Production-quality landing page with hero, features grid, pipeline diagram, code examples, and protocol comparison. Full docs portal with installation, CLI reference, Python API, architecture, and deployment guides. Includes qast-ui server package for local hosting. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Dockerfile (nginx:alpine), nginx.conf with SPA routing and security headers, and deploy.sh for automated Google Cloud Run deployment. Matches the ferricula deployment pattern: 128Mi, 0-3 instances, port 8080, unauthenticated. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Auto-detect first available dshow video device instead of using hardcoded "default" which doesn't exist on Windows - Catch ConnectionAbortedError in HTTP handler to suppress tracebacks when TV disconnects normally - Fix nginx absolute_redirect for Cloud Run docs routing Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
"default"which doesn't existConnectionAbortedErrorin HTTP stream handler to suppress noisy tracebacks when TV disconnects normallyabsolute_redirectfor Cloud Run docs routing (was redirecting to internal port 8080)Test plan
qast webcam -d 3auto-detects C920 without settingQAST_WEBCAM_DEVICE/docsroute works on Cloud Run without timeout?? Generated with Claude Code