feat: add camera.clip, location.get, and canvas local file serving#210
Merged
shanselman merged 2 commits intomasterfrom Apr 26, 2026
Merged
feat: add camera.clip, location.get, and canvas local file serving#210shanselman merged 2 commits intomasterfrom
shanselman merged 2 commits intomasterfrom
Conversation
Camera: - Add camera.clip video recording (MP4, configurable duration/audio) - Duration clamped to 60s max, uses MediaCapture with HD720p encoding - 4 new tests for args defaults, clamping, routing, error handling Location: - New LocationCapability with location.get command - Uses Windows.Devices.Geolocation with accuracy/timeout params - Returns lat/lon/accuracy/timestamp - Permission denial mapped to LOCATION_PERMISSION_REQUIRED - 9 new tests Canvas: - Local file serving via WebView2 SetVirtualHostNameToFolderMapping - Maps openclaw-canvas.local to %LOCALAPPDATA%/OpenClawTray/canvas/ - Auto-reload with FileSystemWatcher (500ms debounce) - Whitelisted in IsUrlSafe security check All 808 tests pass (686 shared + 122 tray).
13 tasks
Use the gateway canonical screen.snapshot command, remove the unsupported screen.list surface, and make camera.clip choose a supported Windows MediaCapture record stream instead of forcing HD720p. Also skip startup update prompts in debug builds so local node debugging can connect immediately. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
Three new node capabilities to close the parity gap with macOS:
camera.clip — Video recording (MP4)
location.get — GPS/WiFi location
Canvas local file serving + auto-reload
Security hardening from dual-model review:
All 808 tests pass (686 shared + 122 tray).