camsnap

Capture snapshots, clips, and motion events from RTSP/ONVIF cameras.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Rachasumanth/text2llm001 --skill camsnap-rachasumanth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: camsnap
Source: https://github.com/Rachasumanth/text2llm001/tree/main/skills/camsnap
Command: npx skills add https://github.com/Rachasumanth/text2llm001 --skill camsnap-rachasumanth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to easily capture snapshots, record short video clips, or monitor motion events from RTSP/ONVIF compatible cameras, streamlining surveillance and monitoring tasks.

Core Features & Use Cases

  • Snapshot Capture: Take still images from a camera feed.
  • Clip Recording: Record short video segments for a specified duration.
  • Motion Detection: Monitor camera feeds for movement and trigger actions.
  • Use Case: Automatically capture a snapshot every time motion is detected by your home security camera.

Quick Start

Use camsnap to take a snapshot named 'front_door_snapshot.jpg' from the 'front_door' camera.

Frequently Asked Questions about camsnap

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

FAQPage Schema
How do I capture a snapshot from an RTSP camera?

To capture a snapshot from an RTSP camera, configure your camera settings in a file and use the snapshot feature to extract a still image from the feed into a named file.

Can I record short video clips from an ONVIF camera feed?

You can record short video clips from an ONVIF camera feed by specifying a configurable duration, which utilizes ffmpeg to process and save the recorded video segment.

Does motion detection for RTSP cameras require ffmpeg?

Yes, motion detection for RTSP cameras requires ffmpeg for video processing, along with a configuration file to set up camera thresholds and trigger actions when movement is detected.

What is the best way to automate surveillance snapshots when motion is detected?

The best way to automate surveillance snapshots is to enable motion detection with configurable thresholds, triggering an automatic snapshot capture every time the camera feed registers movement.

Do I need a configuration file to monitor ONVIF cameras?

Yes, you need a configuration file to set up camera parameters for monitoring ONVIF cameras, ensuring the utility can correctly connect and process the video feeds for surveillance tasks.