camsnap

Retrieve snapshots and video clips from RTSP or ONVIF cameras.

55|6|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/NJX-njx/opensoul --skill camsnap-njx-njx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: camsnap
Source: https://github.com/NJX-njx/opensoul/tree/main/skills/camsnap
Command: npx skills add https://github.com/NJX-njx/opensoul --skill camsnap-njx-njx

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables users to quickly acquire snapshots, video clips, or motion events from network cameras, simplifying surveillance and monitoring tasks.

Core Features & Use Cases

  • Camera Integration: Connects to RTSP and ONVIF compliant cameras for real-time data retrieval.
  • Snapshot and Clip Capture: Provides commands to save images or short video clips from configured cameras.
  • Use Case: A security team wants to monitor a specific area and save snapshots or record short clips when motion is detected, using commands like camsnap snap or camsnap clip.

Quick Start

Use camsnap to grab a snapshot from the camera named 'kitchen' and save it as 'shot.jpg'.

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 can use a command like `camsnap snap` to retrieve and save a single image frame from the configured network camera stream into a JPEG file.

Can I record short video clips from ONVIF cameras?

Yes, you can record short video clips from ONVIF cameras by using the `camsnap clip` command, which retrieves and saves live video segments for security and monitoring purposes.

Do I need ffmpeg installed to retrieve motion detection clips from network cameras?

Yes, you need ffmpeg installed and available in your system's PATH, as this Skill relies on it to process video streams and retrieve motion events from network cameras.

How do I set up and discover ONVIF compliant cameras for surveillance?

You can set up and discover ONVIF compliant cameras for surveillance using the Skill's built-in configuration, discovery, and diagnostic commands to connect and retrieve real-time monitoring data.

What is the best way to save images when motion is detected on an RTSP stream?

The best way to save images when motion is detected on an RTSP stream is using the motion detection commands, which capture and save snapshots or short video clips automatically upon event triggers.

Related Skills