$npx -y skills add SharpAI/DeepCamera --skill tapoTP-Link Tapo camera integration — RTSP streaming and ONVIF
| 1 | # Tapo Camera Provider |
| 2 | |
| 3 | Integrates TP-Link Tapo cameras (C200, C310, C320WS, C520WS, etc.) via RTSP and ONVIF. |
| 4 | |
| 5 | ## Setup |
| 6 | |
| 7 | ```bash |
| 8 | python3 -m venv .venv && source .venv/bin/activate |
| 9 | pip install -r requirements.txt |
| 10 | ``` |