test: cover camera device selection

This commit is contained in:
Peter Steinberger
2026-01-02 18:25:22 +01:00
parent 74db53d939
commit cba37f99b6
3 changed files with 45 additions and 0 deletions

View File

@@ -81,6 +81,7 @@
- macOS camera: wait for exposure/white balance to settle before capturing a snap to avoid dark images.
- Camera snap: add `delayMs` parameter (default 2000ms on macOS) to improve exposure reliability.
- Camera: add `camera.list` and optional `deviceId` selection for snaps/clips.
- Tests: cover camera device selection params in CLI + agent tools.
- macOS packaging: move rpath config into swift build for reliability (#69) — thanks @petter-b
- macOS: prioritize main bundle for device resources to prevent crash (#73) — thanks @petter-b
- macOS remote: route settings through gateway config and avoid local config reads in remote mode.