with one click
camera-provider-tapo
TP-Link Tapo camera integration — RTSP streaming and ONVIF
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
TP-Link Tapo camera integration — RTSP streaming and ONVIF
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.
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
Based on SOC occupation classification
| 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