camsnap

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

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/softweek/openclaw --skill camsnap-softweek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: camsnap
Source: https://github.com/softweek/openclaw/tree/main/publish_output/skills/camsnap
Command: npx skills add https://github.com/softweek/openclaw --skill camsnap-softweek

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows users to easily capture still images, video clips, or monitor for motion events from RTSP/ONVIF cameras, streamlining surveillance and monitoring tasks.

Core Features & Use Cases

  • Camera Frame Capture: Take snapshots from connected cameras.
  • Video Clip Recording: Record short video clips from cameras.
  • Motion Detection: Monitor for and trigger actions based on detected motion.
  • Use Case: Automatically capture a snapshot every minute from a security camera to create a time-lapse of activity.

Quick Start

Use camsnap to take a snapshot named 'front_door.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 an RTSP camera?

To capture snapshots from an RTSP camera, use a tool that connects to the RTSP stream and extracts frames. This Skill uses the camsnap binary to capture still images from RTSP/ONVIF cameras, outputting JPEG files for security monitoring.

Can I record video clips from ONVIF cameras automatically?

Yes, you can record video clips from ONVIF cameras automatically. This Skill facilitates event-driven recording by capturing short video clips from ONVIF cameras using the camsnap tool, requiring ffmpeg to be installed on the system.

How do I set up motion detection for security surveillance cameras?

To set up motion detection for security surveillance cameras, use a tool that monitors RTSP streams for movement. This Skill monitors motion events from RTSP/ONVIF cameras using camsnap, triggering actions based on detected motion.

Do I need ffmpeg installed to capture RTSP camera frames?

Yes, you need ffmpeg installed to capture RTSP camera frames. This Skill requires both the ffmpeg tool and the camsnap binary to be installed and available on your system PATH to successfully capture frames and clips.

What is the best way to create a time-lapse from a security camera?

The best way to create a time-lapse from a security camera is to automatically capture frames at regular intervals. This Skill captures snapshots from RTSP cameras using camsnap, such as taking a snapshot every minute to build a time-lapse.

Why does camera frame capture fail when the camsnap binary is missing?

Camera frame capture fails when the camsnap binary is missing because it is the core dependency required to connect to RTSP/ONVIF streams. Both camsnap and ffmpeg must be available on the system PATH to execute any capture or motion monitoring tasks.