camsnap

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

455|34|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/understudy-ai/understudy --skill camsnap-understudy-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: camsnap
Source: https://github.com/understudy-ai/understudy/tree/main/skills/camsnap
Command: npx skills add https://github.com/understudy-ai/understudy --skill camsnap-understudy-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows users to easily capture snapshots, video clips, or monitor motion events from RTSP/ONVIF cameras without complex configurations.

Core Features & Use Cases

  • Snapshot Capture: Take still images from a camera feed.
  • Clip Recording: Record short video clips from a camera feed.
  • Motion Detection: Monitor for motion and trigger actions.
  • Use Case: Secure your home by capturing a snapshot every minute from your front door camera, or record a 10-second clip whenever motion is detected.

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 an RTSP camera snapshot, you need a utility that extracts still images from the video feed. This Skill captures frames from RTSP/ONVIF cameras and saves them as image files using ffmpeg for media processing.

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

Yes, you can record short video clips from an ONVIF camera feed. This Skill supports direct command-line operations for video recording, utilizing ffmpeg to process and save the media output from your configured cameras.

How does motion detection monitoring work for RTSP cameras?

Motion detection monitoring for RTSP cameras works by analyzing the video feed to trigger actions. This Skill monitors for motion events and can automatically record a short video clip whenever movement is detected.

Do I need ffmpeg to capture ONVIF camera frames and clips?

Yes, you need ffmpeg installed to capture ONVIF camera frames and clips. Ffmpeg is a required dependency for this Skill, handling the underlying media processing necessary to extract snapshots and record video from your camera feeds.

What is the best way to configure RTSP cameras for automated frame capture?

The best way to configure RTSP cameras for automated frame capture is by using a configuration file for camera setup. This Skill supports camera discovery and configuration, allowing you to automate taking snapshots at regular intervals.