DeepCamera camera-provider-tapo

TP-Link Tapo camera integration — RTSP streaming and ONVIF

install
source · Clone the upstream repo
git clone https://github.com/SharpAI/DeepCamera
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/SharpAI/DeepCamera "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/camera-providers/tapo" ~/.claude/skills/sharpai-deepcamera-camera-provider-tapo && rm -rf "$T"
manifest: skills/camera-providers/tapo/SKILL.md
source content

Tapo Camera Provider

Integrates TP-Link Tapo cameras (C200, C310, C320WS, C520WS, etc.) via RTSP and ONVIF.

Setup

python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt