camsnap

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

10|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/wixette/clawnotes --skill camsnap-wixette
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: camsnap
Source: https://github.com/wixette/clawnotes/tree/main/openclaw-snapshots/20260312/skills/camsnap
Command: npx skills add https://github.com/wixette/clawnotes --skill camsnap-wixette

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires camsnap, ffmpeg.

What problem does it solve?

This Skill allows you to easily capture snapshots, video clips, or monitor for motion events from RTSP/ONVIF cameras, providing a convenient way to record and observe your environment.

Core Features & Use Cases

  • Snapshot Capture: Take still images from your cameras.
  • Clip Recording: Record short video clips of specified durations.
  • Motion Detection: Set up alerts and actions based on detected motion.
  • Use Case: Automatically capture a 10-second video clip whenever motion is detected by your 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 or ONVIF camera?

To capture a snapshot from an RTSP or ONVIF camera, you specify the camera name and the desired output filename, which saves a still image directly to your local environment for security monitoring.

Can I record a short video clip from my camera stream when motion is detected?

Yes, you can set up event-driven actions to automatically record a short video clip of a specified duration whenever motion detection is triggered by your RTSP or ONVIF security camera.

Do I need ffmpeg to record video clips from RTSP streams?

Yes, ffmpeg is required for media processing when capturing video clips from RTSP streams, working alongside the camsnap binary to handle the camera stream data effectively.

What is the best way to monitor motion events from ONVIF cameras?

The best way to monitor motion events from ONVIF cameras is to use an event-driven system that supports camera discovery and configuration, automatically triggering actions like recording a video clip when motion is detected.

Does this approach support camera discovery for RTSP and ONVIF protocols?

Yes, this approach supports camera discovery and configuration for both RTSP and ONVIF protocols, allowing you to easily locate and set up your security cameras for snapshot capture and motion monitoring.