camsnap

Capture still frames and video clips from RTSP/ONVIF IP cameras.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dsactivi-2/Mujo-Team --skill camsnap-dsactivi-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: camsnap
Source: https://github.com/dsactivi-2/Mujo-Team/tree/main/skills/camsnap
Command: npx skills add https://github.com/dsactivi-2/Mujo-Team --skill camsnap-dsactivi-2

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 IP cameras, making it easy to monitor and record events.

Core Features & Use Cases

  • Snapshot Capture: Take still images from cameras.
  • Clip Recording: Record short video segments.
  • Motion Detection: Trigger recordings based on detected motion.
  • Use Case: Automatically capture a snapshot every minute from your home security camera or record a 10-second clip when motion is detected at your front door.

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 or video clip from an RTSP IP camera?

To capture a snapshot or video clip from an RTSP IP camera, configure your camera settings in a configuration file and use the camsnap utility to take still images or record short video segments. It relies on ffmpeg for media processing.

Can I trigger video recording when motion is detected by my ONVIF surveillance camera?

Yes, you can trigger video recording when motion is detected by your ONVIF surveillance camera. The system supports event-triggered recording, allowing you to automatically record short clips based on detected motion.

Does capturing RTSP camera frames require ffmpeg?

Yes, capturing RTSP camera frames requires ffmpeg. It is a mandatory dependency used for handling the media processing required to capture still frames and video clips from IP cameras.

How do I discover and configure ONVIF IP cameras for monitoring?

To discover and configure ONVIF IP cameras for monitoring, use the built-in camera discovery and configuration features. You need to set up a configuration file for your cameras before capturing frames or clips.

What is the best way to automate capturing still frames from IP cameras?

The best way to automate capturing still frames from IP cameras is using the camsnap utility. It automates snapshot capture and clip recording, enabling scheduled monitoring like taking a snapshot every minute.

Does camsnap work with both RTSP and ONVIF protocols?

Yes, camsnap works with both RTSP and ONVIF protocols. It captures still frames and short video clips from IP cameras using either protocol for surveillance and monitoring applications.