with one click
camera-provider-reolink
Reolink camera integration — RTSP and HTTP API
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Reolink camera integration — RTSP and HTTP API
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Real-time depth map privacy transforms using Depth Anything v2 (CoreML + PyTorch)
LLM & VLM evaluation suite for home security AI applications
YOLO 2026 — state-of-the-art real-time object detection
Google Coral Edge TPU — real-time object detection natively (macOS / Linux)
Google Coral Edge TPU — real-time object detection natively via Windows WSL
Connectivity, chat, JSON & streaming regression tests for all enabled cloud LLM providers
| name | camera-provider-reolink |
| description | Reolink camera integration — RTSP and HTTP API |
| version | 1.0.0 |
| parameters | [{"name":"host","label":"Camera IP","type":"string","required":true,"group":"Connection"},{"name":"username","label":"Username","type":"string","default":"admin","group":"Connection"},{"name":"password","label":"Password","type":"password","required":true,"group":"Connection"},{"name":"channel","label":"Channel","type":"number","default":0,"group":"Connection"}] |
| capabilities | {"clip_feed":{"script":"scripts/feed.py","description":"Motion-triggered clip capture from Reolink cameras"},"discover_cameras":{"script":"scripts/discover.py","description":"Discover Reolink cameras via ONVIF"},"live_stream":{"script":"scripts/stream.py","description":"RTSP URL for go2rtc live streaming"},"snapshot":{"script":"scripts/snapshot.py","description":"HTTP API snapshot"}} |
Integrates Reolink cameras via their HTTP API and RTSP streams. Supports PoE and WiFi models.
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt