Toolverse
All skills

camsnap

by openclaw

Capture frames or clips from RTSP/ONVIF cameras.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend
Views
2

About this skill

Capture frames or clips from RTSP/ONVIF cameras.

How to use

  1. Zainstaluj camsnap za pomocą brew: brew install steipete/tap/camsnap. Upewnij się, że ffmpeg jest dostępny w PATH systemu.

  2. Utwórz plik konfiguracyjny ~/.config/camsnap/config.yaml lub dodaj kamerę bezpośrednio poleceniem: camsnap add --name kitchen --host 192.168.0.10 --user user --pass pass, zastępując parametry danymi swojej kamery.

  3. Sprawdź, czy kamera jest dostępna, uruchamiając: camsnap discover --info. To polecenie wyświetli listę dostępnych kamer w sieci.

  4. Pobierz pojedynczą klatkę (snapshot) z wybranej kamery: camsnap snap kitchen --out shot.jpg. Zastąp "kitchen" nazwą swojej kamery i określ ścieżkę wyjściową.

  5. Aby nagrać krótki klip, użyj: camsnap clip kitchen --dur 5s --out clip.mp4. Parametr --dur określa długość nagrania (np. 5s dla 5 sekund).

  6. Opcjonalnie: skonfiguruj monitorowanie ruchu poleceniem camsnap watch kitchen --threshold 0.2 --action '...' aby uruchamiać akcje przy wykryciu ruchu. W razie problemów uruchom camsnap doctor --probe do diagnostyki.

Related skills

dotnet-backend

by anton-abyzov

.NET/C# backend developer for ASP.NET Core APIs with Entity Framework Core. Builds REST APIs, minimal APIs, gRPC services, authentication with Identity/JWT, authorization, database operations, background services, SignalR real-time features. Activates for: .NET, C#, ASP.NET

Backend
92296

sql-optimization-patterns

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

Backend
40163

video-downloader

by ComposioHQ

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

Backend
50173

clickup

by civitai

Interact with ClickUp tasks and documents - get task details, view comments, create and manage tasks, create and edit docs. Use when working with ClickUp task/doc URLs or IDs.

Backend
2483

scientific-writing

by K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

Backend
47191

architecture-decision-records

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

Backend
29130