camsnap

Capture frames and clips from RTSP/ONVIF cameras using ffmpeg.

23|10|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/deepgram/dglabs-deepclaw --skill camsnap-deepgram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: camsnap
Source: https://github.com/deepgram/dglabs-deepclaw/tree/main/skills/camsnap
Command: npx skills add https://github.com/deepgram/dglabs-deepclaw --skill camsnap-deepgram

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of capturing frames or clips from RTSP/ONVIF cameras, making it easy to monitor and record video content.

Core Features & Use Cases

  • Frame and Clip Capture: Quickly take snapshots or clips from connected cameras.
  • Configurable Cameras: Supports cameras configured via camsnap add with details like IP address and credentials.
  • Use Case: Monitor home security cameras or record surveillance footage with ease.

Quick Start

Use the camsnap skill to capture a snapshot from the 'kitchen' camera and save it as 'kitchen-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 frames and clips from RTSP or ONVIF cameras?

You can capture frames and clips from RTSP or ONVIF cameras using ffmpeg to process video streams. This involves configuring camera details like IP address and credentials to record surveillance footage.

What do I need to configure before taking a snapshot from an RTSP camera?

Before taking a snapshot from an RTSP camera, you need to add the camera using its IP address and credentials. This setup allows the system to connect and retrieve video streams for frame capture.

Does ffmpeg work with ONVIF camera streams for video monitoring?

Yes, ffmpeg works with ONVIF camera streams by handling the video processing required for monitoring. It enables users to record and capture video content from connected security cameras.

How can I record home security camera footage using RTSP?

To record home security camera footage using RTSP, you can capture video clips directly from the stream. This is designed for surveillance applications to easily monitor and record video content.

What is the best way to save a snapshot from an RTSP stream as a JPG?

The best way to save a snapshot from an RTSP stream as a JPG is to capture a single frame from the configured camera. You can specify the output file name, such as saving it as a .jpg image.

Are there limitations when capturing video clips from ONVIF cameras?

A limitation when capturing video clips from ONVIF cameras is that ffmpeg must be installed. Without this dependency, the system cannot handle the video processing required for stream capture.