camsnap

Capture frames and clips from RTSP/ONVIF cameras using camsnap.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/drshailesh88/Krypto --skill camsnap-drshailesh88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: camsnap
Source: https://github.com/drshailesh88/Krypto/tree/main/skills/camsnap
Command: npx skills add https://github.com/drshailesh88/Krypto --skill camsnap-drshailesh88

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies automated capture of frames or clips from RTSP/ONVIF cameras, eliminating manual screenshot or clip extraction overhead for surveillance or media workflows.

Core Features & Use Cases

  • Snapshot capture: grab single frames from configured cameras.
  • Clip capture: record short video clips from ongoing streams.
  • Use Case: automate daily security checks by archiving a 10-second clip from each camera every hour.

Quick Start

Use camsnap to capture a test frame from a configured camera and then generate a 5-second clip to verify output.

Frequently Asked Questions about camsnap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate capturing frames from an RTSP camera?

Automating frame capture from an RTSP camera involves using a CLI tool to pull single images directly from the network stream. This eliminates manual screenshot extraction for surveillance or media workflows.

Can I record short video clips from ONVIF cameras automatically?

Yes, you can record short video clips from ONVIF cameras by defining a duration parameter in your capture configuration. This allows automated extraction of ongoing streams for regular security checks.

What is the best way to schedule hourly image extractions from network cameras?

The best way to schedule hourly image extractions is integrating camera capture commands with a task scheduler. This automates daily security checks by archiving frames at defined intervals.

Does automated clip capture require a local configuration file?

Automated clip capture requires a local configuration to define output paths and recording durations. This setup ensures the CLI correctly processes the RTSP or ONVIF stream for your specified interval.

How do I verify my camera snapshot capture workflow is working?

To verify your camera snapshot capture workflow, generate a test frame from a configured camera followed by a short clip. This validates that output paths and stream connections are functioning correctly.