DeepCamera camera-provider-reolink

Reolink camera integration — RTSP and HTTP API

install
source · Clone the upstream repo
git clone https://github.com/SharpAI/DeepCamera
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/SharpAI/DeepCamera "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/camera-providers/reolink" ~/.claude/skills/sharpai-deepcamera-camera-provider-reolink && rm -rf "$T"
manifest: skills/camera-providers/reolink/SKILL.md
source content

Reolink Camera Provider

Integrates Reolink cameras via their HTTP API and RTSP streams. Supports PoE and WiFi models.

Supported Models

  • Reolink RLC-810A, RLC-820A, RLC-1210A
  • Reolink Argus series (battery)
  • Reolink Duo / TrackMix
  • Any Reolink with RTSP enabled

Setup

python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt