con un clic
camera-provider-tapo
TP-Link Tapo camera integration — RTSP streaming and ONVIF
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
TP-Link Tapo camera integration — RTSP streaming and ONVIF
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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-tapo |
| description | TP-Link Tapo camera integration — RTSP streaming and ONVIF |
| version | 1.0.0 |
| parameters | [{"name":"host","label":"Camera IP","type":"string","required":true,"group":"Connection"},{"name":"username","label":"Tapo Cloud Username","type":"string","required":true,"group":"Connection"},{"name":"password","label":"Tapo Cloud Password","type":"password","required":true,"group":"Connection"}] |
| capabilities | {"clip_feed":{"script":"scripts/feed.py","description":"Motion-triggered clip capture"},"discover_cameras":{"script":"scripts/discover.py","description":"Discover Tapo cameras on network"},"live_stream":{"script":"scripts/stream.py","description":"RTSP URL for go2rtc live streaming"}} |
Integrates TP-Link Tapo cameras (C200, C310, C320WS, C520WS, etc.) via RTSP and ONVIF.
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt