$npx -y skills add SharpAI/DeepCamera --skill reolinkReolink camera integration — RTSP and HTTP API
| 1 | # Reolink Camera Provider |
| 2 | |
| 3 | Integrates Reolink cameras via their HTTP API and RTSP streams. Supports PoE and WiFi models. |
| 4 | |
| 5 | ## Supported Models |
| 6 | |
| 7 | - Reolink RLC-810A, RLC-820A, RLC-1210A |
| 8 | - Reolink Argus series (battery) |
| 9 | - Reolink Duo / TrackMix |
| 10 | - Any Reolink with RTSP enabled |
| 11 | |
| 12 | ## Setup |
| 13 | |
| 14 | ```bash |
| 15 | python3 -m venv .venv && source .venv/bin/activate |
| 16 | pip install -r requirements.txt |
| 17 | ``` |