camera-provider-reolink

Integrate Reolink cameras via RTSP and HTTP APIs for streaming and snapshots.

3.0k|463|Updated Mar 5, 2019
One-click install
npx skills add https://github.com/SharpAI/DeepCamera --skill camera-provider-reolink
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: camera-provider-reolink
Source: https://github.com/SharpAI/DeepCamera/tree/main/skills/camera-providers/reolink
Command: npx skills add https://github.com/SharpAI/DeepCamera --skill camera-provider-reolink

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires reolink-aio, aiohttp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides seamless integration with Reolink cameras, enabling access to live streams, snapshots, and motion-triggered clip capture.

Core Features & Use Cases

  • RTSP Streaming: Provides RTSP URLs for live video feeds, compatible with go2rtc.
  • Snapshot Capture: Captures still images from the camera via its HTTP API.
  • Motion-Triggered Clips: Captures video clips when motion is detected.
  • Use Case: Integrate your Reolink security cameras into a central monitoring system, allowing for real-time viewing and event recording.

Quick Start

Configure the Reolink camera provider with its IP address, username, and password.

Frequently Asked Questions about camera-provider-reolink

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture snapshots from a Reolink camera using an HTTP API?

To capture snapshots from a Reolink camera, this integration uses the camera's HTTP API to fetch still images. It requires configuring the device IP address, username, and password to authenticate and retrieve images asynchronously.

Can I get an RTSP video stream from Reolink cameras for live monitoring?

Yes, you can get an RTSP video stream from Reolink cameras for live monitoring. This integration provides RTSP URLs for live video feeds, which are fully compatible with streaming platforms like go2rtc.

Does this Reolink integration support both PoE and WiFi camera models?

Yes, this Reolink integration supports both PoE and WiFi camera models. It communicates with various Reolink devices asynchronously using the reolink-aio library and aiohttp framework.

How do I capture motion-triggered video clips from a Reolink security camera?

You can capture motion-triggered video clips from a Reolink security camera using this integration. It accesses live streams and event data to automatically record video clips when motion is detected by the device.

Do I need aiohttp and reolink-aio to stream video from Reolink cameras?

Yes, you need the aiohttp and reolink-aio dependencies to stream video and capture snapshots. These libraries handle the asynchronous communication required for interacting with the camera's HTTP API and RTSP streams.