repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | name: camsnap |
| #3 | description: Capture frames or clips from RTSP/ONVIF cameras. |
| #4 | homepage: https://camsnap.ai |
| #5 | metadata: {"clawdbot":{"emoji":"📸","requires":{"bins":["camsnap"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/camsnap","bins":["camsnap"],"label":"Install camsnap (brew)"}]}} |
| #6 | --- |
| #7 | |
| #8 | # camsnap |
| #9 | |
| #10 | Use `camsnap` to grab snapshots, clips, or motion events from configured cameras. |
| #11 | |
| #12 | Setup |
| #13 | - Config file: `~/.config/camsnap/config.yaml` |
| #14 | - Add camera: `camsnap add --name kitchen --host 192.168.0.10 --user user --pass pass` |
| #15 | |
| #16 | Common commands |
| #17 | - Discover: `camsnap discover --info` |
| #18 | - Snapshot: `camsnap snap kitchen --out shot.jpg` |
| #19 | - Clip: `camsnap clip kitchen --dur 5s --out clip.mp4` |
| #20 | - Motion watch: `camsnap watch kitchen --threshold 0.2 --action '...'` |
| #21 | - Doctor: `camsnap doctor --probe` |
| #22 | |
| #23 | Notes |
| #24 | - Requires `ffmpeg` on PATH. |
| #25 | - Prefer a short test capture before longer clips. |
| #26 |