What problem does it solve?
This Skill lets you capture snapshots or short clips from configured RTSP/ONVIF cameras, enabling quick visual verification, monitoring, and motion-based recording.
Core Features & Use Cases
- Snapshot capture: Grab a single frame from a camera.
- Video clips: Record short clips on demand or triggered by motion events.
- Motion watch: Monitor a camera and trigger actions based on motion thresholds.
- Operator health checks: Run 'doctor' to probe camera reachability and configuration.
Quick Start
Add a camera and capture a snapshot:
camsnap add --name kitchen --host 192.168.0.10 --user user --pass pass
camsnap snap kitchen --out shot.jpg
Discover cameras: camsnap discover --info
Create a clip: camsnap clip kitchen --dur 5s --out clip.mp4
Monitor: camsnap watch kitchen --threshold 0.2 --action 'notify'