camsnap

Capture still images and video clips from RTSP/ONVIF cameras.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill camsnap-malue-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: camsnap
Source: https://github.com/malue-ai/dazee-small/tree/main/skills/library/camsnap
Command: npx skills add https://github.com/malue-ai/dazee-small --skill camsnap-malue-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of capturing images and video clips from RTSP/ONVIF cameras, simplifying surveillance and monitoring tasks.

Core Features & Use Cases

  • Snapshot Capture: Easily take still images from your cameras.
  • Clip Recording: Record short video segments for later review.
  • Motion Detection: Set up alerts and actions based on detected motion.
  • Use Case: Monitor your home security by automatically capturing a snapshot every minute or recording a clip when 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 snapshots from RTSP cameras?

To capture snapshots from RTSP cameras, you can use automated discovery to locate compliant devices and generate still images directly from the video stream. This process requires ffmpeg for video processing and a configuration file for camera setup.

Can I record video clips from ONVIF compliant cameras?

Yes, you can record duration-based video clips from ONVIF compliant cameras. The system automates clip recording for later review and requires ffmpeg installed to handle the video processing.

Do I need ffmpeg to capture camera frames?

Yes, ffmpeg is a required dependency to process and capture camera frames. It handles the underlying video stream decoding for both still image snapshot generation and duration-based video clip recording.

What is the best way to automate camera surveillance monitoring?

Automating camera surveillance monitoring is best achieved by scheduling regular snapshot captures or configuring motion event triggers. This allows you to automatically capture still images every minute or record clips when movement is detected.

Does automated camera discovery work with any RTSP stream?

Automated camera discovery works specifically with RTSP and ONVIF compliant cameras. You must provide a configuration file for camera setup to successfully locate devices and generate snapshots or record clips.