From 5f7ceb05d8074bdb08723e4adf553a988e139f79 Mon Sep 17 00:00:00 2001 From: bassem chagra Date: Tue, 30 Jun 2026 21:46:30 +0100 Subject: [PATCH 01/16] =?UTF-8?q?v1.12.1:=20fix=20#26=20=E2=80=94=20remove?= =?UTF-8?q?=20unsupported=20RTSP/ONVIF=20from=20battery=20Tapo=20cameras?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TP-Link's official FAQ confirms battery/solar Tapo cameras don't support RTSP/ONVIF. Set protocols: [] and removed fabricated Frigate/Blue Iris RTSP configs (kept the Tapo Home Assistant integration) for C460, C425, C420, C660 KIT, C402, C615F KIT, C675D KIT. Sources updated to the official FAQ. D225 kept ["rtsp"] (documented wired-only exception). Reported by @romeropal (#26). --- CHANGELOG.md | 9 ++ cameras/tapo/c402.json | 23 +----- cameras/tapo/c420.json | 23 ++---- cameras/tapo/c425.json | 23 +----- cameras/tapo/c460.json | 23 +----- cameras/tapo/c615f-kit.json | 23 ++---- cameras/tapo/c660-kit.json | 22 +---- cameras/tapo/c675d-kit.json | 23 ++---- data/cameras.json | 160 +++++++----------------------------- docs/cameras.json | 160 +++++++----------------------------- package.json | 2 +- 11 files changed, 103 insertions(+), 388 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdc49039..9d1dd0b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) --- +## [1.12.1] — 2026-06-30 + +### Fixed + +- **Removed unsupported RTSP/ONVIF from 7 battery/solar Tapo cameras** (issue #26, reported by @romeropal). TP-Link's official FAQ confirms battery- and solar-powered Tapo cameras do **not** support RTSP/ONVIF. Set `protocols: []` and removed the fabricated Frigate/Blue Iris RTSP configs (kept the legitimate Tapo Home Assistant integration) for: **C460, C425, C420, C660 KIT, C402, C615F KIT, C675D KIT**. Sources updated to the official TP-Link FAQ + spec pages. +- `D225` left as `["rtsp"]` — TP-Link's documented exception (RTSP only when hardwired, jumper installed, always-on; no ONVIF). + +--- + ## [1.12.0] — 2026-06-29 ### Added diff --git a/cameras/tapo/c402.json b/cameras/tapo/c402.json index dff76f45..9d67140e 100644 --- a/cameras/tapo/c402.json +++ b/cameras/tapo/c402.json @@ -32,10 +32,7 @@ "nvr_compatible": true, "cloud": true }, - "protocols": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, @@ -53,7 +50,8 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tapo.com/us/product/smart-camera/tapo-c402-kit/", + "https://www.tp-link.com/us/support/faq/2680/" ], "release_year": 2023, "power_source": [ @@ -61,22 +59,9 @@ "solar" ], "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } } diff --git a/cameras/tapo/c420.json b/cameras/tapo/c420.json index eacb411d..ed6f57b4 100644 --- a/cameras/tapo/c420.json +++ b/cameras/tapo/c420.json @@ -33,9 +33,7 @@ "cloud": true, "notes": "microSD stored on H200 hub (up to 256GB)" }, - "protocols": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, @@ -55,29 +53,18 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/en/product/smart-camera/tapo-c420/" + "https://www.tapo.com/en/product/smart-camera/tapo-c420/", + "https://www.tapo.com/us/product/smart-camera/tapo-c420s2-kit/", + "https://www.tp-link.com/us/support/faq/2680/" ], "power_source": [ "battery", "solar" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } } diff --git a/cameras/tapo/c425.json b/cameras/tapo/c425.json index a92b929c..d8f558f0 100644 --- a/cameras/tapo/c425.json +++ b/cameras/tapo/c425.json @@ -32,10 +32,7 @@ "nvr_compatible": true, "cloud": true }, - "protocols": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP66", "audio": { "microphone": true, @@ -55,7 +52,8 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tapo.com/us/product/smart-camera/tapo-c425/", + "https://www.tp-link.com/us/support/faq/2680/" ], "release_year": 2024, "power_source": [ @@ -63,22 +61,9 @@ "solar" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } } diff --git a/cameras/tapo/c460.json b/cameras/tapo/c460.json index b4c23d83..4db48e43 100644 --- a/cameras/tapo/c460.json +++ b/cameras/tapo/c460.json @@ -32,10 +32,7 @@ "nvr_compatible": true, "cloud": true }, - "protocols": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP66", "audio": { "microphone": true, @@ -54,7 +51,8 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tapo.com/ph/product/smart-camera/tapo-c460-kit/", + "https://www.tp-link.com/us/support/faq/2680/" ], "aliases": [ "MagCam 4K Solar" @@ -65,22 +63,9 @@ "solar" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration, which uses TP-Links proprietary API (not ONVIF), or the Tapo app/cloud." } } } diff --git a/cameras/tapo/c615f-kit.json b/cameras/tapo/c615f-kit.json index 157b4536..576d77f7 100644 --- a/cameras/tapo/c615f-kit.json +++ b/cameras/tapo/c615f-kit.json @@ -36,9 +36,7 @@ "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, @@ -56,29 +54,18 @@ "no subscription" ], "sources": [ - "https://us.store.tapo.com/" + "https://us.store.tapo.com/", + "https://us.store.tapo.com/products/360-2k-floodlight-pan-tilt-security-camera-kit-with-solar-panel-tapo-c615f-kit", + "https://www.tp-link.com/us/support/faq/2680/" ], "power_source": [ "solar", "ac-mains" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } } diff --git a/cameras/tapo/c660-kit.json b/cameras/tapo/c660-kit.json index 41b9246b..0f0cd908 100644 --- a/cameras/tapo/c660-kit.json +++ b/cameras/tapo/c660-kit.json @@ -36,9 +36,7 @@ "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, @@ -56,7 +54,8 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/us/product/smart-camera/tapo-c660-kit/" + "https://www.tapo.com/us/product/smart-camera/tapo-c660-kit/", + "https://www.tp-link.com/us/support/faq/2680/" ], "power_source": [ "battery", @@ -64,22 +63,9 @@ "ac-mains" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } } diff --git a/cameras/tapo/c675d-kit.json b/cameras/tapo/c675d-kit.json index 58f46895..6dd18410 100644 --- a/cameras/tapo/c675d-kit.json +++ b/cameras/tapo/c675d-kit.json @@ -34,9 +34,7 @@ "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, @@ -54,28 +52,17 @@ ], "release_notes": "Announced CES 2025 and IFA 2025; launching 2026.", "sources": [ - "https://www.notebookcheck.net/New-Tapo-4K-8MP-security-cameras-on-the-way.1108686.0.html" + "https://www.notebookcheck.net/New-Tapo-4K-8MP-security-cameras-on-the-way.1108686.0.html", + "https://www.tapo.com/us/product/smart-camera/tapo-c675d-kit/", + "https://www.tp-link.com/us/support/faq/2680/" ], "power_source": [ "solar" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } } diff --git a/data/cameras.json b/data/cameras.json index c7be24a3..37c02188 100644 --- a/data/cameras.json +++ b/data/cameras.json @@ -117417,10 +117417,7 @@ "nvr_compatible": true, "cloud": true }, - "protocols": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, @@ -117438,7 +117435,8 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tapo.com/us/product/smart-camera/tapo-c402-kit/", + "https://www.tp-link.com/us/support/faq/2680/" ], "release_year": 2023, "power_source": [ @@ -117446,22 +117444,9 @@ "solar" ], "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } }, @@ -117500,9 +117485,7 @@ "cloud": true, "notes": "microSD stored on H200 hub (up to 256GB)" }, - "protocols": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, @@ -117522,29 +117505,18 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/en/product/smart-camera/tapo-c420/" + "https://www.tapo.com/en/product/smart-camera/tapo-c420/", + "https://www.tapo.com/us/product/smart-camera/tapo-c420s2-kit/", + "https://www.tp-link.com/us/support/faq/2680/" ], "power_source": [ "battery", "solar" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } }, @@ -117582,10 +117554,7 @@ "nvr_compatible": true, "cloud": true }, - "protocols": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP66", "audio": { "microphone": true, @@ -117605,7 +117574,8 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tapo.com/us/product/smart-camera/tapo-c425/", + "https://www.tp-link.com/us/support/faq/2680/" ], "release_year": 2024, "power_source": [ @@ -117613,22 +117583,9 @@ "solar" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } }, @@ -117751,10 +117708,7 @@ "nvr_compatible": true, "cloud": true }, - "protocols": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP66", "audio": { "microphone": true, @@ -117773,7 +117727,8 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tapo.com/ph/product/smart-camera/tapo-c460-kit/", + "https://www.tp-link.com/us/support/faq/2680/" ], "aliases": [ "MagCam 4K Solar" @@ -117784,22 +117739,9 @@ "solar" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration, which uses TP-Links proprietary API (not ONVIF), or the Tapo app/cloud." } } }, @@ -118595,9 +118537,7 @@ "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, @@ -118615,29 +118555,18 @@ "no subscription" ], "sources": [ - "https://us.store.tapo.com/" + "https://us.store.tapo.com/", + "https://us.store.tapo.com/products/360-2k-floodlight-pan-tilt-security-camera-kit-with-solar-panel-tapo-c615f-kit", + "https://www.tp-link.com/us/support/faq/2680/" ], "power_source": [ "solar", "ac-mains" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } }, @@ -118679,9 +118608,7 @@ "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, @@ -118699,7 +118626,8 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/us/product/smart-camera/tapo-c660-kit/" + "https://www.tapo.com/us/product/smart-camera/tapo-c660-kit/", + "https://www.tp-link.com/us/support/faq/2680/" ], "power_source": [ "battery", @@ -118707,22 +118635,9 @@ "ac-mains" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } }, @@ -118762,9 +118677,7 @@ "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, @@ -118782,28 +118695,17 @@ ], "release_notes": "Announced CES 2025 and IFA 2025; launching 2026.", "sources": [ - "https://www.notebookcheck.net/New-Tapo-4K-8MP-security-cameras-on-the-way.1108686.0.html" + "https://www.notebookcheck.net/New-Tapo-4K-8MP-security-cameras-on-the-way.1108686.0.html", + "https://www.tapo.com/us/product/smart-camera/tapo-c675d-kit/", + "https://www.tp-link.com/us/support/faq/2680/" ], "power_source": [ "solar" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } }, diff --git a/docs/cameras.json b/docs/cameras.json index c7be24a3..37c02188 100644 --- a/docs/cameras.json +++ b/docs/cameras.json @@ -117417,10 +117417,7 @@ "nvr_compatible": true, "cloud": true }, - "protocols": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, @@ -117438,7 +117435,8 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tapo.com/us/product/smart-camera/tapo-c402-kit/", + "https://www.tp-link.com/us/support/faq/2680/" ], "release_year": 2023, "power_source": [ @@ -117446,22 +117444,9 @@ "solar" ], "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } }, @@ -117500,9 +117485,7 @@ "cloud": true, "notes": "microSD stored on H200 hub (up to 256GB)" }, - "protocols": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, @@ -117522,29 +117505,18 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/en/product/smart-camera/tapo-c420/" + "https://www.tapo.com/en/product/smart-camera/tapo-c420/", + "https://www.tapo.com/us/product/smart-camera/tapo-c420s2-kit/", + "https://www.tp-link.com/us/support/faq/2680/" ], "power_source": [ "battery", "solar" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } }, @@ -117582,10 +117554,7 @@ "nvr_compatible": true, "cloud": true }, - "protocols": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP66", "audio": { "microphone": true, @@ -117605,7 +117574,8 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tapo.com/us/product/smart-camera/tapo-c425/", + "https://www.tp-link.com/us/support/faq/2680/" ], "release_year": 2024, "power_source": [ @@ -117613,22 +117583,9 @@ "solar" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } }, @@ -117751,10 +117708,7 @@ "nvr_compatible": true, "cloud": true }, - "protocols": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP66", "audio": { "microphone": true, @@ -117773,7 +117727,8 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tapo.com/ph/product/smart-camera/tapo-c460-kit/", + "https://www.tp-link.com/us/support/faq/2680/" ], "aliases": [ "MagCam 4K Solar" @@ -117784,22 +117739,9 @@ "solar" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration, which uses TP-Links proprietary API (not ONVIF), or the Tapo app/cloud." } } }, @@ -118595,9 +118537,7 @@ "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, @@ -118615,29 +118555,18 @@ "no subscription" ], "sources": [ - "https://us.store.tapo.com/" + "https://us.store.tapo.com/", + "https://us.store.tapo.com/products/360-2k-floodlight-pan-tilt-security-camera-kit-with-solar-panel-tapo-c615f-kit", + "https://www.tp-link.com/us/support/faq/2680/" ], "power_source": [ "solar", "ac-mains" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } }, @@ -118679,9 +118608,7 @@ "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, @@ -118699,7 +118626,8 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/us/product/smart-camera/tapo-c660-kit/" + "https://www.tapo.com/us/product/smart-camera/tapo-c660-kit/", + "https://www.tp-link.com/us/support/faq/2680/" ], "power_source": [ "battery", @@ -118707,22 +118635,9 @@ "ac-mains" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } }, @@ -118762,9 +118677,7 @@ "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, @@ -118782,28 +118695,17 @@ ], "release_notes": "Announced CES 2025 and IFA 2025; launching 2026.", "sources": [ - "https://www.notebookcheck.net/New-Tapo-4K-8MP-security-cameras-on-the-way.1108686.0.html" + "https://www.notebookcheck.net/New-Tapo-4K-8MP-security-cameras-on-the-way.1108686.0.html", + "https://www.tapo.com/us/product/smart-camera/tapo-c675d-kit/", + "https://www.tp-link.com/us/support/faq/2680/" ], "power_source": [ "solar" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } }, diff --git a/package.json b/package.json index ed18dbc8..aea455ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cctv-camera-database", - "version": "1.12.0", + "version": "1.12.1", "description": "An open, structured database of CCTV / IP camera specifications.", "scripts": { "build": "node scripts/build.js && node scripts/gen-docs.js", From 2771c3a21a1f12a88505996f7bfe55dd070ec3d4 Mon Sep 17 00:00:00 2001 From: bassem chagra Date: Tue, 30 Jun 2026 21:52:01 +0100 Subject: [PATCH 02/16] Replace ghost tapo-c340-solar with real VIGI C340 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Tapo C340" does not exist — the entry was a fabricated battery/solar stand-in for the real VIGI C340 (wired PoE professional bullet). Removed the ghost and added the real VIGI C340 (4MP fixed-lens PoE bullet, IR + full-color, ONVIF/RTSP) from the official TP-Link spec page. VIGI 24 -> 25, Tapo 62 -> 61. --- CHANGELOG.md | 5 + cameras/tapo/c340-solar.json | 80 -------------- cameras/tapo/c340-solar.md | 35 ------- cameras/vigi/c340.json | 84 +++++++++++++++ data/cameras.csv | 2 +- data/cameras.json | 195 +++++++++++++++++++++-------------- docs/cameras.json | 195 +++++++++++++++++++++-------------- 7 files changed, 320 insertions(+), 276 deletions(-) delete mode 100644 cameras/tapo/c340-solar.json delete mode 100644 cameras/tapo/c340-solar.md create mode 100644 cameras/vigi/c340.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d1dd0b3..d9294b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - **Removed unsupported RTSP/ONVIF from 7 battery/solar Tapo cameras** (issue #26, reported by @romeropal). TP-Link's official FAQ confirms battery- and solar-powered Tapo cameras do **not** support RTSP/ONVIF. Set `protocols: []` and removed the fabricated Frigate/Blue Iris RTSP configs (kept the legitimate Tapo Home Assistant integration) for: **C460, C425, C420, C660 KIT, C402, C615F KIT, C675D KIT**. Sources updated to the official TP-Link FAQ + spec pages. - `D225` left as `["rtsp"]` — TP-Link's documented exception (RTSP only when hardwired, jumper installed, always-on; no ONVIF). +### Removed / Added + +- Removed ghost `tapo-c340-solar` — no "Tapo C340" product exists; the entry was a mislabelled/fabricated stand-in for the real **VIGI C340** (a wired PoE professional bullet, not a battery Tapo). +- Added the real **VIGI C340** (4MP fixed-lens PoE bullet, IR + full-color, ONVIF/RTSP) from the official TP-Link spec page. VIGI: 24 → 25. + --- ## [1.12.0] — 2026-06-29 diff --git a/cameras/tapo/c340-solar.json b/cameras/tapo/c340-solar.json deleted file mode 100644 index c31fc6f6..00000000 --- a/cameras/tapo/c340-solar.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "id": "tapo-c340-solar", - "brand": "Tapo", - "model": "Tapo C340 Solar", - "type": "bullet", - "connectivity": [ - "wifi" - ], - "release_year": 2024, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.2mm", - "varifocal": false - }, - "night_vision": { - "type": "hybrid", - "range_m": 30 - }, - "power": { - "method": "rechargeable battery + solar panel" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "2K QHD outdoor wire-free bullet", - "solar panel for continuous charging", - "spotlight color night vision", - "AI person/vehicle detection", - "IP66 weatherproof", - "built-in siren", - "two-way audio", - "Alexa / Google" - ], - "sources": [ - "https://www.tapo.com/" - ], - "power_source": [ - "battery", - "solar" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c340-solar.md b/cameras/tapo/c340-solar.md deleted file mode 100644 index 40bdb1f7..00000000 --- a/cameras/tapo/c340-solar.md +++ /dev/null @@ -1,35 +0,0 @@ -# Tapo Tapo C340 Solar - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | Tapo C340 Solar | -| Type | bullet | -| Connectivity | wifi | -| Resolution | 2K QHD (4MP, 2560×1440) | -| Lens | 1× 3.2mmmm | -| Night vision | hybrid (30m) | -| Power | rechargeable battery + solar panel | -| Storage | microSD ≤ 512GB, NVR | -| Protocols | rtsp, onvif | -| IP rating | IP66 | -| Two-way audio | Yes | -| Released | 2024 | - -## Features - -- 2K QHD outdoor wire-free bullet -- solar panel for continuous charging -- spotlight color night vision -- AI person/vehicle detection -- IP66 weatherproof -- built-in siren -- two-way audio -- Alexa / Google - -## Sources - -- https://www.tapo.com/ - ---- -*Auto-generated from tapo-c340-solar.json — do not edit by hand.* diff --git a/cameras/vigi/c340.json b/cameras/vigi/c340.json new file mode 100644 index 00000000..9d898628 --- /dev/null +++ b/cameras/vigi/c340.json @@ -0,0 +1,84 @@ +{ + "id": "vigi-c340", + "brand": "VIGI", + "model": "VIGI C340", + "type": "bullet", + "connectivity": ["ethernet"], + "power_source": ["poe", "dc"], + "resolution": { + "megapixels": 4, + "max_width": 2560, + "max_height": 1440, + "label": "4MP" + }, + "sensor": "1/3\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4/6", + "aperture": "F1.6", + "varifocal": false, + "count": 1 + }, + "field_of_view_deg": "2.8mm: H 102°, V 55°, D 122°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE (802.3af/at) or 12V DC", + "consumption_w": 7.5, + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 256, + "nvr_compatible": true, + "cloud": false + }, + "protocols": ["onvif", "rtsp"], + "ip_rating": "IP66", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "video": { + "codecs": ["H.265+", "H.265", "H.264+", "H.264"], + "max_fps": 30, + "streams": [ + { "name": "main", "resolution": "2560x1440", "fps": 30, "codec": "H.265+" }, + { "name": "sub", "resolution": "640x480", "fps": 30, "codec": "H.265" } + ] + }, + "environment": ["outdoor"], + "dimensions_mm": "78 x 70 x 174", + "weight_g": 195, + "operating_temp_c": "-30 to 60", + "markets": ["global"], + "features": [ + "fixed focal lens (2.8/4/6mm options)", + "full-color night vision with spotlight LEDs", + "IR 30m", + "motion / area intrusion / line-crossing / tampering detection", + "two-way audio", + "M12 mount" + ], + "sources": [ + "https://www.tp-link.com/us/business-networking/vigi-network-camera/vigi-c340/" + ], + "configs": { + "frigate": { + "detect": { "width": 640, "height": 480, "fps": 5 }, + "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", + "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2", + "recommended_stream_type": "go2rtc", + "verified": false + }, + "home_assistant": { + "integration": "onvif", + "connection_type": "local_push", + "two_way_audio": true, + "onvif_events": true + } + }, + "status": "available" +} diff --git a/data/cameras.csv b/data/cameras.csv index 17ba16aa..95a7b9fe 100644 --- a/data/cameras.csv +++ b/data/cameras.csv @@ -1403,7 +1403,6 @@ tapo-c325wb,Tapo,Tapo C325WB,bullet,1520p 5MP,5,,127 horizontal,color,IP66,true, tapo-c325wb-ca,Tapo,C325WB (Canada),bullet,4MP QHD,4,"1/2.7"" CMOS",96 horizontal,color,IP67,false,2023 tapo-c325wb-india,Tapo,C325WB (India),bullet,4MP QHD,4,"1/2.7"" CMOS",96 horizontal,color,IP67,false,2023 tapo-c340,Tapo,Tapo C340,bullet,2K QHD,4,,,hybrid,IP66,true,2024 -tapo-c340-solar,Tapo,Tapo C340 Solar,bullet,2K QHD,4,,,hybrid,IP66,true,2024 tapo-c402,Tapo,Tapo C402,bullet,1080p,2,,110 horizontal,color,IP65,true,2023 tapo-c420,Tapo,C420,bullet,2K QHD,4,,110 horizontal,color,IP65,true,2023 tapo-c425,Tapo,Tapo C425,bullet,2K QHD,4,,110 horizontal,color,IP66,true,2024 @@ -1510,6 +1509,7 @@ uniview-ipc868-adu-wl,Uniview,IPC868-ADU-WL,turret,4K UHD,8,"1/1.8"" Progressive verkada-cb62-usa,Verkada,CB62,bullet,4K UHD,8,"1/1.8"" CMOS",112 horizontal,color,IP66,false,2024 verkada-cd61-usa,Verkada,CD61,dome,4K UHD,8,"1/1.8"" CMOS",360 fisheye,ir,IP42,false,2024 verkada-cm61,Verkada,CM61,dome,4K UHD,8,"1/1.8"" CMOS",108-37 horizontal,ir,IP66,false,2024 +vigi-c340,VIGI,VIGI C340,bullet,4MP,4,"1/3"" Progressive Scan CMOS","2.8mm: H 102°, V 55°, D 122°",hybrid,IP66,true, vigi-c345,VIGI,VIGI C345,bullet,4MP,4,"1/2.7"" Progressive Scan CMOS",,hybrid,IP67,true, vigi-c355,VIGI,VIGI C355,bullet,5MP,5,"1/2.7"" Progressive Scan CMOS",,hybrid,IP67,true, vigi-c385,VIGI,VIGI C385,bullet,4K,8,"1/2.7"" Progressive Scan CMOS",,hybrid,IP67,true, diff --git a/data/cameras.json b/data/cameras.json index 37c02188..b5ba41c3 100644 --- a/data/cameras.json +++ b/data/cameras.json @@ -117303,86 +117303,6 @@ } } }, - { - "id": "tapo-c340-solar", - "brand": "Tapo", - "model": "Tapo C340 Solar", - "type": "bullet", - "connectivity": [ - "wifi" - ], - "release_year": 2024, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.2mm", - "varifocal": false - }, - "night_vision": { - "type": "hybrid", - "range_m": 30 - }, - "power": { - "method": "rechargeable battery + solar panel" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "2K QHD outdoor wire-free bullet", - "solar panel for continuous charging", - "spotlight color night vision", - "AI person/vehicle detection", - "IP66 weatherproof", - "built-in siren", - "two-way audio", - "Alexa / Google" - ], - "sources": [ - "https://www.tapo.com/" - ], - "power_source": [ - "battery", - "solar" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, { "id": "tapo-c402", "brand": "Tapo", @@ -125785,6 +125705,121 @@ "poe" ] }, + { + "id": "vigi-c340", + "brand": "VIGI", + "model": "VIGI C340", + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2560, + "max_height": 1440, + "label": "4MP" + }, + "sensor": "1/3\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4/6", + "aperture": "F1.6", + "varifocal": false, + "count": 1 + }, + "field_of_view_deg": "2.8mm: H 102°, V 55°, D 122°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE (802.3af/at) or 12V DC", + "consumption_w": 7.5, + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 256, + "nvr_compatible": true, + "cloud": false + }, + "protocols": [ + "onvif", + "rtsp" + ], + "ip_rating": "IP66", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2560x1440", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "environment": [ + "outdoor" + ], + "dimensions_mm": "78 x 70 x 174", + "weight_g": 195, + "operating_temp_c": "-30 to 60", + "markets": [ + "global" + ], + "features": [ + "fixed focal lens (2.8/4/6mm options)", + "full-color night vision with spotlight LEDs", + "IR 30m", + "motion / area intrusion / line-crossing / tampering detection", + "two-way audio", + "M12 mount" + ], + "sources": [ + "https://www.tp-link.com/us/business-networking/vigi-network-camera/vigi-c340/" + ], + "configs": { + "frigate": { + "detect": { + "width": 640, + "height": 480, + "fps": 5 + }, + "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", + "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2", + "recommended_stream_type": "go2rtc", + "verified": false + }, + "home_assistant": { + "integration": "onvif", + "connection_type": "local_push", + "two_way_audio": true, + "onvif_events": true + } + }, + "status": "available" + }, { "id": "vigi-c345", "brand": "VIGI", diff --git a/docs/cameras.json b/docs/cameras.json index 37c02188..b5ba41c3 100644 --- a/docs/cameras.json +++ b/docs/cameras.json @@ -117303,86 +117303,6 @@ } } }, - { - "id": "tapo-c340-solar", - "brand": "Tapo", - "model": "Tapo C340 Solar", - "type": "bullet", - "connectivity": [ - "wifi" - ], - "release_year": 2024, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.2mm", - "varifocal": false - }, - "night_vision": { - "type": "hybrid", - "range_m": 30 - }, - "power": { - "method": "rechargeable battery + solar panel" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "2K QHD outdoor wire-free bullet", - "solar panel for continuous charging", - "spotlight color night vision", - "AI person/vehicle detection", - "IP66 weatherproof", - "built-in siren", - "two-way audio", - "Alexa / Google" - ], - "sources": [ - "https://www.tapo.com/" - ], - "power_source": [ - "battery", - "solar" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, { "id": "tapo-c402", "brand": "Tapo", @@ -125785,6 +125705,121 @@ "poe" ] }, + { + "id": "vigi-c340", + "brand": "VIGI", + "model": "VIGI C340", + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2560, + "max_height": 1440, + "label": "4MP" + }, + "sensor": "1/3\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4/6", + "aperture": "F1.6", + "varifocal": false, + "count": 1 + }, + "field_of_view_deg": "2.8mm: H 102°, V 55°, D 122°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE (802.3af/at) or 12V DC", + "consumption_w": 7.5, + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 256, + "nvr_compatible": true, + "cloud": false + }, + "protocols": [ + "onvif", + "rtsp" + ], + "ip_rating": "IP66", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2560x1440", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "environment": [ + "outdoor" + ], + "dimensions_mm": "78 x 70 x 174", + "weight_g": 195, + "operating_temp_c": "-30 to 60", + "markets": [ + "global" + ], + "features": [ + "fixed focal lens (2.8/4/6mm options)", + "full-color night vision with spotlight LEDs", + "IR 30m", + "motion / area intrusion / line-crossing / tampering detection", + "two-way audio", + "M12 mount" + ], + "sources": [ + "https://www.tp-link.com/us/business-networking/vigi-network-camera/vigi-c340/" + ], + "configs": { + "frigate": { + "detect": { + "width": 640, + "height": 480, + "fps": 5 + }, + "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", + "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2", + "recommended_stream_type": "go2rtc", + "verified": false + }, + "home_assistant": { + "integration": "onvif", + "connection_type": "local_push", + "two_way_audio": true, + "onvif_events": true + } + }, + "status": "available" + }, { "id": "vigi-c345", "brand": "VIGI", From 5a9d03d64f0cb9baf8fc28fcfef6ea7b217cdad6 Mon Sep 17 00:00:00 2001 From: bassem chagra Date: Tue, 30 Jun 2026 21:54:49 +0100 Subject: [PATCH 03/16] Verify + correct Tapo C460 specs against official page Cross-checked C460 against the official Tapo spec page (confirms no RTSP/ONVIF, per #26). Corrected: night vision color->hybrid (IR 850nm ~15m + color), lens 3.3mm/F1.6 -> 3.17mm/F1.65, FOV 110 -> 113/59/134; added Starlight sensor, 15fps, operating temp (-20 to 45), and dimensions. Official source added. --- CHANGELOG.md | 1 + cameras/tapo/c460.json | 19 +++++++++++++------ data/cameras.csv | 2 +- data/cameras.json | 19 +++++++++++++------ docs/cameras.json | 19 +++++++++++++------ 5 files changed, 41 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9294b44..b263dcf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - **Removed unsupported RTSP/ONVIF from 7 battery/solar Tapo cameras** (issue #26, reported by @romeropal). TP-Link's official FAQ confirms battery- and solar-powered Tapo cameras do **not** support RTSP/ONVIF. Set `protocols: []` and removed the fabricated Frigate/Blue Iris RTSP configs (kept the legitimate Tapo Home Assistant integration) for: **C460, C425, C420, C660 KIT, C402, C615F KIT, C675D KIT**. Sources updated to the official TP-Link FAQ + spec pages. - `D225` left as `["rtsp"]` — TP-Link's documented exception (RTSP only when hardwired, jumper installed, always-on; no ONVIF). +- **Tapo C460** verified against the official spec page and several specs corrected/filled: night vision `color`→`hybrid` (IR 850nm ~15m + color), lens `3.3mm/F1.6`→`3.17mm/F1.65`, FOV `110°`→`113°/59°/134°`, plus added Starlight sensor, 15fps, operating temp, and dimensions. ### Removed / Added diff --git a/cameras/tapo/c460.json b/cameras/tapo/c460.json index 4db48e43..fa14fd2e 100644 --- a/cameras/tapo/c460.json +++ b/cameras/tapo/c460.json @@ -14,14 +14,14 @@ }, "lens": { "count": 1, - "focal_length_mm": "3.3mm", - "aperture": "F1.6", + "focal_length_mm": "3.17", + "aperture": "F1.65", "varifocal": false }, - "field_of_view_deg": "110 horizontal", + "field_of_view_deg": "113 horizontal / 59 vertical / 134 diagonal", "night_vision": { - "type": "color", - "range_m": 10 + "type": "hybrid", + "range_m": 15 }, "power": { "method": "Built-in battery / integrated solar panel (kit version C460 KIT)" @@ -51,6 +51,7 @@ "no subscription" ], "sources": [ + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c460/", "https://www.tapo.com/ph/product/smart-camera/tapo-c460-kit/", "https://www.tp-link.com/us/support/faq/2680/" ], @@ -67,5 +68,11 @@ "integration": "tapo", "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration, which uses TP-Links proprietary API (not ONVIF), or the Tapo app/cloud." } - } + }, + "sensor": "1/2.7\" Progressive Scan CMOS (Starlight)", + "video": { + "max_fps": 15 + }, + "operating_temp_c": "-20 to 45", + "dimensions_mm": "Ø64.8 x 114.5" } diff --git a/data/cameras.csv b/data/cameras.csv index 95a7b9fe..7c65d19d 100644 --- a/data/cameras.csv +++ b/data/cameras.csv @@ -1407,7 +1407,7 @@ tapo-c402,Tapo,Tapo C402,bullet,1080p,2,,110 horizontal,color,IP65,true,2023 tapo-c420,Tapo,C420,bullet,2K QHD,4,,110 horizontal,color,IP65,true,2023 tapo-c425,Tapo,Tapo C425,bullet,2K QHD,4,,110 horizontal,color,IP66,true,2024 tapo-c440,Tapo,C440,dome,4MP QHD,4,"1/2.7"" CMOS",130 horizontal,color,IP67,false,2023 -tapo-c460,Tapo,Tapo C460,bullet,4K UHD,8,,110 horizontal,color,IP66,true,2025 +tapo-c460,Tapo,Tapo C460,bullet,4K UHD,8,"1/2.7"" Progressive Scan CMOS (Starlight)",113 horizontal / 59 vertical / 134 diagonal,hybrid,IP66,true,2025 tapo-c500,Tapo,Tapo C500,ptz,1080p,2,,360 pan / 100 tilt,ir,IP65,true,2022 tapo-c500-eu,Tapo,C500 (EU),bullet,1080p HD,2,CMOS,360 pan / 139 tilt,ir,IP65,false,2022 tapo-c500-outdoor,Tapo,C500,ptz,1080p HD,2,CMOS,360 pan / 139 tilt,ir,IP65,false,2022 diff --git a/data/cameras.json b/data/cameras.json index b5ba41c3..45ea2619 100644 --- a/data/cameras.json +++ b/data/cameras.json @@ -117610,14 +117610,14 @@ }, "lens": { "count": 1, - "focal_length_mm": "3.3mm", - "aperture": "F1.6", + "focal_length_mm": "3.17", + "aperture": "F1.65", "varifocal": false }, - "field_of_view_deg": "110 horizontal", + "field_of_view_deg": "113 horizontal / 59 vertical / 134 diagonal", "night_vision": { - "type": "color", - "range_m": 10 + "type": "hybrid", + "range_m": 15 }, "power": { "method": "Built-in battery / integrated solar panel (kit version C460 KIT)" @@ -117647,6 +117647,7 @@ "no subscription" ], "sources": [ + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c460/", "https://www.tapo.com/ph/product/smart-camera/tapo-c460-kit/", "https://www.tp-link.com/us/support/faq/2680/" ], @@ -117663,7 +117664,13 @@ "integration": "tapo", "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration, which uses TP-Links proprietary API (not ONVIF), or the Tapo app/cloud." } - } + }, + "sensor": "1/2.7\" Progressive Scan CMOS (Starlight)", + "video": { + "max_fps": 15 + }, + "operating_temp_c": "-20 to 45", + "dimensions_mm": "Ø64.8 x 114.5" }, { "id": "tapo-c500", diff --git a/docs/cameras.json b/docs/cameras.json index b5ba41c3..45ea2619 100644 --- a/docs/cameras.json +++ b/docs/cameras.json @@ -117610,14 +117610,14 @@ }, "lens": { "count": 1, - "focal_length_mm": "3.3mm", - "aperture": "F1.6", + "focal_length_mm": "3.17", + "aperture": "F1.65", "varifocal": false }, - "field_of_view_deg": "110 horizontal", + "field_of_view_deg": "113 horizontal / 59 vertical / 134 diagonal", "night_vision": { - "type": "color", - "range_m": 10 + "type": "hybrid", + "range_m": 15 }, "power": { "method": "Built-in battery / integrated solar panel (kit version C460 KIT)" @@ -117647,6 +117647,7 @@ "no subscription" ], "sources": [ + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c460/", "https://www.tapo.com/ph/product/smart-camera/tapo-c460-kit/", "https://www.tp-link.com/us/support/faq/2680/" ], @@ -117663,7 +117664,13 @@ "integration": "tapo", "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration, which uses TP-Links proprietary API (not ONVIF), or the Tapo app/cloud." } - } + }, + "sensor": "1/2.7\" Progressive Scan CMOS (Starlight)", + "video": { + "max_fps": 15 + }, + "operating_temp_c": "-20 to 45", + "dimensions_mm": "Ø64.8 x 114.5" }, { "id": "tapo-c500", From 0f280dcdf67548ae694957809fa79e1c4cfafb35 Mon Sep 17 00:00:00 2001 From: bassem chagra Date: Tue, 30 Jun 2026 22:48:06 +0100 Subject: [PATCH 04/16] v1.13.0: full Tapo brand recheck (no fabrication) Every Tapo camera re-verified against official TP-Link/Tapo sources, continuing from the #26 investigation. - Systemic spec errors fixed on ~36 cameras: lens, field_of_view_deg, power.method, storage.max_microsd_gb were wrong (templated/guessed values from an earlier pass), now from official datasheets. - Removed fabricated IP20 from 10 indoor cameras with no published rating. - 6 cameras had data for an entirely different product (id was real, specs weren't): TC85, TC82, TC55, TC40, D130, C222 fully corrected. - Removed 5 ghost models (C135, C340, C440, C540, C770) and 14 confirmed duplicate regional listings (spec-identical to a base model already in the dataset). Tapo: 61 -> 42 cameras. Database now covers 1,558 cameras across 68 brands. --- CHANGELOG.md | 22 + README.md | 26 +- cameras/tapo/c100-indoor.json | 83 - cameras/tapo/c100-indoor.md | 38 - cameras/tapo/c100.json | 49 +- cameras/tapo/c110.json | 50 +- cameras/tapo/c120-indoor.json | 82 - cameras/tapo/c120-indoor.md | 37 - cameras/tapo/c120.json | 46 +- cameras/tapo/c121.json | 36 +- cameras/tapo/c125.json | 53 +- cameras/tapo/c135.json | 78 - cameras/tapo/c135.md | 34 - cameras/tapo/c200.json | 58 +- cameras/tapo/c210-india.json | 89 - cameras/tapo/c210-india.md | 39 - cameras/tapo/c210-latam.json | 90 - cameras/tapo/c210-latam.md | 38 - cameras/tapo/c210-mena.json | 91 - cameras/tapo/c210-mena.md | 40 - cameras/tapo/c210-vn.json | 89 - cameras/tapo/c210-vn.md | 39 - cameras/tapo/c210.json | 50 +- cameras/tapo/c216.json | 48 +- cameras/tapo/c220.json | 56 +- cameras/tapo/c222-indoor.json | 68 +- cameras/tapo/c225-ch.json | 92 - cameras/tapo/c225-ch.md | 41 - cameras/tapo/c225-eu.json | 92 - cameras/tapo/c225-eu.md | 39 - cameras/tapo/c225.json | 52 +- cameras/tapo/c230.json | 56 +- cameras/tapo/c246d.json | 68 +- cameras/tapo/c260.json | 45 +- cameras/tapo/c310-jp.json | 91 - cameras/tapo/c310-jp.md | 41 - cameras/tapo/c310.json | 52 +- cameras/tapo/c320ws-mena.json | 90 - cameras/tapo/c320ws-mena.md | 39 - cameras/tapo/c320ws.json | 39 +- cameras/tapo/c325wb-ca.json | 54 +- cameras/tapo/c325wb-india.json | 53 +- cameras/tapo/c325wb.json | 45 +- cameras/tapo/c340.json | 79 - cameras/tapo/c340.md | 35 - cameras/tapo/c402.json | 47 +- cameras/tapo/c420.json | 43 +- cameras/tapo/c425.json | 48 +- cameras/tapo/c440-outdoor.json | 85 - cameras/tapo/c440-outdoor.md | 39 - cameras/tapo/c460.json | 30 +- cameras/tapo/c500-eu.json | 92 - cameras/tapo/c500-eu.md | 39 - cameras/tapo/c500-outdoor.json | 84 - cameras/tapo/c500-outdoor.md | 38 - cameras/tapo/c500.json | 50 +- cameras/tapo/c510w.json | 51 +- cameras/tapo/c520ws.json | 37 +- cameras/tapo/c530ws.json | 44 +- cameras/tapo/c540.json | 79 - cameras/tapo/c540.md | 35 - cameras/tapo/c560ws.json | 42 +- cameras/tapo/c566wb.json | 44 +- cameras/tapo/c615f-kit.json | 53 +- cameras/tapo/c660-kit.json | 42 +- cameras/tapo/c675d-kit.json | 61 +- cameras/tapo/c720-india.json | 90 - cameras/tapo/c720-india.md | 40 - cameras/tapo/c720-ptz.json | 85 - cameras/tapo/c720-ptz.md | 39 - cameras/tapo/c720.json | 40 +- cameras/tapo/c770.json | 80 - cameras/tapo/c770.md | 35 - cameras/tapo/c840.json | 65 +- cameras/tapo/d130.json | 65 +- cameras/tapo/d225.json | 54 +- cameras/tapo/d230s1.json | 49 +- cameras/tapo/d235-doorbell.json | 47 +- cameras/tapo/tc40.json | 73 +- cameras/tapo/tc55.json | 46 +- cameras/tapo/tc82-floodlight.json | 84 +- cameras/tapo/tc85.json | 74 +- data/cameras.csv | 103 +- data/cameras.json | 4672 +++++++++++------------------ docs/cameras.json | 4672 +++++++++++------------------ package.json | 2 +- 86 files changed, 5109 insertions(+), 8921 deletions(-) delete mode 100644 cameras/tapo/c100-indoor.json delete mode 100644 cameras/tapo/c100-indoor.md delete mode 100644 cameras/tapo/c120-indoor.json delete mode 100644 cameras/tapo/c120-indoor.md delete mode 100644 cameras/tapo/c135.json delete mode 100644 cameras/tapo/c135.md delete mode 100644 cameras/tapo/c210-india.json delete mode 100644 cameras/tapo/c210-india.md delete mode 100644 cameras/tapo/c210-latam.json delete mode 100644 cameras/tapo/c210-latam.md delete mode 100644 cameras/tapo/c210-mena.json delete mode 100644 cameras/tapo/c210-mena.md delete mode 100644 cameras/tapo/c210-vn.json delete mode 100644 cameras/tapo/c210-vn.md delete mode 100644 cameras/tapo/c225-ch.json delete mode 100644 cameras/tapo/c225-ch.md delete mode 100644 cameras/tapo/c225-eu.json delete mode 100644 cameras/tapo/c225-eu.md delete mode 100644 cameras/tapo/c310-jp.json delete mode 100644 cameras/tapo/c310-jp.md delete mode 100644 cameras/tapo/c320ws-mena.json delete mode 100644 cameras/tapo/c320ws-mena.md delete mode 100644 cameras/tapo/c340.json delete mode 100644 cameras/tapo/c340.md delete mode 100644 cameras/tapo/c440-outdoor.json delete mode 100644 cameras/tapo/c440-outdoor.md delete mode 100644 cameras/tapo/c500-eu.json delete mode 100644 cameras/tapo/c500-eu.md delete mode 100644 cameras/tapo/c500-outdoor.json delete mode 100644 cameras/tapo/c500-outdoor.md delete mode 100644 cameras/tapo/c540.json delete mode 100644 cameras/tapo/c540.md delete mode 100644 cameras/tapo/c720-india.json delete mode 100644 cameras/tapo/c720-india.md delete mode 100644 cameras/tapo/c720-ptz.json delete mode 100644 cameras/tapo/c720-ptz.md delete mode 100644 cameras/tapo/c770.json delete mode 100644 cameras/tapo/c770.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b263dcf3..2e1a9ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,28 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) --- +## [1.13.0] — 2026-06-30 + +Full Tapo brand recheck — every Tapo camera re-verified against official TP-Link/Tapo sources (product pages + datasheets), continuing from the #26 investigation. No fabrication: unverifiable fields left empty. + +### Fixed + +- **Systemic spec errors across nearly the whole brand** — `lens` (focal length/aperture), `field_of_view_deg`, `power.method`, and `storage.max_microsd_gb` were wrong on ~36 cameras (templated/guessed values from an earlier pass), corrected against official datasheets. Example: C100's lens was 2.9mm/F2.0 (wrong) → 3.15mm/F2.0 (official); microSD cap 128GB → 512GB. +- **Removed fabricated `IP20` ratings from 10 indoor cameras** (C100, C110, C125, C200, C210, C220, C222, C225, C230, C260, C840) — no official source publishes an ingress-protection rating for these indoor-only models. +- **6 cameras had data describing an entirely different product** — the id/model was real, but every stored spec belonged to a different camera. Fully corrected: `TC85` (was PTZ floodlight/AC/RTSP → is wire-free battery/solar bullet, no RTSP), `TC82` (was floodlight/RTSP/IP44 → is 3MP wire-free battery, no RTSP, IP65), `TC55` (was PTZ w/ siren/DC → is fixed-lens AC-mains floodlight), `TC40` (was 4MP bullet/IP66 → is 2MP PTZ/IP65), `D130` (was box/battery/P2P-only → is a hardwired doorbell with RTSP+ONVIF), `C222` (was dome/3MP/USB → is PTZ/4MP/DC+Ethernet). + +### Removed + +- **5 ghost models** that don't exist on any official TP-Link/Tapo source: `C135`, `C340` *(see also the VIGI C340 added in 1.10.0/1.12.1)*, `C440`, `C540`, `C770`. +- **14 confirmed duplicate regional listings** — spec-identical to a base model already in the dataset (different storefront/market, same hardware, no real variant): `C100 Global`→C100, `C120 Indoor`→C120, `C210` India/LATAM/MENA/Vietnam→C210, `C225` CH/EU→C225, `C310` Japan→C310, `C320WS` MENA→C320WS, `C500` EU/Outdoor→C500, `C720` India/Outdoor→C720. (`C325WB` CA/India variants kept — confirmed genuine hardware/resolution differences by region, not templated duplicates.) + +### Changed + +- Tapo: **61 → 42 cameras** (-19 ghosts/duplicates). +- Database now covers **1,558 cameras** across **68 brands**. + +--- + ## [1.12.1] — 2026-06-30 ### Fixed diff --git a/README.md b/README.md index a4c6aa7f..d4f7b16a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # CCTV Camera Database -An open, structured database of 1,577 CCTV / IP camera models and their technical specifications, covering 68 brands across every market segment — from budget consumer WiFi cameras to enterprise PTZ domes and thermal imaging systems. Each camera is a validated JSON file, aggregated into a single queryable dataset (JSON + CSV). +An open, structured database of 1,558 CCTV / IP camera models and their technical specifications, covering 68 brands across every market segment — from budget consumer WiFi cameras to enterprise PTZ domes and thermal imaging systems. Each camera is a validated JSON file, aggregated into a single queryable dataset (JSON + CSV). -[![cameras](https://img.shields.io/badge/cameras-1%2C577-blue)](data/cameras.json) +[![cameras](https://img.shields.io/badge/cameras-1%2C558-blue)](data/cameras.json) [![brands](https://img.shields.io/badge/brands-68-green)](cameras/) [![license](https://img.shields.io/badge/license-CC0-lightgrey)](LICENSE) @@ -31,7 +31,7 @@ Prefer to self-host or browse offline? A [standalone demo](docs/demo.html) (just - **Filter** — narrow by brand, camera type, night vision, resolution, or market - **Sort** — click any column header to sort ascending/descending - **Detail drawer** — click a row to slide open the full spec sheet (resolution, connectivity, protocols, storage, audio, pricing, source links) -- **Pagination** — page through all 1,577 cameras, 25 per page +- **Pagination** — page through all 1,558 cameras, 25 per page - **Stats bar** — live counts for total cameras, brands, 4K+, WiFi, and no-subscription models --- @@ -63,7 +63,7 @@ cctv-camera-database/ │ ├── tapo/ # 62 cameras │ └── …60 more brands ├── data/ # GENERATED — do not edit by hand -│ ├── cameras.json # all 1,577 cameras as one array +│ ├── cameras.json # all 1,558 cameras as one array │ └── cameras.csv # flattened, spreadsheet-friendly ├── schema/ │ └── camera.schema.json @@ -121,16 +121,16 @@ Or open `data/cameras.csv` in any spreadsheet for a quick browse. | Metric | Count | |--------|-------| -| Total cameras | **1,577** | +| Total cameras | **1,558** | | Brands | **68** | | Form factors | 10 (bullet, dome, turret, PTZ, dual-lens, panoramic, covert, box, fisheye, doorbell) | -| PoE wired | 1,088 | -| WiFi | 438 | -| Battery / wire-free | 152 | -| 4K / 8MP+ | 464 | -| 4–5MP | 688 | -| 1080p–2MP | 397 | -| With integration configs (Frigate / Home Assistant) | 1,303 | +| PoE wired | 1,091 | +| WiFi | 418 | +| Battery / wire-free | 155 | +| 4K / 8MP+ | 463 | +| 4–5MP | 673 | +| 1080p–2MP | 394 | +| With integration configs (Frigate / Home Assistant) | 1,284 | ### All 68 brands @@ -141,7 +141,7 @@ Or open `data/cameras.csv` in any spreadsheet for a quick browse. | Dahua | 155 | Enterprise + consumer, global | | Hanwha | 71 | Enterprise AI, Korea/global | | Axis | 66 | Enterprise premium, global | -| Tapo (TP-Link) | 62 | Consumer budget, global | +| Tapo (TP-Link) | 42 | Consumer budget, global | | Eufy (Anker) | 36 | Consumer no-subscription, global | | Arlo | 29 | Consumer premium wire-free, global | | Ring (Amazon) | 25 | Consumer ecosystem, US/EU/AU | diff --git a/cameras/tapo/c100-indoor.json b/cameras/tapo/c100-indoor.json deleted file mode 100644 index a1f355e4..00000000 --- a/cameras/tapo/c100-indoor.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "id": "tapo-c100-global", - "brand": "Tapo", - "model": "C100", - "aliases": [ - "TP-Link Tapo C100 1080p Basic Indoor WiFi" - ], - "type": "dome", - "connectivity": [ - "wifi" - ], - "release_year": 2020, - "resolution": { - "megapixels": 2, - "max_width": 1920, - "max_height": 1080, - "label": "1080p HD" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", - "varifocal": false - }, - "field_of_view_deg": "130 horizontal", - "night_vision": { - "type": "ir", - "range_m": 9 - }, - "power": { - "method": "DC 5V (USB)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 128, - "nvr_compatible": false, - "cloud": true - }, - "protocols": [ - "rtsp" - ], - "ip_rating": "IP20", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "1080p entry indoor WiFi", - "motion detection", - "night vision", - "two-way audio", - "Tapo app / Alexa / Google", - "most affordable Tapo indoor camera", - "RTSP support" - ], - "sources": [ - "https://www.tapo.com/en/product/indoor-camera/tapo-c100/" - ], - "power_source": [ - "usb" - ], - "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c100-indoor.md b/cameras/tapo/c100-indoor.md deleted file mode 100644 index 02ba5151..00000000 --- a/cameras/tapo/c100-indoor.md +++ /dev/null @@ -1,38 +0,0 @@ -# Tapo C100 - -*Also known as: TP-Link Tapo C100 1080p Basic Indoor WiFi* - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | C100 | -| Type | dome | -| Connectivity | wifi | -| Resolution | 1080p HD (2MP, 1920×1080) | -| Sensor | CMOS | -| Lens | 1× 4 (fixed)mm F2.4 | -| Field of view | 130 horizontal° | -| Night vision | ir (9m) | -| Power | DC 5V (USB) | -| Storage | microSD ≤ 128GB | -| Protocols | rtsp | -| IP rating | IP20 | -| Two-way audio | Yes | -| Released | 2020 | - -## Features - -- 1080p entry indoor WiFi -- motion detection -- night vision -- two-way audio -- Tapo app / Alexa / Google -- most affordable Tapo indoor camera -- RTSP support - -## Sources - -- https://www.tapo.com/en/product/indoor-camera/tapo-c100/ - ---- -*Auto-generated from tapo-c100-global.json — do not edit by hand.* diff --git a/cameras/tapo/c100.json b/cameras/tapo/c100.json index 7330b3b6..2a1b0c63 100644 --- a/cameras/tapo/c100.json +++ b/cameras/tapo/c100.json @@ -2,40 +2,41 @@ "id": "tapo-c100", "brand": "Tapo", "model": "Tapo C100", - "type": "dome", + "type": "bullet", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 2, + "label": "1080p Full HD", "max_width": 1920, "max_height": 1080, - "label": "1080p" + "megapixels": 2 }, "lens": { - "count": 1, - "focal_length_mm": "2.9mm", + "focal_length_mm": "3.15", "aperture": "F2.0", + "count": 1, "varifocal": false }, - "field_of_view_deg": "105 horizontal", + "field_of_view_deg": "117 (Diagonal), 98.8 (Horizontal), 53.5 (Vertical)", "night_vision": { - "type": "color", - "range_m": 10 + "type": "ir", + "range_m": 12 }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC Power Adapter (100-240V AC input, 50/60Hz)" }, "storage": { - "onboard": true, - "max_microsd_gb": 128, - "nvr_compatible": false, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "onboard": false, + "nvr_compatible": true }, "protocols": [ - "rtsp" + "rtsp", + "onvif", + "p2p" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, @@ -49,11 +50,14 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c100/", + "https://www.tapo.com/us/product/smart-camera/tapo-c100/", + "https://www.tp-link.com/us/support/faq/4465/", + "https://www.tp-link.com/us/support/faq/2680/" ], "release_year": 2020, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -73,5 +77,14 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30 + }, + "sensor": "1/3\" Progressive Scan CMOS", + "operating_temp_c": "0 to 40", + "dimensions_mm": "67.6 x 54.6 x 98.9" } diff --git a/cameras/tapo/c110.json b/cameras/tapo/c110.json index 47eb5771..e6c602dd 100644 --- a/cameras/tapo/c110.json +++ b/cameras/tapo/c110.json @@ -7,35 +7,33 @@ "wifi" ], "resolution": { - "megapixels": 3, + "label": "2K 3MP", "max_width": 2304, "max_height": 1296, - "label": "3MP 1296p" + "megapixels": 3 }, "lens": { "count": 1, - "focal_length_mm": "2.9mm", + "focal_length_mm": "3.15", "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "127 horizontal", + "field_of_view_deg": "129.4° diagonal, 107.6° horizontal, 57.6° vertical", "night_vision": { - "type": "color", - "range_m": 10 + "type": "ir", + "range_m": 9 }, "power": { - "method": "DC 5V (USB)" + "method": "9V/0.6A DC power adapter (100-240V AC input)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": false, + "max_microsd_gb": 512, "cloud": true }, "protocols": [ - "rtsp" + "rtsp", + "onvif" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, @@ -50,11 +48,13 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c110/", + "https://static.tp-link.com/2021/202102/20210205/Tapo%20C110(EU)1.0_Datasheet.pdf", + "https://www.tapo.com/us/news/309/" ], "release_year": 2022, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -74,5 +74,25 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15, + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 15, + "codec": "H.264" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS", + "operating_temp_c": "0 to 40", + "dimensions_mm": "67.6 x 54.6 x 98.9", + "environment": [ + "indoor" + ] } diff --git a/cameras/tapo/c120-indoor.json b/cameras/tapo/c120-indoor.json deleted file mode 100644 index 807006b1..00000000 --- a/cameras/tapo/c120-indoor.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "id": "tapo-c120-indoor", - "brand": "Tapo", - "model": "C120", - "type": "dome", - "connectivity": [ - "wifi" - ], - "release_year": 2024, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.0", - "varifocal": false - }, - "field_of_view_deg": "130 horizontal", - "night_vision": { - "type": "color", - "range_m": 6 - }, - "power": { - "method": "DC 5V (USB)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP20", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "4MP QHD indoor compact", - "color night vision", - "AI person/pet detection", - "privacy shutter", - "H.265", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "budget indoor camera 2024" - ], - "sources": [ - "https://www.tapo.com/en/product/indoor-camera/tapo-c120/" - ], - "power_source": [ - "usb" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c120-indoor.md b/cameras/tapo/c120-indoor.md deleted file mode 100644 index 1af6c90e..00000000 --- a/cameras/tapo/c120-indoor.md +++ /dev/null @@ -1,37 +0,0 @@ -# Tapo C120 - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | C120 | -| Type | dome | -| Connectivity | wifi | -| Resolution | 4MP QHD (4MP, 2560×1440) | -| Sensor | CMOS | -| Lens | 1× 4 (fixed)mm F2.0 | -| Field of view | 130 horizontal° | -| Night vision | color (6m) | -| Power | DC 5V (USB) | -| Storage | microSD ≤ 512GB, NVR | -| Protocols | rtsp, onvif | -| IP rating | IP20 | -| Two-way audio | Yes | -| Released | 2024 | - -## Features - -- 4MP QHD indoor compact -- color night vision -- AI person/pet detection -- privacy shutter -- H.265 -- RTSP/ONVIF -- Tapo app / Alexa / Google / HomeKit -- budget indoor camera 2024 - -## Sources - -- https://www.tapo.com/en/product/indoor-camera/tapo-c120/ - ---- -*Auto-generated from tapo-c120-indoor.json — do not edit by hand.* diff --git a/cameras/tapo/c120.json b/cameras/tapo/c120.json index 6d019030..da01839b 100644 --- a/cameras/tapo/c120.json +++ b/cameras/tapo/c120.json @@ -2,42 +2,40 @@ "id": "tapo-c120", "brand": "Tapo", "model": "Tapo C120", - "type": "bullet", + "type": "dome", "connectivity": [ - "wifi", - "ethernet" + "wifi" ], "resolution": { - "megapixels": 3.7, + "label": "2K QHD", "max_width": 2560, "max_height": 1440, - "label": "2K QHD" + "megapixels": 3.7 }, "lens": { "count": 1, - "focal_length_mm": "2.8mm", - "aperture": "F2.0", + "focal_length_mm": "3.17", + "aperture": "f/1.65", "varifocal": false }, - "field_of_view_deg": "130 horizontal", + "field_of_view_deg": "120 diagonal, 103 horizontal, 55 vertical", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 9 }, "power": { - "method": "DC 5V (USB) or PoE" + "method": "5V DC power adapter (USB-A adapter to USB-C camera connector), 100-240V 50/60Hz input, 5.0V/1.0A output" }, "storage": { "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, + "max_microsd_gb": 512, "cloud": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP44", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, @@ -55,7 +53,11 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C120%201.0&1.6_Datasheet.pdf", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c120/", + "https://www.tapo.com/en/product/smart-camera/tapo-c120/", + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/press/news/20867/" ], "release_year": 2023, "power_source": [ @@ -79,5 +81,19 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 20 + }, + "sensor": "1/2.9\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-25 to 45", + "dimensions_mm": "67.4 x 57.4 x 44.1", + "weight_g": 100, + "environment": [ + "indoor", + "outdoor" + ] } diff --git a/cameras/tapo/c121.json b/cameras/tapo/c121.json index 6c694666..f82f7db0 100644 --- a/cameras/tapo/c121.json +++ b/cameras/tapo/c121.json @@ -2,38 +2,39 @@ "id": "tapo-c121", "brand": "Tapo", "model": "Tapo C121", - "type": "dome", + "type": "turret", "connectivity": [ "wifi" ], "release_year": 2024, "resolution": { - "megapixels": 4, + "label": "2K QHD 4MP", "max_width": 2560, "max_height": 1440, - "label": "2K QHD" + "megapixels": 4 }, "lens": { + "focal_length_mm": "3.17", + "aperture": "f/1.65", "count": 1, - "focal_length_mm": "3.0mm", "varifocal": false }, "night_vision": { - "type": "ir", - "range_m": 10 + "type": "hybrid", + "range_m": 9 }, "power": { - "method": "DC 5V (USB-C)" + "method": "5V DC power adapter (100-240V AC input), 5.0V/1.0A output, USB-A adapter to USB-C camera connector" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": false, "cloud": true }, "protocols": [ "rtsp", - "onvif" + "onvif", + "http" ], "audio": { "microphone": true, @@ -51,7 +52,8 @@ "no subscription required" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c121/", + "https://static.tp-link.com/upload/product-overview/2024/202410/20241031/Tapo%20C121(US)1.6_Datasheet.pdf" ], "power_source": [ "usb" @@ -74,5 +76,17 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 20 + }, + "sensor": "1/2.9\" Progressive Scan CMOS Starlight Sensor", + "field_of_view_deg": "120 (diagonal), 103 (horizontal), 55 (vertical)", + "ip_rating": "IP66", + "operating_temp_c": "-25 to 45", + "dimensions_mm": "67.4 x 57.4 x 44.1", + "weight_g": 100 } diff --git a/cameras/tapo/c125.json b/cameras/tapo/c125.json index 748519db..ee94c441 100644 --- a/cameras/tapo/c125.json +++ b/cameras/tapo/c125.json @@ -7,36 +7,35 @@ "wifi" ], "resolution": { - "megapixels": 5, + "label": "2K QHD", "max_width": 2560, - "max_height": 1920, - "label": "5MP 2K+" + "max_height": 1440, + "megapixels": 4 }, "lens": { + "focal_length_mm": "2.45", + "aperture": "f/2.0", "count": 1, - "focal_length_mm": "2.8mm", - "aperture": "F1.8", "varifocal": false }, - "field_of_view_deg": "114 horizontal", + "field_of_view_deg": "140 (diagonal), 120 (horizontal), 67 (vertical)", "night_vision": { - "type": "color", + "type": "ir", "range_m": 9 }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC power adapter (100-240V AC input, 9.0V/0.6A DC output)" }, "storage": { "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, @@ -52,11 +51,13 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c125/", + "https://www.tp-link.com/us/support/faq/4465/", + "https://www.notebookcheck.net/Tapo-C125-AI-Home-Security-WiFi-Camera-with-privacy-shutter-now-in-more-countries.827597.0.html" ], - "release_year": 2023, + "release_year": 2024, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -76,5 +77,25 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2560x1440", + "codec": "H.264", + "fps": 30 + } + ] + }, + "sensor": "1/2.9\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "0 to 40", + "dimensions_mm": "76.4 x 66.4 x 44.6", + "environment": [ + "indoor" + ] } diff --git a/cameras/tapo/c135.json b/cameras/tapo/c135.json deleted file mode 100644 index eca11693..00000000 --- a/cameras/tapo/c135.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "id": "tapo-c135", - "brand": "Tapo", - "model": "Tapo C135", - "type": "dome", - "connectivity": [ - "wifi" - ], - "release_year": 2025, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.0mm", - "varifocal": false - }, - "night_vision": { - "type": "ir", - "range_m": 10 - }, - "power": { - "method": "DC 5V (USB-C)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": false, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "2K QHD indoor pan/tilt camera", - "AI auto-tracking of people/pets", - "privacy mode physical shutter", - "two-way audio", - "night vision", - "activity zones", - "Alexa / Google", - "no subscription required" - ], - "sources": [ - "https://www.tapo.com/" - ], - "power_source": [ - "usb" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c135.md b/cameras/tapo/c135.md deleted file mode 100644 index 94f06a9c..00000000 --- a/cameras/tapo/c135.md +++ /dev/null @@ -1,34 +0,0 @@ -# Tapo Tapo C135 - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | Tapo C135 | -| Type | dome | -| Connectivity | wifi | -| Resolution | 2K QHD (4MP, 2560×1440) | -| Lens | 1× 3.0mmmm | -| Night vision | ir (10m) | -| Power | DC 5V (USB-C) | -| Storage | microSD ≤ 512GB | -| Protocols | rtsp, onvif | -| Two-way audio | Yes | -| Released | 2025 | - -## Features - -- 2K QHD indoor pan/tilt camera -- AI auto-tracking of people/pets -- privacy mode physical shutter -- two-way audio -- night vision -- activity zones -- Alexa / Google -- no subscription required - -## Sources - -- https://www.tapo.com/ - ---- -*Auto-generated from tapo-c135.json — do not edit by hand.* diff --git a/cameras/tapo/c200.json b/cameras/tapo/c200.json index 9bf23fd7..65217a44 100644 --- a/cameras/tapo/c200.json +++ b/cameras/tapo/c200.json @@ -7,36 +7,35 @@ "wifi" ], "resolution": { - "megapixels": 2, - "max_width": 1920, + "label": "1080p", "max_height": 1080, - "label": "1080p" + "max_width": 1920, + "megapixels": 2 }, "lens": { + "aperture": "f/2.0", "count": 1, - "focal_length_mm": "2.9mm", - "aperture": "F2.0", + "focal_length_mm": "4.0", "varifocal": false }, - "field_of_view_deg": "360 pan / 114 tilt", + "field_of_view_deg": "88.3 (Diagonal), 75.2 (Horizontal), 40.8 (Vertical)", "night_vision": { - "type": "ir", - "range_m": 9 + "range_m": 9, + "type": "ir" }, "power": { - "method": "DC 5V (USB)" + "method": "9V/0.6A DC power adapter (barrel jack)" }, "storage": { - "onboard": true, - "max_microsd_gb": 128, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "max_microsd_gb": 512, + "nvr_compatible": false, + "onboard": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, @@ -52,11 +51,14 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c200/", + "https://www.comx-computers.co.za/TAPO-C200-specifications-245352.htm", + "https://lesterchan.net/blog/2019/12/20/tp-link-tapo-c200-wi-fi-camera-review/", + "https://www.tp-link.com/us/support/faq/2742/" ], - "release_year": 2020, + "release_year": 2019, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -76,5 +78,25 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15, + "streams": [ + { + "codec": "H.264", + "fps": 15, + "name": "main", + "resolution": "1920x1080" + } + ] + }, + "sensor": "1/3\\\" Progressive Scan CMOS", + "operating_temp_c": "0 to 40", + "dimensions_mm": "86.6 x 85 x 117.7", + "environment": [ + "indoor" + ] } diff --git a/cameras/tapo/c210-india.json b/cameras/tapo/c210-india.json deleted file mode 100644 index 5ab1342e..00000000 --- a/cameras/tapo/c210-india.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "id": "tapo-c210-india", - "brand": "Tapo", - "model": "C210 (India)", - "aliases": [ - "TP-Link Tapo C210 3MP Pan/Tilt India" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2022, - "markets": [ - "IN", - "global" - ], - "resolution": { - "megapixels": 3, - "max_width": 2304, - "max_height": 1296, - "label": "3MP 2K" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 114 tilt", - "night_vision": { - "type": "ir", - "range_m": 9 - }, - "power": { - "method": "DC 5V (USB)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP20", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "3MP 2K indoor pan/tilt", - "360deg coverage", - "AI person/pet detection", - "privacy mode shutter", - "H.265", - "Tapo app / Alexa / Google HomeKit", - "RTSP/ONVIF", - "₹2,500–3,500 best value India indoor cam" - ], - "sources": [ - "https://www.tapo.com/in/" - ], - "power_source": [ - "usb" - ], - "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c210-india.md b/cameras/tapo/c210-india.md deleted file mode 100644 index 3bb0f374..00000000 --- a/cameras/tapo/c210-india.md +++ /dev/null @@ -1,39 +0,0 @@ -# Tapo C210 (India) - -*Also known as: TP-Link Tapo C210 3MP Pan/Tilt India* - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | C210 (India) | -| Type | ptz | -| Connectivity | wifi | -| Resolution | 3MP 2K (3MP, 2304×1296) | -| Sensor | CMOS | -| Lens | 1× 4 (fixed)mm F2.4 | -| Field of view | 360 pan / 114 tilt° | -| Night vision | ir (9m) | -| Power | DC 5V (USB) | -| Storage | microSD ≤ 512GB, NVR | -| Protocols | rtsp, onvif | -| IP rating | IP20 | -| Two-way audio | Yes | -| Released | 2022 | - -## Features - -- 3MP 2K indoor pan/tilt -- 360deg coverage -- AI person/pet detection -- privacy mode shutter -- H.265 -- Tapo app / Alexa / Google HomeKit -- RTSP/ONVIF -- ₹2,500–3,500 best value India indoor cam - -## Sources - -- https://www.tapo.com/in/ - ---- -*Auto-generated from tapo-c210-india.json — do not edit by hand.* diff --git a/cameras/tapo/c210-latam.json b/cameras/tapo/c210-latam.json deleted file mode 100644 index d40e07fe..00000000 --- a/cameras/tapo/c210-latam.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "id": "tapo-c210-latam", - "brand": "Tapo", - "model": "C210 (LATAM)", - "aliases": [ - "TP-Link Tapo C210 3MP Indoor Argentina Chile Brazil" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2022, - "markets": [ - "AR", - "BR", - "CL", - "LATAM" - ], - "resolution": { - "megapixels": 3, - "max_width": 2304, - "max_height": 1296, - "label": "3MP 2K" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 114 tilt", - "night_vision": { - "type": "ir", - "range_m": 9 - }, - "power": { - "method": "DC 5V (USB)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP20", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "3MP 2K indoor pan/tilt", - "AI person/pet detection", - "privacy shutter", - "H.265", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "top-rated Mercado Libre Argentina indoor cam" - ], - "sources": [ - "https://www.tp-link.com/ar/" - ], - "power_source": [ - "usb" - ], - "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c210-latam.md b/cameras/tapo/c210-latam.md deleted file mode 100644 index 93378c9e..00000000 --- a/cameras/tapo/c210-latam.md +++ /dev/null @@ -1,38 +0,0 @@ -# Tapo C210 (LATAM) - -*Also known as: TP-Link Tapo C210 3MP Indoor Argentina Chile Brazil* - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | C210 (LATAM) | -| Type | ptz | -| Connectivity | wifi | -| Resolution | 3MP 2K (3MP, 2304×1296) | -| Sensor | CMOS | -| Lens | 1× 4 (fixed)mm F2.4 | -| Field of view | 360 pan / 114 tilt° | -| Night vision | ir (9m) | -| Power | DC 5V (USB) | -| Storage | microSD ≤ 512GB, NVR | -| Protocols | rtsp, onvif | -| IP rating | IP20 | -| Two-way audio | Yes | -| Released | 2022 | - -## Features - -- 3MP 2K indoor pan/tilt -- AI person/pet detection -- privacy shutter -- H.265 -- RTSP/ONVIF -- Tapo app / Alexa / Google / HomeKit -- top-rated Mercado Libre Argentina indoor cam - -## Sources - -- https://www.tp-link.com/ar/ - ---- -*Auto-generated from tapo-c210-latam.json — do not edit by hand.* diff --git a/cameras/tapo/c210-mena.json b/cameras/tapo/c210-mena.json deleted file mode 100644 index ba1584a6..00000000 --- a/cameras/tapo/c210-mena.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "id": "tapo-c210-mena", - "brand": "Tapo", - "model": "C210 (MENA)", - "aliases": [ - "TP-Link Tapo C210 3MP Indoor UAE/KSA" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2022, - "markets": [ - "AE", - "SA", - "MENA" - ], - "resolution": { - "megapixels": 3, - "max_width": 2304, - "max_height": 1296, - "label": "3MP 2K" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 114 tilt", - "night_vision": { - "type": "ir", - "range_m": 9 - }, - "power": { - "method": "DC 5V (USB)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP20", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "3MP 2K indoor pan/tilt", - "AI person/pet detection", - "privacy mode shutter", - "H.265", - "Tapo app / Alexa / Google / HomeKit", - "RTSP/ONVIF", - "≈109 AED on Amazon.ae / Jarir KSA", - "#1 budget indoor UAE/KSA home camera" - ], - "sources": [ - "https://www.tapo.com/me-en/", - "https://www.jarir.com/" - ], - "power_source": [ - "usb" - ], - "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c210-mena.md b/cameras/tapo/c210-mena.md deleted file mode 100644 index 047f8e37..00000000 --- a/cameras/tapo/c210-mena.md +++ /dev/null @@ -1,40 +0,0 @@ -# Tapo C210 (MENA) - -*Also known as: TP-Link Tapo C210 3MP Indoor UAE/KSA* - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | C210 (MENA) | -| Type | ptz | -| Connectivity | wifi | -| Resolution | 3MP 2K (3MP, 2304×1296) | -| Sensor | CMOS | -| Lens | 1× 4 (fixed)mm F2.4 | -| Field of view | 360 pan / 114 tilt° | -| Night vision | ir (9m) | -| Power | DC 5V (USB) | -| Storage | microSD ≤ 512GB, NVR | -| Protocols | rtsp, onvif | -| IP rating | IP20 | -| Two-way audio | Yes | -| Released | 2022 | - -## Features - -- 3MP 2K indoor pan/tilt -- AI person/pet detection -- privacy mode shutter -- H.265 -- Tapo app / Alexa / Google / HomeKit -- RTSP/ONVIF -- ≈109 AED on Amazon.ae / Jarir KSA -- #1 budget indoor UAE/KSA home camera - -## Sources - -- https://www.tapo.com/me-en/ -- https://www.jarir.com/ - ---- -*Auto-generated from tapo-c210-mena.json — do not edit by hand.* diff --git a/cameras/tapo/c210-vn.json b/cameras/tapo/c210-vn.json deleted file mode 100644 index 8493c772..00000000 --- a/cameras/tapo/c210-vn.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "id": "tapo-c210-vn", - "brand": "Tapo", - "model": "C210 (Vietnam)", - "aliases": [ - "TP-Link Tapo C210 3MP Vietnam", - "Camera WiFi Tapo Việt Nam" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2022, - "markets": [ - "VN" - ], - "resolution": { - "megapixels": 3, - "max_width": 2304, - "max_height": 1296, - "label": "3MP 2K" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 114 tilt", - "night_vision": { - "type": "ir", - "range_m": 9 - }, - "power": { - "method": "DC 5V (USB)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP20", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "3MP 2K indoor pan/tilt", - "AI person/pet detection", - "privacy shutter", - "H.265", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "Shopee/Lazada Vietnam top-rated indoor cam", - "≈500,000–800,000 VND" - ], - "sources": [ - "https://www.tp-link.com/vn/" - ], - "power_source": [ - "usb" - ], - "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c210-vn.md b/cameras/tapo/c210-vn.md deleted file mode 100644 index 84b0ee41..00000000 --- a/cameras/tapo/c210-vn.md +++ /dev/null @@ -1,39 +0,0 @@ -# Tapo C210 (Vietnam) - -*Also known as: TP-Link Tapo C210 3MP Vietnam, Camera WiFi Tapo Việt Nam* - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | C210 (Vietnam) | -| Type | ptz | -| Connectivity | wifi | -| Resolution | 3MP 2K (3MP, 2304×1296) | -| Sensor | CMOS | -| Lens | 1× 4 (fixed)mm F2.4 | -| Field of view | 360 pan / 114 tilt° | -| Night vision | ir (9m) | -| Power | DC 5V (USB) | -| Storage | microSD ≤ 512GB, NVR | -| Protocols | rtsp, onvif | -| IP rating | IP20 | -| Two-way audio | Yes | -| Released | 2022 | - -## Features - -- 3MP 2K indoor pan/tilt -- AI person/pet detection -- privacy shutter -- H.265 -- RTSP/ONVIF -- Tapo app / Alexa / Google / HomeKit -- Shopee/Lazada Vietnam top-rated indoor cam -- ≈500,000–800,000 VND - -## Sources - -- https://www.tp-link.com/vn/ - ---- -*Auto-generated from tapo-c210-vn.json — do not edit by hand.* diff --git a/cameras/tapo/c210.json b/cameras/tapo/c210.json index 6343c0f4..be17e80a 100644 --- a/cameras/tapo/c210.json +++ b/cameras/tapo/c210.json @@ -7,36 +7,35 @@ "wifi" ], "resolution": { - "megapixels": 3, + "label": "2K (3MP)", "max_width": 2304, "max_height": 1296, - "label": "3MP 1296p" + "megapixels": 3 }, "lens": { "count": 1, - "focal_length_mm": "2.9mm", + "focal_length_mm": "4", "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "360 pan / 114 tilt", + "field_of_view_deg": "83 (horizontal), 45 (vertical), 98 (diagonal)", "night_vision": { "type": "ir", - "range_m": 9 + "range_m": 10 }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC power adapter (100-240VAC input, 9V/0.6A DC output, 2.1mm/5.5mm barrel connector)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "onboard": false, + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, @@ -52,11 +51,13 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c210/v1%20(1-pack)/", + "https://www.tapo.com/us/product/smart-camera/tapo-c210/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C210%202.20&2.26&2.28_Datasheet.pdf" ], "release_year": 2021, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -76,5 +77,26 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "max_fps": 15, + "codecs": [ + "H.264" + ], + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 15, + "codec": "H.264" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS", + "operating_temp_c": "0 to 40", + "dimensions_mm": "85.4 x 86.8 x 117.7", + "weight_g": 190, + "environment": [ + "indoor" + ] } diff --git a/cameras/tapo/c216.json b/cameras/tapo/c216.json index 7791e540..19883449 100644 --- a/cameras/tapo/c216.json +++ b/cameras/tapo/c216.json @@ -7,28 +7,28 @@ "wifi" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "2K 3MP", + "max_width": 2304, + "max_height": 1296, + "megapixels": 3 }, "lens": { "count": 1, - "focal_length_mm": "2.9mm", + "focal_length_mm": "4mm", "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "360 pan / 150 tilt", + "field_of_view_deg": "360 pan / 152 tilt", "night_vision": { "type": "color", - "range_m": 9 + "range_m": 12 }, "power": { - "method": "DC 5V (USB adapter) or included power supply" + "method": "5V DC Power Adapter, USB Type-C connector on camera / USB-A on adapter, input 100-240V 50/60Hz, output 5.0V/1.0A, 2.3W typical / 5W max" }, "storage": { "onboard": true, - "max_microsd_gb": 256, + "max_microsd_gb": 512, "nvr_compatible": true, "cloud": true }, @@ -36,7 +36,7 @@ "rtsp", "onvif" ], - "ip_rating": "IP44", + "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, @@ -53,7 +53,9 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://static.tp-link.com/upload/product-overview/2025/202506/20250606/Tapo%20C216%201.0&1.6&1.8_Datasheet.pdf", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c216/", + "https://www.tapo.com/us/product/smart-camera/tapo-c216/" ], "aliases": [ "HybridCam 360" @@ -80,5 +82,27 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "max_fps": 30, + "codecs": [ + "h264" + ], + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 30, + "codec": "h264" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 50", + "dimensions_mm": "105.3 x 77.8 x 69.8", + "weight_g": 220, + "environment": [ + "indoor", + "outdoor" + ] } diff --git a/cameras/tapo/c220.json b/cameras/tapo/c220.json index 01484f6d..77b9bf32 100644 --- a/cameras/tapo/c220.json +++ b/cameras/tapo/c220.json @@ -7,41 +7,36 @@ "wifi" ], "resolution": { - "megapixels": 4, - "max_width": 2560, + "label": "2K QHD", "max_height": 1440, - "label": "2K QHD" + "max_width": 2560, + "megapixels": 4 }, "lens": { - "count": 1, - "focal_length_mm": "2.9mm", "aperture": "F2.0", + "count": 1, + "focal_length_mm": "4", "varifocal": false }, - "field_of_view_deg": "360 pan / 130 tilt", + "field_of_view_deg": "88 (diagonal), 75 (horizontal), 41 (vertical)", "night_vision": { - "type": "color", - "range_m": 9 + "range_m": 12, + "type": "ir" }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC Power Adapter (100-240V AC input, 9V/0.6A DC output)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "max_microsd_gb": 512, + "nvr_compatible": false, + "onboard": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, + "audio": {}, "features": [ "2K QHD pan/tilt indoor", "360deg pan / 130deg tilt", @@ -53,11 +48,13 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c220/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c220/#specifications", + "https://www.tapo.com/us/product/smart-camera/tapo-c220/" ], - "release_year": 2023, + "release_year": 2021, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -77,5 +74,18 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [] + }, + "sensor": "1/3\" Progressive Scan Non-Starlight Sensor", + "operating_temp_c": "0 to 40", + "dimensions_mm": "85.4 x 86.8 x 117.7", + "environment": [ + "indoor" + ] } diff --git a/cameras/tapo/c222-indoor.json b/cameras/tapo/c222-indoor.json index e064b490..87f4b1e0 100644 --- a/cameras/tapo/c222-indoor.json +++ b/cameras/tapo/c222-indoor.json @@ -5,62 +5,68 @@ "aliases": [ "TP-Link Tapo C222 3MP Indoor Colour Night" ], - "type": "dome", + "type": "ptz", "connectivity": [ - "wifi" + "wifi", + "ethernet" + ], + "power_source": [ + "dc", + "poe" ], - "release_year": 2023, "resolution": { - "megapixels": 3, - "max_width": 2048, - "max_height": 1536, - "label": "3MP 2K" + "label": "2K QHD", + "max_width": 2560, + "max_height": 1440, + "megapixels": 4 + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30 }, - "sensor": "CMOS", + "sensor": "1/3\" Progressive Scan CMOS", "lens": { + "focal_length_mm": "4", + "aperture": "F2.2", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F1.8", "varifocal": false }, - "field_of_view_deg": "120 diagonal", + "field_of_view_deg": "90 diagonal, 76.2 horizontal, 41.8 vertical", "night_vision": { - "type": "color", - "range_m": 6 + "type": "ir", + "range_m": 12 }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC power adapter, 100-240V 50/60Hz input, 9V/0.6A output" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "onboard": false, + "nvr_compatible": false }, "protocols": [ "rtsp", - "onvif" + "onvif", + "p2p" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, "two_way": true }, - "features": [ - "3MP 2K indoor colour night vision", - "F1.8 aperture", - "AI person/pet detection", - "privacy shutter", - "H.265", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit" + "operating_temp_c": "0 to 40", + "dimensions_mm": "82.05 x 82 x 112.6", + "markets": [ + "global" ], "sources": [ - "https://www.tapo.com/en/product/indoor-camera/tapo-c222/" - ], - "power_source": [ - "usb" + "https://www.tp-link.com/en/home-networking/cloud-camera/tapo-c222/", + "https://www.tp-link.com/in/home-networking/cloud-camera/tapo-c222/", + "https://static.tp-link.com/upload/product-overview/2025/202503/20250327/Tapo%20C222%201.0&1.8_Datasheet.pdf", + "https://www.tapo.com/en/product/smart-camera/tapo-c222/" ], "configs": { "frigate": { diff --git a/cameras/tapo/c225-ch.json b/cameras/tapo/c225-ch.json deleted file mode 100644 index 54bd08c1..00000000 --- a/cameras/tapo/c225-ch.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "id": "tapo-c225-ch", - "brand": "Tapo", - "model": "C225 (Switzerland)", - "aliases": [ - "TP-Link Tapo C225 4MP QHD Indoor Pan/Tilt CH/AT" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2023, - "markets": [ - "CH", - "AT", - "EU" - ], - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F1.8", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 114 tilt", - "night_vision": { - "type": "color", - "range_m": 9 - }, - "power": { - "method": "DC 5V (USB)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP20", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "4MP QHD indoor pan/tilt", - "colour night vision", - "AI person/pet detection", - "privacy shutter", - "H.265", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "budget Digitec CH bestseller indoor cam", - "CHF 49–59" - ], - "sources": [ - "https://www.tapo.com/ch-de/", - "https://www.digitec.ch/" - ], - "power_source": [ - "usb" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c225-ch.md b/cameras/tapo/c225-ch.md deleted file mode 100644 index b767f683..00000000 --- a/cameras/tapo/c225-ch.md +++ /dev/null @@ -1,41 +0,0 @@ -# Tapo C225 (Switzerland) - -*Also known as: TP-Link Tapo C225 4MP QHD Indoor Pan/Tilt CH/AT* - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | C225 (Switzerland) | -| Type | ptz | -| Connectivity | wifi | -| Resolution | 4MP QHD (4MP, 2560×1440) | -| Sensor | CMOS | -| Lens | 1× 4 (fixed)mm F1.8 | -| Field of view | 360 pan / 114 tilt° | -| Night vision | color (9m) | -| Power | DC 5V (USB) | -| Storage | microSD ≤ 512GB, NVR | -| Protocols | rtsp, onvif | -| IP rating | IP20 | -| Two-way audio | Yes | -| Released | 2023 | - -## Features - -- 4MP QHD indoor pan/tilt -- colour night vision -- AI person/pet detection -- privacy shutter -- H.265 -- RTSP/ONVIF -- Tapo app / Alexa / Google / HomeKit -- budget Digitec CH bestseller indoor cam -- CHF 49–59 - -## Sources - -- https://www.tapo.com/ch-de/ -- https://www.digitec.ch/ - ---- -*Auto-generated from tapo-c225-ch.json — do not edit by hand.* diff --git a/cameras/tapo/c225-eu.json b/cameras/tapo/c225-eu.json deleted file mode 100644 index d48488fe..00000000 --- a/cameras/tapo/c225-eu.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "id": "tapo-c225-eu", - "brand": "Tapo", - "model": "C225 (EU)", - "aliases": [ - "TP-Link Tapo C225 4MP QHD Indoor EU" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2023, - "markets": [ - "DE", - "FR", - "ES", - "EU", - "global" - ], - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F1.8", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 114 tilt", - "night_vision": { - "type": "color", - "range_m": 9 - }, - "power": { - "method": "DC 5V (USB)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP20", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "4MP QHD indoor pan/tilt", - "color night vision", - "AI person/pet detection", - "privacy shutter", - "H.265", - "Tapo app / Alexa / Google / HomeKit", - "RTSP/ONVIF", - "top-rated EU Amazon indoor cam" - ], - "sources": [ - "https://www.tapo.com/de/" - ], - "power_source": [ - "usb" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c225-eu.md b/cameras/tapo/c225-eu.md deleted file mode 100644 index 2984c559..00000000 --- a/cameras/tapo/c225-eu.md +++ /dev/null @@ -1,39 +0,0 @@ -# Tapo C225 (EU) - -*Also known as: TP-Link Tapo C225 4MP QHD Indoor EU* - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | C225 (EU) | -| Type | ptz | -| Connectivity | wifi | -| Resolution | 4MP QHD (4MP, 2560×1440) | -| Sensor | CMOS | -| Lens | 1× 4 (fixed)mm F1.8 | -| Field of view | 360 pan / 114 tilt° | -| Night vision | color (9m) | -| Power | DC 5V (USB) | -| Storage | microSD ≤ 512GB, NVR | -| Protocols | rtsp, onvif | -| IP rating | IP20 | -| Two-way audio | Yes | -| Released | 2023 | - -## Features - -- 4MP QHD indoor pan/tilt -- color night vision -- AI person/pet detection -- privacy shutter -- H.265 -- Tapo app / Alexa / Google / HomeKit -- RTSP/ONVIF -- top-rated EU Amazon indoor cam - -## Sources - -- https://www.tapo.com/de/ - ---- -*Auto-generated from tapo-c225-eu.json — do not edit by hand.* diff --git a/cameras/tapo/c225.json b/cameras/tapo/c225.json index 18c15f05..59c70010 100644 --- a/cameras/tapo/c225.json +++ b/cameras/tapo/c225.json @@ -7,36 +7,34 @@ "wifi" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "2K QHD", + "max_width": 2688, + "max_height": 1520, + "megapixels": 4.1 }, "lens": { + "focal_length_mm": "4.3", + "aperture": "f/1.6", "count": 1, - "focal_length_mm": "2.9mm", - "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "360 pan / 130 tilt", + "field_of_view_deg": "100 (diagonal) / 83 (horizontal) / 43 (vertical)", "night_vision": { - "type": "color", - "range_m": 9 + "type": "ir", + "range_m": 10 }, "power": { - "method": "DC 5V (USB)" + "method": "12V DC power adapter (barrel connector, 100-240V AC input)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, "cloud": true }, "protocols": [ - "rtsp", - "onvif" + "rtsp" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, @@ -54,11 +52,14 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c225/", + "https://www.tapo.com/us/product/smart-camera/tapo-c225/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C225%202.0&2.6&2.8_Datasheet.pdf", + "https://www.tp-link.com/us/support/download/tapo-c225/" ], "release_year": 2023, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -78,5 +79,18 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30 + }, + "sensor": "1/2.9\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "0 to 40", + "dimensions_mm": "80 x 80 x 112", + "weight_g": 312, + "environment": [ + "indoor" + ] } diff --git a/cameras/tapo/c230.json b/cameras/tapo/c230.json index f300f9a0..4a1a9b48 100644 --- a/cameras/tapo/c230.json +++ b/cameras/tapo/c230.json @@ -7,36 +7,35 @@ "wifi" ], "resolution": { - "megapixels": 5, - "max_width": 2560, - "max_height": 1920, - "label": "5MP 2K+" + "label": "3K", + "max_width": 2880, + "max_height": 1620, + "megapixels": 5 }, "lens": { + "focal_length_mm": "4", + "aperture": "f/2.0", "count": 1, - "focal_length_mm": "2.9mm", - "aperture": "F1.8", "varifocal": false }, - "field_of_view_deg": "360 pan / 150 tilt", + "field_of_view_deg": "88° diagonal, 75° horizontal, 41° vertical (image FOV; separate from 360° pan / 114° tilt mechanical range)", "night_vision": { - "type": "color", - "range_m": 9 + "type": "ir", + "range_m": 12 }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC power adapter (input 100-240V 50/60Hz, output 9V/0.6A)" }, "storage": { + "max_microsd_gb": 512, + "cloud": true, "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, @@ -51,11 +50,14 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c230/", + "https://www.tapo.com/en/product/smart-camera/tapo-c230/", + "https://us.store.tapo.com/products/pan-tilt-3k-qhd-indoor-security-camera-tapo-c230", + "https://static.tp-link.com/upload/manual/2024/202412/20241206/1910013865_Tapo%20C230%201.0_UG_V1.pdf" ], "release_year": 2024, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -75,5 +77,25 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2880x1620", + "codec": "H.264", + "fps": 30 + } + ] + }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "0 to 40", + "dimensions_mm": "85.4 x 86.8 x 117.7", + "environment": [ + "indoor" + ] } diff --git a/cameras/tapo/c246d.json b/cameras/tapo/c246d.json index 7bae37cf..cc2846a3 100644 --- a/cameras/tapo/c246d.json +++ b/cameras/tapo/c246d.json @@ -7,36 +7,36 @@ "wifi" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "2K (3MP per lens)", + "max_width": 2304, + "max_height": 1296, + "megapixels": 2.99 }, "lens": { - "count": 1, - "focal_length_mm": "Dual-lens", - "aperture": "F2.0", + "count": 2, + "focal_length_mm": "2.8 (fixed lens) / 6.0 (pan-tilt lens)", + "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "360 pan / 150 tilt", + "field_of_view_deg": "125.5 diagonal (fixed lens) / 67.1 diagonal (pan-tilt lens)", "night_vision": { - "type": "color", - "range_m": 9 + "type": "hybrid", + "range_m": 12 }, "power": { - "method": "DC 5V (USB) or adapter" + "method": "5V DC power adapter (100-240V AC input, Type-C/USB-C output connector, 3m cable)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "onboard": false, + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP44", + "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, @@ -51,14 +51,16 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c246d/", + "https://www.tp-link.com/us/support/download/tapo-c246d/", + "https://www.tp-link.com/us/press/news/21827/" ], "aliases": [ "HybridCam Duo" ], "release_year": 2025, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -78,5 +80,33 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15, + "streams": [ + { + "name": "Fixed lens", + "resolution": "2304x1296", + "fps": 15, + "codec": "h264" + }, + { + "name": "Pan/tilt lens", + "resolution": "2304x1296", + "fps": 15, + "codec": "h264" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 50", + "dimensions_mm": "78 x 76.83 x 106.83", + "weight_g": 277, + "environment": [ + "indoor", + "outdoor" + ] } diff --git a/cameras/tapo/c260.json b/cameras/tapo/c260.json index a93757e7..39d1cc06 100644 --- a/cameras/tapo/c260.json +++ b/cameras/tapo/c260.json @@ -7,36 +7,35 @@ "wifi" ], "resolution": { - "megapixels": 8, + "label": "4K (8MP)", "max_width": 3840, "max_height": 2160, - "label": "4K UHD" + "megapixels": 8 }, "lens": { - "count": 1, - "focal_length_mm": "3.3mm", + "focal_length_mm": "4.3", "aperture": "F1.6", + "count": 1, "varifocal": false }, - "field_of_view_deg": "360 pan / 150 tilt", + "field_of_view_deg": "109.6 (diagonal), 91.5 (horizontal), 46.1 (vertical)", "night_vision": { - "type": "color", - "range_m": 10 + "type": "ir", + "range_m": 12 }, "power": { - "method": "DC 5V / USB" + "method": "5V/2A via USB-C cable from included AC adapter (100-240V, 50/60Hz)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "onboard": false, + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, @@ -52,7 +51,10 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c260/", + "https://www.tapo.com/us/product/smart-camera/tapo-c260/", + "https://static.tp-link.com/upload/product-overview/2025/202504/20250430/Tapo%20C260%201.0_Datasheet.pdf", + "https://www.tp-link.com/us/press/news/21827/" ], "aliases": [ "RoomCam 360" @@ -79,5 +81,18 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "max_fps": 25, + "codecs": [ + "H.264" + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "0 to 40", + "dimensions_mm": "74.59 x 88.74 x 118.87", + "weight_g": 210.6, + "environment": [ + "indoor" + ] } diff --git a/cameras/tapo/c310-jp.json b/cameras/tapo/c310-jp.json deleted file mode 100644 index 84a024c9..00000000 --- a/cameras/tapo/c310-jp.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "id": "tapo-c310-jp", - "brand": "Tapo", - "model": "C310 (Japan)", - "aliases": [ - "TP-Link Tapo C310 3MP Outdoor Japan", - "Tapo 屋外カメラ 日本" - ], - "type": "bullet", - "connectivity": [ - "wifi" - ], - "release_year": 2022, - "markets": [ - "JP" - ], - "resolution": { - "megapixels": 3, - "max_width": 2048, - "max_height": 1536, - "label": "3MP 2K" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "116 horizontal", - "night_vision": { - "type": "ir", - "range_m": 30 - }, - "power": { - "method": "DC 12V" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP67", - "audio": { - "microphone": true, - "speaker": false, - "two_way": false - }, - "features": [ - "3MP outdoor WiFi bullet", - "30m IR night vision", - "AI person/vehicle detection", - "H.265", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "IP67", - "popular Amazon Japan budget outdoor cam", - "Japanese-language app support", - "Amazon.co.jp top-seller" - ], - "sources": [ - "https://www.tp-link.com/jp/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c310-jp.md b/cameras/tapo/c310-jp.md deleted file mode 100644 index c3505634..00000000 --- a/cameras/tapo/c310-jp.md +++ /dev/null @@ -1,41 +0,0 @@ -# Tapo C310 (Japan) - -*Also known as: TP-Link Tapo C310 3MP Outdoor Japan, Tapo 屋外カメラ 日本* - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | C310 (Japan) | -| Type | bullet | -| Connectivity | wifi | -| Resolution | 3MP 2K (3MP, 2048×1536) | -| Sensor | CMOS | -| Lens | 1× 4 (fixed)mm F1.6 | -| Field of view | 116 horizontal° | -| Night vision | ir (30m) | -| Power | DC 12V | -| Storage | microSD ≤ 512GB, NVR | -| Protocols | rtsp, onvif | -| IP rating | IP67 | -| Two-way audio | No | -| Released | 2022 | - -## Features - -- 3MP outdoor WiFi bullet -- 30m IR night vision -- AI person/vehicle detection -- H.265 -- RTSP/ONVIF -- Tapo app / Alexa / Google / HomeKit -- IP67 -- popular Amazon Japan budget outdoor cam -- Japanese-language app support -- Amazon.co.jp top-seller - -## Sources - -- https://www.tp-link.com/jp/ - ---- -*Auto-generated from tapo-c310-jp.json — do not edit by hand.* diff --git a/cameras/tapo/c310.json b/cameras/tapo/c310.json index 418e5944..b5efc845 100644 --- a/cameras/tapo/c310.json +++ b/cameras/tapo/c310.json @@ -8,30 +8,29 @@ "ethernet" ], "resolution": { - "megapixels": 3, - "max_width": 2304, + "label": "3MP / 2K (2304x1296)", "max_height": 1296, - "label": "3MP 1296p" + "max_width": 2304, + "megapixels": 3 }, "lens": { + "aperture": "F2.0", "count": 1, - "focal_length_mm": "4mm", - "aperture": "F1.6", + "focal_length_mm": "3.9", "varifocal": false }, - "field_of_view_deg": "89 horizontal", + "field_of_view_deg": "100 (diagonal), 84 (horizontal), 46 (vertical)", "night_vision": { - "type": "color", - "range_m": 30 + "range_m": 30, + "type": "ir" }, "power": { - "method": "DC 9V (outdoor adapter)" + "method": "9V DC Power Adapter (100-240V AC input, 9V/0.6A DC output)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "max_microsd_gb": 512, + "onboard": true }, "protocols": [ "rtsp", @@ -52,7 +51,9 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c310/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C310%202.0&2.20&2.26&2.28_Datasheet.pdf", + "https://static.tp-link.com/upload/manual/2023/202307/20230705/1910013445_Tapo%20C310%202.20_UG_V1.pdf" ], "release_year": 2021, "power_source": [ @@ -76,5 +77,26 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15, + "streams": [ + { + "codec": "H.264", + "fps": 15, + "name": "main", + "resolution": "2304x1296" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "142.3 × 103.4 × 64.3", + "weight_g": 220, + "environment": [ + "outdoor" + ] } diff --git a/cameras/tapo/c320ws-mena.json b/cameras/tapo/c320ws-mena.json deleted file mode 100644 index 13fdc66b..00000000 --- a/cameras/tapo/c320ws-mena.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "id": "tapo-c320ws-mena", - "brand": "Tapo", - "model": "C320WS (MENA)", - "aliases": [ - "TP-Link Tapo C320WS 4MP Outdoor WiFi UAE/KSA" - ], - "type": "bullet", - "connectivity": [ - "wifi" - ], - "release_year": 2023, - "markets": [ - "AE", - "SA", - "MENA" - ], - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" - }, - "sensor": "1/2.7\" CMOS", - "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "100 horizontal", - "night_vision": { - "type": "color", - "range_m": 30 - }, - "power": { - "method": "DC 12V" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP67", - "audio": { - "microphone": true, - "speaker": false, - "two_way": false - }, - "features": [ - "4MP outdoor color night vision", - "F1.6 large aperture", - "AI person/vehicle detection", - "H.265", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "IP67", - "≈169 AED popular outdoor UAE/KSA Amazon.ae" - ], - "sources": [ - "https://www.tapo.com/me-en/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c320ws-mena.md b/cameras/tapo/c320ws-mena.md deleted file mode 100644 index 095c9857..00000000 --- a/cameras/tapo/c320ws-mena.md +++ /dev/null @@ -1,39 +0,0 @@ -# Tapo C320WS (MENA) - -*Also known as: TP-Link Tapo C320WS 4MP Outdoor WiFi UAE/KSA* - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | C320WS (MENA) | -| Type | bullet | -| Connectivity | wifi | -| Resolution | 4MP QHD (4MP, 2560×1440) | -| Sensor | 1/2.7" CMOS | -| Lens | 1× 3.89 (fixed)mm F1.6 | -| Field of view | 100 horizontal° | -| Night vision | color (30m) | -| Power | DC 12V | -| Storage | microSD ≤ 512GB, NVR | -| Protocols | rtsp, onvif | -| IP rating | IP67 | -| Two-way audio | No | -| Released | 2023 | - -## Features - -- 4MP outdoor color night vision -- F1.6 large aperture -- AI person/vehicle detection -- H.265 -- RTSP/ONVIF -- Tapo app / Alexa / Google / HomeKit -- IP67 -- ≈169 AED popular outdoor UAE/KSA Amazon.ae - -## Sources - -- https://www.tapo.com/me-en/ - ---- -*Auto-generated from tapo-c320ws-mena.json — do not edit by hand.* diff --git a/cameras/tapo/c320ws.json b/cameras/tapo/c320ws.json index ee47a77a..c6e55621 100644 --- a/cameras/tapo/c320ws.json +++ b/cameras/tapo/c320ws.json @@ -8,30 +8,29 @@ "ethernet" ], "resolution": { - "megapixels": 4, + "label": "2K QHD", "max_width": 2560, "max_height": 1440, - "label": "2K QHD" + "megapixels": 4 }, "lens": { + "focal_length_mm": "3.18", + "aperture": "f/1.61", "count": 1, - "focal_length_mm": "4mm", - "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "89 horizontal", + "field_of_view_deg": "113 diagonal, 97 horizontal, 54 vertical", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 30 }, "power": { - "method": "DC 9V (outdoor adapter)" + "method": "9V DC power adapter, 0.6A (100-240V AC input)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "onboard": true }, "protocols": [ "rtsp", @@ -53,7 +52,12 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c320ws/", + "https://www.tapo.com/us/product/smart-camera/tapo-c320ws/", + "https://www.tp-link.com/us/smart-home/new-release/tapo-c320ws/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C320WS%202.0&2.20&2.6&2.28_Datasheet.pdf", + "https://static.tp-link.com/upload/manual/2023/202305/20230517/1910013122_Tapo%20C320WS(EU&US)1.0_UG_V1.pdf", + "https://www.techhive.com/article/579936/tp-link-debuts-four-new-tapo-brand-security-cameras.html" ], "release_year": 2022, "power_source": [ @@ -77,5 +81,14 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 15 + }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "142.3 x 103.4 x 64.3" } diff --git a/cameras/tapo/c325wb-ca.json b/cameras/tapo/c325wb-ca.json index 6c55c5f3..978fbc94 100644 --- a/cameras/tapo/c325wb-ca.json +++ b/cameras/tapo/c325wb-ca.json @@ -7,48 +7,49 @@ ], "type": "bullet", "connectivity": [ - "wifi" + "wifi", + "ethernet" ], "release_year": 2023, "markets": [ "CA" ], "resolution": { - "megapixels": 4, "max_width": 2560, "max_height": 1440, - "label": "4MP QHD" + "label": "2K QHD", + "megapixels": 3.69 }, - "sensor": "1/2.7\" CMOS", + "sensor": "1/1.88\" Progressive Scan CMOS", "lens": { + "focal_length_mm": "4.1", + "aperture": "F1.0", "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "96 horizontal", + "field_of_view_deg": "125 (diagonal), 106 (horizontal), 56 (vertical)", "night_vision": { - "type": "color", - "range_m": 30 + "type": "hybrid" }, "power": { - "method": "DC 12V" + "method": "9V DC power adapter (9V/0.6A) or PoE 802.3af/at via Ethernet port" }, "storage": { - "onboard": true, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", - "onvif" + "onvif", + "http" ], - "ip_rating": "IP67", + "ip_rating": "IP66", "audio": { "microphone": true, - "speaker": false, - "two_way": false + "speaker": true, + "two_way": true }, "features": [ "4MP ColorPro color night vision", @@ -63,10 +64,15 @@ "CAD$59.99" ], "sources": [ - "https://www.tapo.com/ca-en/" + "https://www.tapo.com/ca-en/", + "https://www.tp-link.com/ca/home-networking/cloud-camera/tapo-c325wb/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c325wb/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C325WB%201.0&1.6_Datasheet.pdf", + "https://www.tapo.com/en/product/smart-camera/tapo-c325wb/" ], "power_source": [ - "dc" + "dc", + "poe" ], "configs": { "frigate": { @@ -86,5 +92,13 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 20 + }, + "operating_temp_c": "-20 to 45", + "dimensions_mm": "148.7 x 104 x 70.6" } diff --git a/cameras/tapo/c325wb-india.json b/cameras/tapo/c325wb-india.json index 48b04d06..877d46dc 100644 --- a/cameras/tapo/c325wb-india.json +++ b/cameras/tapo/c325wb-india.json @@ -7,7 +7,8 @@ ], "type": "bullet", "connectivity": [ - "wifi" + "wifi", + "ethernet" ], "release_year": 2023, "markets": [ @@ -15,41 +16,40 @@ "global" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" + "label": "2K QHD", + "max_width": 2688, + "max_height": 1520, + "megapixels": 4 }, - "sensor": "1/2.7\" CMOS", + "sensor": "1/1.79\" Progressive Scan CMOS Starlight Sensor", "lens": { + "focal_length_mm": "4.58", + "aperture": "F1.0", "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "96 horizontal", + "field_of_view_deg": "131 (Diagonal), 106 (Horizontal), 56 (Vertical)", "night_vision": { - "type": "color", - "range_m": 30 + "type": "hybrid" }, "power": { - "method": "DC 12V" + "method": "9V DC Power Adapter (100-240V 50/60Hz input, 9V 0.6A output)" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP67", + "ip_rating": "IP66", "audio": { "microphone": true, - "speaker": false, - "two_way": false + "speaker": true, + "two_way": true }, "features": [ "4MP outdoor color night vision (ColorPro)", @@ -62,7 +62,11 @@ "₹4,000–5,500 popular India outdoor WiFi cam" ], "sources": [ - "https://www.tapo.com/in/" + "https://www.tapo.com/in/", + "https://www.tp-link.com/in/home-networking/cloud-camera/tapo-c325wb/", + "https://www.tapo.com/in/product/smart-camera/tapo-c325wb/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c325wb/", + "https://static.tp-link.com/upload/product-overview/2025/202502/20250207/Tapo%20C325WB%202.0&2.6&2.8_Datasheet.pdf" ], "power_source": [ "dc" @@ -85,5 +89,16 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H264" + ], + "max_fps": 20 + }, + "operating_temp_c": "-20 to 45", + "dimensions_mm": "148.7 x 104 x 70.6", + "environment": [ + "outdoor" + ] } diff --git a/cameras/tapo/c325wb.json b/cameras/tapo/c325wb.json index 9b789e6a..b07c439e 100644 --- a/cameras/tapo/c325wb.json +++ b/cameras/tapo/c325wb.json @@ -8,34 +8,34 @@ "ethernet" ], "resolution": { - "megapixels": 5, - "max_width": 2560, + "max_width": 2688, "max_height": 1520, - "label": "1520p 5MP" + "megapixels": 4.09, + "label": "2K QHD" }, "lens": { - "count": 1, - "focal_length_mm": "2.8mm", + "focal_length_mm": "4.58", "aperture": "F1.0", + "count": 1, "varifocal": false }, - "field_of_view_deg": "127 horizontal", + "field_of_view_deg": "127", "night_vision": { - "type": "color", - "range_m": 30 + "type": "color" }, "power": { - "method": "DC 12V (outdoor wired)" + "method": "9V DC power adapter (100-240V AC input, 9V/0.6A DC output)" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", - "onvif" + "onvif", + "http" ], "ip_rating": "IP66", "audio": { @@ -56,12 +56,14 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c325wb/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C325WB%201.0&1.6_Datasheet.pdf", + "https://www.amazon.com/TP-Link-ColorPro-Outdoor-Daylight-Detection/dp/B0C48DZJ6Y" ], "aliases": [ "ColorPro Outdoor Camera" ], - "release_year": 2024, + "release_year": 2023, "power_source": [ "dc" ], @@ -83,5 +85,18 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 20 + }, + "sensor": "1/1.79\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "148.7 x 104 x 70.6", + "weight_g": 230, + "environment": [ + "outdoor" + ] } diff --git a/cameras/tapo/c340.json b/cameras/tapo/c340.json deleted file mode 100644 index 2b9a8ca5..00000000 --- a/cameras/tapo/c340.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "id": "tapo-c340", - "brand": "Tapo", - "model": "Tapo C340", - "type": "bullet", - "connectivity": [ - "wifi" - ], - "release_year": 2024, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.2mm", - "varifocal": false - }, - "night_vision": { - "type": "hybrid", - "range_m": 30 - }, - "power": { - "method": "DC 9V" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "2K QHD outdoor bullet", - "spotlight for color night vision", - "AI person/vehicle detection", - "IP66 weatherproof", - "built-in siren", - "two-way audio", - "activity zones", - "Alexa / Google" - ], - "sources": [ - "https://www.tapo.com/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c340.md b/cameras/tapo/c340.md deleted file mode 100644 index c2b0e1a6..00000000 --- a/cameras/tapo/c340.md +++ /dev/null @@ -1,35 +0,0 @@ -# Tapo Tapo C340 - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | Tapo C340 | -| Type | bullet | -| Connectivity | wifi | -| Resolution | 2K QHD (4MP, 2560×1440) | -| Lens | 1× 3.2mmmm | -| Night vision | hybrid (30m) | -| Power | DC 9V | -| Storage | microSD ≤ 512GB, NVR | -| Protocols | rtsp, onvif | -| IP rating | IP66 | -| Two-way audio | Yes | -| Released | 2024 | - -## Features - -- 2K QHD outdoor bullet -- spotlight for color night vision -- AI person/vehicle detection -- IP66 weatherproof -- built-in siren -- two-way audio -- activity zones -- Alexa / Google - -## Sources - -- https://www.tapo.com/ - ---- -*Auto-generated from tapo-c340.json — do not edit by hand.* diff --git a/cameras/tapo/c402.json b/cameras/tapo/c402.json index 9d67140e..9c9a4d7d 100644 --- a/cameras/tapo/c402.json +++ b/cameras/tapo/c402.json @@ -7,38 +7,34 @@ "wifi" ], "resolution": { - "megapixels": 2, + "label": "1080p Full HD", "max_width": 1920, "max_height": 1080, - "label": "1080p" + "megapixels": 2 }, "lens": { + "focal_length_mm": "3.17", + "aperture": "F1.65", "count": 1, - "focal_length_mm": "3.18mm", - "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "110 horizontal", + "field_of_view_deg": "125° (Diagonal), 111° (Horizontal), 56° (Vertical)", "night_vision": { - "type": "color", - "range_m": 8 + "type": "hybrid", + "range_m": 9 }, "power": { - "method": "Built-in rechargeable battery / solar panel optional (kit)" + "method": "Built-in rechargeable lithium-ion battery, optionally trickle-charged via Tapo solar panel (sold separately, e.g. Tapo A201/Tapo Solar Panel)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "onboard": false, + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": true }, "protocols": [], "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, + "audio": {}, "features": [ "1080p wire-free battery camera", "180-day battery", @@ -51,7 +47,9 @@ ], "sources": [ "https://www.tapo.com/us/product/smart-camera/tapo-c402-kit/", - "https://www.tp-link.com/us/support/faq/2680/" + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c402/", + "https://www.tp-link.com/us/document/48138/" ], "release_year": 2023, "power_source": [ @@ -63,5 +61,16 @@ "integration": "tapo", "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 15, + "streams": [] + }, + "sensor": "1/2.8\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "D60 x 89 (diameter x height)", + "weight_g": 230 } diff --git a/cameras/tapo/c420.json b/cameras/tapo/c420.json index ed6f57b4..6ace4de0 100644 --- a/cameras/tapo/c420.json +++ b/cameras/tapo/c420.json @@ -8,32 +8,34 @@ ], "release_year": 2023, "resolution": { - "megapixels": 4, + "label": "2K QHD", "max_width": 2560, "max_height": 1440, - "label": "2K QHD" + "megapixels": 4 }, "lens": { + "focal_length_mm": "3.2", + "aperture": "F1.6", "count": 1, - "focal_length_mm": "3.18mm", - "aperture": "F1.61", "varifocal": false }, - "field_of_view_deg": "110 horizontal", + "field_of_view_deg": "113 (diagonal), 97 (horizontal), 54 (vertical)", "night_vision": { - "type": "color", - "range_m": 10 + "type": "hybrid", + "range_m": 15 }, "power": { - "method": "Removable rechargeable battery (A100) / solar panel optional / hub H200 required" + "method": "6700 mAh removable rechargeable Li-ion battery, up to 180-day battery life" }, "storage": { "onboard": false, - "nvr_compatible": false, + "max_microsd_gb": 512, "cloud": true, - "notes": "microSD stored on H200 hub (up to 256GB)" + "nvr_compatible": false }, - "protocols": [], + "protocols": [ + "p2p" + ], "ip_rating": "IP65", "audio": { "microphone": true, @@ -55,16 +57,27 @@ "sources": [ "https://www.tapo.com/en/product/smart-camera/tapo-c420/", "https://www.tapo.com/us/product/smart-camera/tapo-c420s2-kit/", - "https://www.tp-link.com/us/support/faq/2680/" + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c420/", + "https://www.tp-link.com/us/support/faq/4465/", + "https://www.tapo.com/us/faq/724/", + "https://static.tp-link.com/upload/manual/2024/202404/20240401/1910013649_Tapo%20C420_UG_V1.pdf" ], "power_source": [ - "battery", - "solar" + "battery" ], "configs": { "home_assistant": { "integration": "tapo", "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ] + }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "110.6 x 64.2 x 64.2" } diff --git a/cameras/tapo/c425.json b/cameras/tapo/c425.json index d8f558f0..74fa75df 100644 --- a/cameras/tapo/c425.json +++ b/cameras/tapo/c425.json @@ -7,30 +7,29 @@ "wifi" ], "resolution": { - "megapixels": 4, + "label": "2K QHD", "max_width": 2560, "max_height": 1440, - "label": "2K QHD" + "megapixels": 4 }, "lens": { + "focal_length_mm": "2.1", + "aperture": "F2.1", "count": 1, - "focal_length_mm": "3.18mm", - "aperture": "F1.61", "varifocal": false }, - "field_of_view_deg": "110 horizontal", + "field_of_view_deg": "150 (Diagonal), 134 (Horizontal), 77 (Vertical)", "night_vision": { - "type": "color", - "range_m": 10 + "type": "hybrid", + "range_m": 15 }, "power": { - "method": "Built-in 10,000 mAh battery (non-removable) / solar optional" + "method": "Built-in rechargeable Li-ion battery, charged via Micro-B USB or optional Tapo A201/A200 solar panel" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "onboard": false }, "protocols": [], "ip_rating": "IP66", @@ -53,9 +52,12 @@ ], "sources": [ "https://www.tapo.com/us/product/smart-camera/tapo-c425/", - "https://www.tp-link.com/us/support/faq/2680/" + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c425/", + "https://static.tp-link.com/upload/product-overview/2024/202404/20240422/Tapo%20C425%20KIT&TC85%20KIT%201.20&1.26_Datasheet.pdf", + "https://static.tp-link.com/upload/manual/2023/202309/20230906/1910013461_Tapo%20C425(EU)1.0_UG_V1.pdf" ], - "release_year": 2024, + "release_year": 2023, "power_source": [ "battery", "solar" @@ -65,5 +67,23 @@ "integration": "tapo", "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2560x1440", + "fps": 30, + "codec": "H.264" + } + ] + }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "116.2 x 64.8 x 64.8", + "weight_g": 335 } diff --git a/cameras/tapo/c440-outdoor.json b/cameras/tapo/c440-outdoor.json deleted file mode 100644 index 9c22047a..00000000 --- a/cameras/tapo/c440-outdoor.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "id": "tapo-c440", - "brand": "Tapo", - "model": "C440", - "aliases": [ - "TP-Link Tapo C440 4MP Outdoor WiFi ColorPro" - ], - "type": "dome", - "connectivity": [ - "wifi" - ], - "release_year": 2023, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" - }, - "sensor": "1/2.7\" CMOS", - "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F1.8", - "varifocal": false - }, - "field_of_view_deg": "130 horizontal", - "night_vision": { - "type": "color", - "range_m": 20 - }, - "power": { - "method": "DC 12V" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP67", - "audio": { - "microphone": true, - "speaker": false, - "two_way": false - }, - "features": [ - "4MP ColorPro color night vision", - "F1.8 aperture", - "130° wide FOV outdoor dome", - "AI person/vehicle detection", - "H.265", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "IP67" - ], - "sources": [ - "https://www.tapo.com/en/product/outdoor-camera/tapo-c440/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c440-outdoor.md b/cameras/tapo/c440-outdoor.md deleted file mode 100644 index ac904695..00000000 --- a/cameras/tapo/c440-outdoor.md +++ /dev/null @@ -1,39 +0,0 @@ -# Tapo C440 - -*Also known as: TP-Link Tapo C440 4MP Outdoor WiFi ColorPro* - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | C440 | -| Type | dome | -| Connectivity | wifi | -| Resolution | 4MP QHD (4MP, 2560×1440) | -| Sensor | 1/2.7" CMOS | -| Lens | 1× 3.89 (fixed)mm F1.8 | -| Field of view | 130 horizontal° | -| Night vision | color (20m) | -| Power | DC 12V | -| Storage | microSD ≤ 512GB, NVR | -| Protocols | rtsp, onvif | -| IP rating | IP67 | -| Two-way audio | No | -| Released | 2023 | - -## Features - -- 4MP ColorPro color night vision -- F1.8 aperture -- 130° wide FOV outdoor dome -- AI person/vehicle detection -- H.265 -- RTSP/ONVIF -- Tapo app / Alexa / Google / HomeKit -- IP67 - -## Sources - -- https://www.tapo.com/en/product/outdoor-camera/tapo-c440/ - ---- -*Auto-generated from tapo-c440.json — do not edit by hand.* diff --git a/cameras/tapo/c460.json b/cameras/tapo/c460.json index fa14fd2e..1aa5eeb4 100644 --- a/cameras/tapo/c460.json +++ b/cameras/tapo/c460.json @@ -7,30 +7,30 @@ "wifi" ], "resolution": { - "megapixels": 8, + "label": "4K 8MP", "max_width": 3840, "max_height": 2160, - "label": "4K UHD" + "megapixels": 8 }, "lens": { - "count": 1, "focal_length_mm": "3.17", "aperture": "F1.65", + "count": 1, "varifocal": false }, - "field_of_view_deg": "113 horizontal / 59 vertical / 134 diagonal", + "field_of_view_deg": "134° (Diagonal), 113° (Horizontal), 59° (Vertical)", "night_vision": { "type": "hybrid", "range_m": 15 }, "power": { - "method": "Built-in battery / integrated solar panel (kit version C460 KIT)" + "method": "Built-in rechargeable 10,000mAh Li-ion battery; optional Tapo A201 solar panel (sold separately); USB-C charging (5.0V/2.0A adapter not included)" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "nvr_compatible": false, + "onboard": false }, "protocols": [], "ip_rating": "IP66", @@ -53,7 +53,10 @@ "sources": [ "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c460/", "https://www.tapo.com/ph/product/smart-camera/tapo-c460-kit/", - "https://www.tp-link.com/us/support/faq/2680/" + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tapo.com/us/product/smart-camera/tapo-c460/", + "https://static.tp-link.com/upload/product-overview/2025/202502/20250219/Tapo%20C460%201.0&1.6_Datasheet.pdf", + "https://www.tp-link.com/us/press/news/21827/" ], "aliases": [ "MagCam 4K Solar" @@ -69,10 +72,15 @@ "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration, which uses TP-Links proprietary API (not ONVIF), or the Tapo app/cloud." } }, - "sensor": "1/2.7\" Progressive Scan CMOS (Starlight)", + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", "video": { + "codecs": [ + "H.265", + "H.264" + ], "max_fps": 15 }, "operating_temp_c": "-20 to 45", - "dimensions_mm": "Ø64.8 x 114.5" + "dimensions_mm": "D64.8 x 114.6 mm", + "weight_g": 327 } diff --git a/cameras/tapo/c500-eu.json b/cameras/tapo/c500-eu.json deleted file mode 100644 index 92676710..00000000 --- a/cameras/tapo/c500-eu.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "id": "tapo-c500-eu", - "brand": "Tapo", - "model": "C500 (EU)", - "aliases": [ - "TP-Link Tapo C500 1080p Outdoor WiFi EU" - ], - "type": "bullet", - "connectivity": [ - "wifi" - ], - "release_year": 2022, - "markets": [ - "DE", - "FR", - "ES", - "EU", - "global" - ], - "resolution": { - "megapixels": 2, - "max_width": 1920, - "max_height": 1080, - "label": "1080p HD" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F2.4", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 139 tilt", - "night_vision": { - "type": "ir", - "range_m": 30 - }, - "power": { - "method": "DC 12V" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": false, - "two_way": false - }, - "features": [ - "360deg pan outdoor WiFi bullet", - "1080p IR night vision 30m", - "AI person/vehicle detection", - "H.265", - "Tapo app / Alexa / Google / HomeKit", - "RTSP/ONVIF", - "IP65", - "budget EU Amazon outdoor cam" - ], - "sources": [ - "https://www.tapo.com/de/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c500-eu.md b/cameras/tapo/c500-eu.md deleted file mode 100644 index 2878fc25..00000000 --- a/cameras/tapo/c500-eu.md +++ /dev/null @@ -1,39 +0,0 @@ -# Tapo C500 (EU) - -*Also known as: TP-Link Tapo C500 1080p Outdoor WiFi EU* - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | C500 (EU) | -| Type | bullet | -| Connectivity | wifi | -| Resolution | 1080p HD (2MP, 1920×1080) | -| Sensor | CMOS | -| Lens | 1× 3.89 (fixed)mm F2.4 | -| Field of view | 360 pan / 139 tilt° | -| Night vision | ir (30m) | -| Power | DC 12V | -| Storage | microSD ≤ 512GB, NVR | -| Protocols | rtsp, onvif | -| IP rating | IP65 | -| Two-way audio | No | -| Released | 2022 | - -## Features - -- 360deg pan outdoor WiFi bullet -- 1080p IR night vision 30m -- AI person/vehicle detection -- H.265 -- Tapo app / Alexa / Google / HomeKit -- RTSP/ONVIF -- IP65 -- budget EU Amazon outdoor cam - -## Sources - -- https://www.tapo.com/de/ - ---- -*Auto-generated from tapo-c500-eu.json — do not edit by hand.* diff --git a/cameras/tapo/c500-outdoor.json b/cameras/tapo/c500-outdoor.json deleted file mode 100644 index a05ee369..00000000 --- a/cameras/tapo/c500-outdoor.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "id": "tapo-c500-outdoor", - "brand": "Tapo", - "model": "C500", - "aliases": [ - "TP-Link Tapo C500 1080p Outdoor Pan/Tilt WiFi" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2022, - "resolution": { - "megapixels": 2, - "max_width": 1920, - "max_height": 1080, - "label": "1080p HD" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F2.4", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 139 tilt", - "night_vision": { - "type": "ir", - "range_m": 30 - }, - "power": { - "method": "DC 12V" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": false, - "two_way": false - }, - "features": [ - "1080p outdoor pan/tilt WiFi", - "360° pan / 139° tilt", - "AI person/vehicle detection", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "IP65", - "budget outdoor PTZ" - ], - "sources": [ - "https://www.tapo.com/en/product/outdoor-camera/tapo-c500/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c500-outdoor.md b/cameras/tapo/c500-outdoor.md deleted file mode 100644 index bb095229..00000000 --- a/cameras/tapo/c500-outdoor.md +++ /dev/null @@ -1,38 +0,0 @@ -# Tapo C500 - -*Also known as: TP-Link Tapo C500 1080p Outdoor Pan/Tilt WiFi* - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | C500 | -| Type | ptz | -| Connectivity | wifi | -| Resolution | 1080p HD (2MP, 1920×1080) | -| Sensor | CMOS | -| Lens | 1× 3.89 (fixed)mm F2.4 | -| Field of view | 360 pan / 139 tilt° | -| Night vision | ir (30m) | -| Power | DC 12V | -| Storage | microSD ≤ 512GB, NVR | -| Protocols | rtsp, onvif | -| IP rating | IP65 | -| Two-way audio | No | -| Released | 2022 | - -## Features - -- 1080p outdoor pan/tilt WiFi -- 360° pan / 139° tilt -- AI person/vehicle detection -- RTSP/ONVIF -- Tapo app / Alexa / Google / HomeKit -- IP65 -- budget outdoor PTZ - -## Sources - -- https://www.tapo.com/en/product/outdoor-camera/tapo-c500/ - ---- -*Auto-generated from tapo-c500-outdoor.json — do not edit by hand.* diff --git a/cameras/tapo/c500.json b/cameras/tapo/c500.json index f76633d5..54541d13 100644 --- a/cameras/tapo/c500.json +++ b/cameras/tapo/c500.json @@ -7,29 +7,28 @@ "wifi" ], "resolution": { - "megapixels": 2, + "label": "1080p", "max_width": 1920, "max_height": 1080, - "label": "1080p" + "megapixels": 2 }, "lens": { + "focal_length_mm": "3.99", + "aperture": "F2.2", "count": 1, - "focal_length_mm": "2.9mm", - "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "360 pan / 100 tilt", + "field_of_view_deg": "85.5 (Diagonal), 73.5 (Horizontal), 41 (Vertical)", "night_vision": { - "type": "ir", - "range_m": 9 + "type": "hybrid", + "range_m": 30 }, "power": { - "method": "DC 5V (USB outdoor adapter)" + "method": "9V DC power adapter, 0.85A (barrel connector, inside dia 2.1mm / outside dia 5.5mm)" }, "storage": { "onboard": true, - "max_microsd_gb": 128, - "nvr_compatible": true, + "max_microsd_gb": 512, "cloud": true }, "protocols": [ @@ -53,11 +52,13 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c500/", + "https://static.tp-link.com/upload/product-overview/2024/202408/20240807/Tapo%20C500%202.0&2.6&2.8_Datasheet.pdf", + "https://www.tapo.com/en/product/smart-camera/tapo-c500/" ], - "release_year": 2022, + "release_year": 2024, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -77,5 +78,26 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "1920x1080", + "fps": 30, + "codec": "h264" + } + ] + }, + "sensor": "1/3\" Progressive Scan CMOS Sensor", + "operating_temp_c": "-30 to 60", + "dimensions_mm": "123.8 x 123 x 90", + "weight_g": 364, + "environment": [ + "outdoor" + ] } diff --git a/cameras/tapo/c510w.json b/cameras/tapo/c510w.json index fb1640f7..d333f7ac 100644 --- a/cameras/tapo/c510w.json +++ b/cameras/tapo/c510w.json @@ -7,30 +7,30 @@ "wifi" ], "resolution": { - "megapixels": 3, + "label": "2K (3MP)", "max_width": 2304, "max_height": 1296, - "label": "3MP 1296p" + "megapixels": 3 }, "lens": { - "count": 1, - "focal_length_mm": "2.9mm", + "focal_length_mm": "3.9", "aperture": "F2.0", + "count": 1, "varifocal": false }, - "field_of_view_deg": "360 pan / 130 tilt", + "field_of_view_deg": "97.23 (diagonal), 82.3 (horizontal), 45.31 (vertical)", "night_vision": { - "type": "color", - "range_m": 10 + "type": "hybrid", + "range_m": 30 }, "power": { - "method": "DC 5V outdoor adapter" + "method": "12V DC power adapter (barrel jack, inside dia 2.1mm / outside dia 5.5mm; AC input 100-240V 50/60Hz)" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "onboard": false, + "nvr_compatible": false }, "protocols": [ "rtsp", @@ -53,11 +53,13 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c510w/", + "https://www.tapo.com/us/product/smart-camera/tapo-c510w/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C510W%201.0_Datasheet.pdf" ], "release_year": 2023, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -77,5 +79,26 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15, + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 15, + "codec": "H.264" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS", + "operating_temp_c": "-30 to 60", + "dimensions_mm": "123.8 x 123 x 90", + "weight_g": 364, + "environment": [ + "outdoor" + ] } diff --git a/cameras/tapo/c520ws.json b/cameras/tapo/c520ws.json index bf74d43f..f6ae695d 100644 --- a/cameras/tapo/c520ws.json +++ b/cameras/tapo/c520ws.json @@ -8,29 +8,29 @@ "ethernet" ], "resolution": { - "megapixels": 4, + "label": "2K QHD (4MP)", "max_width": 2560, "max_height": 1440, - "label": "2K QHD" + "megapixels": 4 }, "lens": { - "count": 1, - "focal_length_mm": "2.9mm", + "focal_length_mm": "3.2", "aperture": "F1.6", + "count": 1, "varifocal": false }, - "field_of_view_deg": "360 pan / 130 tilt", + "field_of_view_deg": "112 (Diagonal), 95 (Horizontal), 53 (Vertical)", "night_vision": { - "type": "color", - "range_m": 10 + "type": "hybrid", + "range_m": 30 }, "power": { - "method": "DC 9V outdoor adapter" + "method": "9V DC power adapter (input 100-240V 50/60Hz, output 9V/0.85A)" }, "storage": { - "onboard": true, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": true, + "nvr_compatible": false, "cloud": true }, "protocols": [ @@ -57,7 +57,10 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c520ws/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C520WS%201.0_Datasheet.pdf", + "https://static.tp-link.com/upload/product-overview/2023/202307/20230731/Tapo%20C520WS%201.0_Datasheet-0731.pdf", + "https://community.tp-link.com/en/smart-home/forum/topic/703776" ], "release_year": 2023, "power_source": [ @@ -81,5 +84,15 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [] + }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-30 to 60", + "dimensions_mm": "123.8 x 123 x 90" } diff --git a/cameras/tapo/c530ws.json b/cameras/tapo/c530ws.json index 560e768c..3e6a8827 100644 --- a/cameras/tapo/c530ws.json +++ b/cameras/tapo/c530ws.json @@ -8,30 +8,29 @@ "ethernet" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "3K 5MP", + "max_width": 2880, + "max_height": 1620, + "megapixels": 5 }, "lens": { - "count": 1, - "focal_length_mm": "2.9mm", + "focal_length_mm": "4", "aperture": "F1.6", + "count": 1, "varifocal": false }, - "field_of_view_deg": "360 pan / 130 tilt", + "field_of_view_deg": "102° (Diagonal), 87° (Horizontal), 45.5° (Vertical)", "night_vision": { - "type": "color", - "range_m": 10 + "type": "hybrid", + "range_m": 30 }, "power": { - "method": "DC 9V outdoor adapter" + "method": "9V DC power adapter (100-240V AC input, 0.85A output)" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "onboard": true }, "protocols": [ "rtsp", @@ -55,7 +54,9 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c530ws/", + "https://static.tp-link.com/upload/product-overview/2024/202412/20241219/Tapo%20C530WS%202.0&2.6&2.8_Datasheet.pdf", + "https://www.tapo.com/en/product/smart-camera/tapo-c530ws/" ], "release_year": 2024, "power_source": [ @@ -79,5 +80,18 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 30 + }, + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-30 to 60", + "dimensions_mm": "121.7 x 123 x 90", + "weight_g": 347, + "environment": [ + "outdoor" + ] } diff --git a/cameras/tapo/c540.json b/cameras/tapo/c540.json deleted file mode 100644 index 0600c020..00000000 --- a/cameras/tapo/c540.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "id": "tapo-c540", - "brand": "Tapo", - "model": "Tapo C540", - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2024, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.2mm", - "varifocal": false - }, - "night_vision": { - "type": "hybrid", - "range_m": 30 - }, - "power": { - "method": "DC 9V" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "4MP outdoor pan/tilt WiFi camera", - "360° horizontal / 130° vertical", - "auto-tracking of moving objects", - "spotlight color night vision", - "AI person/vehicle detection", - "IP66 weatherproof", - "built-in siren", - "Alexa / Google" - ], - "sources": [ - "https://www.tapo.com/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c540.md b/cameras/tapo/c540.md deleted file mode 100644 index 8380bf7e..00000000 --- a/cameras/tapo/c540.md +++ /dev/null @@ -1,35 +0,0 @@ -# Tapo Tapo C540 - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | Tapo C540 | -| Type | ptz | -| Connectivity | wifi | -| Resolution | 4MP QHD (4MP, 2560×1440) | -| Lens | 1× 3.2mmmm | -| Night vision | hybrid (30m) | -| Power | DC 9V | -| Storage | microSD ≤ 512GB, NVR | -| Protocols | rtsp, onvif | -| IP rating | IP66 | -| Two-way audio | Yes | -| Released | 2024 | - -## Features - -- 4MP outdoor pan/tilt WiFi camera -- 360° horizontal / 130° vertical -- auto-tracking of moving objects -- spotlight color night vision -- AI person/vehicle detection -- IP66 weatherproof -- built-in siren -- Alexa / Google - -## Sources - -- https://www.tapo.com/ - ---- -*Auto-generated from tapo-c540.json — do not edit by hand.* diff --git a/cameras/tapo/c560ws.json b/cameras/tapo/c560ws.json index 2c5f47e3..d7d76bc8 100644 --- a/cameras/tapo/c560ws.json +++ b/cameras/tapo/c560ws.json @@ -4,33 +4,33 @@ "model": "Tapo C560WS", "type": "ptz", "connectivity": [ - "wifi" + "wifi", + "ethernet" ], "resolution": { - "megapixels": 8, + "label": "4K 8MP", "max_width": 3840, "max_height": 2160, - "label": "4K UHD" + "megapixels": 8 }, "lens": { + "focal_length_mm": "4", + "aperture": "f/1.6", "count": 1, - "focal_length_mm": "3.3mm", - "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "360 pan / 140 tilt", + "field_of_view_deg": "105 (Diagonal), 88 (Horizontal), 45 (Vertical)", "night_vision": { - "type": "color", - "range_m": 10 + "type": "hybrid", + "range_m": 30 }, "power": { - "method": "DC 12V outdoor adapter" + "method": "12V/1A DC power adapter (100-240V AC input)" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "onboard": true }, "protocols": [ "rtsp", @@ -55,7 +55,9 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c560ws/", + "https://www.tapo.com/en/product/smart-camera/tapo-c560ws/", + "https://www.tp-link.com/us/press/news/21827/" ], "aliases": [ "VistaCam 360" @@ -82,5 +84,17 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 25 + }, + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-30 to 60", + "dimensions_mm": "147.4 x 74.7 x 165.4 (with bracket); 147.4 x 74.7 x 157.4 (without bracket)", + "environment": [ + "outdoor" + ] } diff --git a/cameras/tapo/c566wb.json b/cameras/tapo/c566wb.json index aa5345df..8c521945 100644 --- a/cameras/tapo/c566wb.json +++ b/cameras/tapo/c566wb.json @@ -12,10 +12,10 @@ ], "release_year": 2025, "resolution": { - "megapixels": 8, + "label": "4K", "max_width": 3840, "max_height": 2160, - "label": "4K UHD" + "megapixels": 8 }, "lens": { "count": 1, @@ -25,27 +25,20 @@ }, "field_of_view_deg": "360 pan / 140 tilt", "night_vision": { - "type": "color", - "range_m": 15 + "type": "color" }, "power": { "method": "Hardwired (AC)" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": false, - "cloud": true + "cloud": true, + "onboard": false, + "nvr_compatible": false }, - "protocols": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, + "audio": {}, "features": [ "4K ColorPro Night Vision (F1.0 aperture)", "360deg AI tracking", @@ -56,21 +49,17 @@ ], "release_notes": "Announced IFA 2025; availability TBC.", "sources": [ - "https://www.notebookcheck.net/New-Tapo-4K-8MP-security-cameras-on-the-way.1108686.0.html" + "https://www.notebookcheck.net/New-Tapo-4K-8MP-security-cameras-on-the-way.1108686.0.html", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c566wb/", + "https://static.tp-link.com/document/pdf/en/ifa-2025/IFA%202025_Tapo%20Home%20Security_Flyer_US_2507_English_Online.pdf", + "https://www.tp-link.com/us/support/download/tapo-c566wb/", + "https://www.tp-link.com/us/support/faq/4465/", + "https://www.tapo.com/us/faq/724/" ], "power_source": [ "ac-mains" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." @@ -79,5 +68,8 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "environment": [ + "outdoor" + ] } diff --git a/cameras/tapo/c615f-kit.json b/cameras/tapo/c615f-kit.json index 576d77f7..2bd63d68 100644 --- a/cameras/tapo/c615f-kit.json +++ b/cameras/tapo/c615f-kit.json @@ -11,37 +11,36 @@ ], "release_year": 2025, "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "2K", + "max_width": 2304, + "max_height": 1296, + "megapixels": 3 }, "lens": { - "count": 1, - "focal_length_mm": "3.3mm", + "focal_length_mm": "4.0", "aperture": "F1.6", + "count": 1, "varifocal": false }, - "field_of_view_deg": "360 pan / 140 tilt", + "field_of_view_deg": "100 (diagonal); 84 (horizontal) x 44 (vertical)", "night_vision": { - "type": "color", - "range_m": 15 + "type": "hybrid", + "range_m": 10 }, "power": { - "method": "Solar panel + hardwired backup" + "method": "Built-in rechargeable lithium-ion battery + included Tapo A201 solar panel; optional 5V/2.0A USB Type-C charging input (adapter not included)" }, "storage": { - "onboard": true, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": false, "cloud": true }, "protocols": [], "ip_rating": "IP65", "audio": { + "two_way": true, "microphone": true, - "speaker": true, - "two_way": true + "speaker": true }, "features": [ "solar-powered floodlight pan/tilt camera", @@ -56,16 +55,34 @@ "sources": [ "https://us.store.tapo.com/", "https://us.store.tapo.com/products/360-2k-floodlight-pan-tilt-security-camera-kit-with-solar-panel-tapo-c615f-kit", - "https://www.tp-link.com/us/support/faq/2680/" + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c615f-kit/", + "https://www.tapo.com/us/product/smart-camera/tapo-c615f-kit/", + "https://community.tp-link.com/us/smart-home/forum/topic/852836" ], "power_source": [ - "solar", - "ac-mains" + "battery", + "solar" ], "configs": { "home_assistant": { "integration": "tapo", "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } - } + }, + "video": { + "max_fps": 20, + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 20 + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS", + "dimensions_mm": "132.8 x 81.8 x 161.0", + "environment": [ + "outdoor" + ] } diff --git a/cameras/tapo/c660-kit.json b/cameras/tapo/c660-kit.json index 0f0cd908..a891bc02 100644 --- a/cameras/tapo/c660-kit.json +++ b/cameras/tapo/c660-kit.json @@ -11,30 +11,30 @@ ], "release_year": 2025, "resolution": { - "megapixels": 8, - "max_width": 3840, + "label": "4K", "max_height": 2160, - "label": "4K UHD" + "max_width": 3840, + "megapixels": 8 }, "lens": { - "count": 1, - "focal_length_mm": "3.3mm", "aperture": "F1.6", + "count": 1, + "focal_length_mm": "4", "varifocal": false }, - "field_of_view_deg": "360 pan / 140 tilt", + "field_of_view_deg": "105 (Diagonal), 88 (Horizontal), 45 (Vertical)", "night_vision": { - "type": "color", - "range_m": 10 + "range_m": 12, + "type": "hybrid" }, "power": { - "method": "Solar panel + hardwired / rechargeable battery backup" + "method": "Solar panel (Tapo A201) + built-in rechargeable Li-ion battery; USB Type-C port accepts optional AC adapter (not included) for wired charging" }, "storage": { - "onboard": true, + "cloud": true, "max_microsd_gb": 512, "nvr_compatible": false, - "cloud": true + "onboard": true }, "protocols": [], "ip_rating": "IP65", @@ -55,7 +55,10 @@ ], "sources": [ "https://www.tapo.com/us/product/smart-camera/tapo-c660-kit/", - "https://www.tp-link.com/us/support/faq/2680/" + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c660-kit/", + "https://static.tp-link.com/upload/product-overview/2025/202504/20250424/Tapo%20C660%20KIT%201.0&1.6_Datasheet.pdf", + "https://www.tp-link.com/us/press/news/21827/" ], "power_source": [ "battery", @@ -67,5 +70,18 @@ "integration": "tapo", "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 20 + }, + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "185 x 147 x 75", + "weight_g": 607, + "environment": [ + "outdoor" + ] } diff --git a/cameras/tapo/c675d-kit.json b/cameras/tapo/c675d-kit.json index 6dd18410..36f1e6d1 100644 --- a/cameras/tapo/c675d-kit.json +++ b/cameras/tapo/c675d-kit.json @@ -11,36 +11,34 @@ ], "release_year": 2026, "resolution": { - "megapixels": 8, - "label": "4K 8MP dual-lens" + "label": "4K (dual-lens, each lens independently 4K)", + "max_width": 3840, + "max_height": 2160, + "megapixels": 8 }, "lens": { "count": 2, - "focal_length_mm": "Wide 169deg + 6mm tele", + "varifocal": false, "aperture": "F1.6", - "varifocal": false + "focal_length_mm": "2.53 (fixed lens) / 6.0 (pan-tilt lens)" }, - "field_of_view_deg": "169 wide + tele", + "field_of_view_deg": "169.7 (fixed lens, diagonal); 66.5 (pan-tilt lens, diagonal)", "night_vision": { - "type": "color", - "range_m": 10 + "type": "hybrid", + "range_m": 16 }, "power": { - "method": "Integrated solar panel" + "method": "battery + solar charging" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": false, - "cloud": true + "cloud": true, + "onboard": false, + "nvr_compatible": false }, "protocols": [], "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, + "audio": {}, "features": [ "solar-powered dual-lens 4K camera", "169deg wide-angle view + 6mm tele lens", @@ -54,15 +52,40 @@ "sources": [ "https://www.notebookcheck.net/New-Tapo-4K-8MP-security-cameras-on-the-way.1108686.0.html", "https://www.tapo.com/us/product/smart-camera/tapo-c675d-kit/", - "https://www.tp-link.com/us/support/faq/2680/" + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c675d-kit/", + "https://www.tp-link.com/us/document/113455/" ], "power_source": [ - "solar" + "solar", + "battery" ], "configs": { "home_assistant": { "integration": "tapo", "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } - } + }, + "video": { + "max_fps": 15, + "streams": [ + { + "name": "fixed lens", + "resolution": "3840x2160", + "fps": 15 + }, + { + "name": "pan-tilt lens", + "resolution": "3840x2160", + "fps": 15 + } + ] + }, + "sensor": "1/2.7\" CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "102.2 x 160.3 x 132", + "weight_g": 678, + "environment": [ + "outdoor" + ] } diff --git a/cameras/tapo/c720-india.json b/cameras/tapo/c720-india.json deleted file mode 100644 index 98e35d4e..00000000 --- a/cameras/tapo/c720-india.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "id": "tapo-c720-india", - "brand": "Tapo", - "model": "C720 (India)", - "aliases": [ - "TP-Link Tapo C720 2K Outdoor Pan/Tilt India" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2024, - "markets": [ - "IN", - "global" - ], - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 160 tilt", - "night_vision": { - "type": "color", - "range_m": 30 - }, - "power": { - "method": "DC 12V / PoE (outdoor)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "4MP outdoor pan/tilt WiFi", - "F1.6 color night vision", - "360deg pan", - "AI person/vehicle detection", - "smart tracking", - "IP66", - "Tapo app / Alexa / Google / HomeKit", - "RTSP/ONVIF", - "₹5,000–7,000 popular India outdoor PTZ WiFi" - ], - "sources": [ - "https://www.tapo.com/in/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c720-india.md b/cameras/tapo/c720-india.md deleted file mode 100644 index 1b009c7a..00000000 --- a/cameras/tapo/c720-india.md +++ /dev/null @@ -1,40 +0,0 @@ -# Tapo C720 (India) - -*Also known as: TP-Link Tapo C720 2K Outdoor Pan/Tilt India* - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | C720 (India) | -| Type | ptz | -| Connectivity | wifi | -| Resolution | 4MP QHD (4MP, 2560×1440) | -| Sensor | CMOS | -| Lens | 1× 3.89 (fixed)mm F1.6 | -| Field of view | 360 pan / 160 tilt° | -| Night vision | color (30m) | -| Power | DC 12V / PoE (outdoor) | -| Storage | microSD ≤ 512GB, NVR | -| Protocols | rtsp, onvif | -| IP rating | IP66 | -| Two-way audio | Yes | -| Released | 2024 | - -## Features - -- 4MP outdoor pan/tilt WiFi -- F1.6 color night vision -- 360deg pan -- AI person/vehicle detection -- smart tracking -- IP66 -- Tapo app / Alexa / Google / HomeKit -- RTSP/ONVIF -- ₹5,000–7,000 popular India outdoor PTZ WiFi - -## Sources - -- https://www.tapo.com/in/ - ---- -*Auto-generated from tapo-c720-india.json — do not edit by hand.* diff --git a/cameras/tapo/c720-ptz.json b/cameras/tapo/c720-ptz.json deleted file mode 100644 index 26f773fc..00000000 --- a/cameras/tapo/c720-ptz.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "id": "tapo-c720-outdoor", - "brand": "Tapo", - "model": "C720", - "aliases": [ - "TP-Link Tapo C720 4MP Outdoor Pan/Tilt" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2024, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 160 tilt", - "night_vision": { - "type": "color", - "range_m": 30 - }, - "power": { - "method": "DC 12V / PoE optional" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "4MP outdoor pan/tilt WiFi", - "F1.6 color night vision 30m", - "AI person/vehicle detection", - "smart tracking", - "two-way audio", - "IP66", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit" - ], - "sources": [ - "https://www.tapo.com/en/product/outdoor-camera/tapo-c720/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c720-ptz.md b/cameras/tapo/c720-ptz.md deleted file mode 100644 index b25da29a..00000000 --- a/cameras/tapo/c720-ptz.md +++ /dev/null @@ -1,39 +0,0 @@ -# Tapo C720 - -*Also known as: TP-Link Tapo C720 4MP Outdoor Pan/Tilt* - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | C720 | -| Type | ptz | -| Connectivity | wifi | -| Resolution | 4MP QHD (4MP, 2560×1440) | -| Sensor | CMOS | -| Lens | 1× 3.89 (fixed)mm F1.6 | -| Field of view | 360 pan / 160 tilt° | -| Night vision | color (30m) | -| Power | DC 12V / PoE optional | -| Storage | microSD ≤ 512GB, NVR | -| Protocols | rtsp, onvif | -| IP rating | IP66 | -| Two-way audio | Yes | -| Released | 2024 | - -## Features - -- 4MP outdoor pan/tilt WiFi -- F1.6 color night vision 30m -- AI person/vehicle detection -- smart tracking -- two-way audio -- IP66 -- RTSP/ONVIF -- Tapo app / Alexa / Google / HomeKit - -## Sources - -- https://www.tapo.com/en/product/outdoor-camera/tapo-c720/ - ---- -*Auto-generated from tapo-c720-outdoor.json — do not edit by hand.* diff --git a/cameras/tapo/c720.json b/cameras/tapo/c720.json index 5cb45e48..266526d6 100644 --- a/cameras/tapo/c720.json +++ b/cameras/tapo/c720.json @@ -4,33 +4,32 @@ "model": "Tapo C720", "type": "bullet", "connectivity": [ - "wifi", - "ethernet" + "wifi" ], "resolution": { - "megapixels": 4, + "label": "2K QHD", "max_width": 2560, "max_height": 1440, - "label": "2K QHD" + "megapixels": 4 }, "lens": { + "focal_length_mm": "2.1", + "aperture": "F2.1", "count": 1, - "focal_length_mm": "2.8mm", - "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "120 horizontal", + "field_of_view_deg": "153 diagonal, 134 horizontal, 77.6 vertical", "night_vision": { - "type": "color", - "range_m": 15 + "type": "hybrid", + "range_m": 30 }, "power": { - "method": "Hardwired (AC mains)" + "method": "hardwired AC mains, 110-240V 50/60Hz" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, + "nvr_compatible": false, "cloud": true }, "protocols": [ @@ -55,7 +54,9 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tapo.com/us/product/smart-camera/tapo-c720/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c720/", + "https://community.tp-link.com/en/home/forum/topic/658724" ], "release_year": 2024, "power_source": [ @@ -79,5 +80,18 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 15, + "streams": [] + }, + "sensor": "1/3\" progressive scan CMOS Starlight sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "151 x 151 x 145.6", + "environment": [ + "outdoor" + ] } diff --git a/cameras/tapo/c770.json b/cameras/tapo/c770.json deleted file mode 100644 index 1c898a96..00000000 --- a/cameras/tapo/c770.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "id": "tapo-c770", - "brand": "Tapo", - "model": "Tapo C770", - "type": "bullet", - "connectivity": [ - "wifi", - "ethernet" - ], - "release_year": 2024, - "resolution": { - "megapixels": 8, - "max_width": 3840, - "max_height": 2160, - "label": "4K UHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "2.8mm", - "varifocal": false - }, - "night_vision": { - "type": "hybrid", - "range_m": 30 - }, - "power": { - "method": "DC 12V / PoE" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP67", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "4K UHD outdoor bullet", - "AI person/vehicle/pet detection", - "spotlight color night vision", - "IP67 weatherproof", - "built-in siren", - "two-way audio", - "activity zones", - "Alexa / Google" - ], - "sources": [ - "https://www.tapo.com/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } -} diff --git a/cameras/tapo/c770.md b/cameras/tapo/c770.md deleted file mode 100644 index 4f7e88fd..00000000 --- a/cameras/tapo/c770.md +++ /dev/null @@ -1,35 +0,0 @@ -# Tapo Tapo C770 - -| Field | Spec | -|-------|------| -| Brand | Tapo | -| Model | Tapo C770 | -| Type | bullet | -| Connectivity | wifi, ethernet | -| Resolution | 4K UHD (8MP, 3840×2160) | -| Lens | 1× 2.8mmmm | -| Night vision | hybrid (30m) | -| Power | DC 12V / PoE | -| Storage | microSD ≤ 512GB, NVR | -| Protocols | rtsp, onvif | -| IP rating | IP67 | -| Two-way audio | Yes | -| Released | 2024 | - -## Features - -- 4K UHD outdoor bullet -- AI person/vehicle/pet detection -- spotlight color night vision -- IP67 weatherproof -- built-in siren -- two-way audio -- activity zones -- Alexa / Google - -## Sources - -- https://www.tapo.com/ - ---- -*Auto-generated from tapo-c770.json — do not edit by hand.* diff --git a/cameras/tapo/c840.json b/cameras/tapo/c840.json index 360170af..fd664c85 100644 --- a/cameras/tapo/c840.json +++ b/cameras/tapo/c840.json @@ -5,38 +5,39 @@ "aliases": [ "Smart AI Baby Monitor Pan/Tilt" ], - "type": "ptz", + "type": "dual-lens", "connectivity": [ "wifi" ], - "release_year": 2024, + "release_year": 2025, "resolution": { - "megapixels": 4, - "label": "4MP wide + 2MP tele dual lens" + "label": "4MP wide + 2MP tele dual lens", + "max_width": 2560, + "max_height": 1440, + "megapixels": 4 }, "lens": { "count": 2, - "focal_length_mm": "Wide 2.9mm + 2x Tele", + "focal_length_mm": "2.53 (wide) / 6.2 (tele)", + "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "360 pan / 130 tilt", + "field_of_view_deg": "144 (wide lens, diagonal) / 55 (tele lens, diagonal)", "night_vision": { - "type": "color", - "range_m": 8 + "type": "ir" }, "power": { - "method": "DC 5V (USB)" + "method": "5V DC, 2A power adapter (USB-C cable, 100-240V~ 50/60Hz mains input), 4.2W typical / 7.6W max consumption" }, "storage": { "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": false, - "cloud": true + "cloud": true, + "max_microsd_gb": 512 }, "protocols": [ - "rtsp" + "rtsp", + "onvif" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, @@ -54,7 +55,12 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/us/product/smart-camera/tapo-c840/" + "https://www.tapo.com/us/product/smart-camera/tapo-c840/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c840/", + "https://www.tp-link.com/nordic/home-networking/cloud-camera/tapo-c840/", + "https://www.tp-link.com/uk/home-networking/cloud-camera/tapo-c840/", + "https://www.tp-link.com/nordic/press/news/21910/", + "https://connectit.ie/pages/c840-technical-specs" ], "power_source": [ "usb" @@ -77,5 +83,32 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "Wide-angle", + "resolution": "2560x1440", + "fps": 30, + "codec": "H.264" + }, + { + "name": "Telephoto", + "resolution": "1920x1080", + "fps": 30, + "codec": "H.264" + } + ] + }, + "sensor": "1/2.9\" image sensor", + "operating_temp_c": "0 to 40", + "dimensions_mm": "46 x 46 x 105.8", + "weight_g": 249, + "environment": [ + "indoor" + ] } diff --git a/cameras/tapo/d130.json b/cameras/tapo/d130.json index cf6fd08b..3719b7ef 100644 --- a/cameras/tapo/d130.json +++ b/cameras/tapo/d130.json @@ -2,59 +2,68 @@ "id": "tapo-d130", "brand": "Tapo", "model": "Tapo D130", - "type": "box", + "type": "doorbell", "connectivity": [ "wifi" ], - "release_year": 2024, + "power_source": [ + "ac-mains" + ], "resolution": { - "megapixels": 4, + "label": "2K (5MP)", "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "max_height": 1920, + "megapixels": 5 + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30 }, + "sensor": "1/2.7\" Progressive Scan CMOS", "lens": { + "focal_length_mm": "1.18", + "aperture": "f/1.8", "count": 1, - "focal_length_mm": "2.0mm", "varifocal": false }, - "field_of_view_deg": "160 diagonal", + "field_of_view_deg": "180 diagonal, 172 horizontal, 144 vertical", "night_vision": { - "type": "ir", - "range_m": 5 + "type": "hybrid", + "range_m": 10 }, "power": { - "method": "rechargeable battery" + "method": "Hardwired only (existing doorbell transformer or AC adapter), 8-24VAC, 10VA minimum" }, "storage": { "onboard": false, - "nvr_compatible": false, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": true }, "protocols": [ - "p2p" + "rtsp", + "onvif" ], - "ip_rating": "IP64", + "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, "two_way": true }, - "features": [ - "2K WiFi video doorbell", - "battery-powered wireless install", - "160° wide-angle view", - "AI person detection", - "real-time push notifications", - "two-way audio", - "anti-theft alarm", - "chime included", - "Alexa / Google" + "operating_temp_c": "-20 to 45", + "dimensions_mm": "85 x 42.5 x 32.5 (doorbell unit; chime is separate at 73 x 43.5 x 46.9)", + "release_year": 2024, + "environment": [ + "outdoor" ], - "sources": [ - "https://www.tapo.com/" + "markets": [ + "global" ], - "power_source": [ - "battery" + "sources": [ + "https://www.tp-link.com/us/smart-home/smart-doorbell/tapo-d130/", + "https://www.tp-link.com/us/support/faq/4329/", + "https://www.tapo.com/en/product/smart-camera/tapo-d130/" ] } diff --git a/cameras/tapo/d225.json b/cameras/tapo/d225.json index 174e4dfe..07b78335 100644 --- a/cameras/tapo/d225.json +++ b/cameras/tapo/d225.json @@ -11,34 +11,35 @@ ], "release_year": 2024, "resolution": { - "megapixels": 5, - "max_width": 2560, - "max_height": 1920, - "label": "2K QHD" + "label": "2K QHD", + "max_width": 2304, + "max_height": 1728, + "megapixels": 4 }, "lens": { + "focal_length_mm": "1.18", + "aperture": "f/1.8", "count": 1, - "focal_length_mm": "2.4mm", - "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "150 diagonal / 180 horizontal", + "field_of_view_deg": "170.6 horizontal / 140.1 vertical", "night_vision": { - "type": "color", - "range_m": 5 + "type": "hybrid", + "range_m": 10 }, "power": { - "method": "Hardwired (existing doorbell wiring 8-24V AC) or battery" + "method": "10,000mAh built-in rechargeable Li-ion battery, or hardwired via included adapter (100-240V 50/60Hz input, 5.0V/2.0A output) with jumper-enabled always-on mode" }, "storage": { - "onboard": false, - "nvr_compatible": false, - "cloud": true + "onboard": true, + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp" ], - "ip_rating": "IP44", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, @@ -55,7 +56,11 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/us/product/smart-camera/tapo-d225/" + "https://www.tapo.com/us/product/smart-camera/tapo-d225/", + "https://www.tp-link.com/us/smart-home/smart-doorbell/tapo-d225/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-d225/", + "https://www.tapo.com/us/faq/724/", + "https://www.tp-link.com/us/press/news/21292/" ], "power_source": [ "battery", @@ -80,5 +85,22 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Requires Always-On mode (hardwired only)." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 20, + "streams": [ + { + "name": "main", + "resolution": "2304x1728", + "fps": 20, + "codec": "H.264" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "150 x 50 x 38.4" } diff --git a/cameras/tapo/d230s1.json b/cameras/tapo/d230s1.json index 2151e13f..48661f1c 100644 --- a/cameras/tapo/d230s1.json +++ b/cameras/tapo/d230s1.json @@ -9,35 +9,32 @@ "connectivity": [ "wifi" ], - "release_year": 2024, + "release_year": 2023, "resolution": { - "megapixels": 5, + "label": "2K", "max_width": 2560, "max_height": 1920, - "label": "2K QHD" + "megapixels": 5 }, "lens": { - "count": 1, - "focal_length_mm": "2.4mm", - "aperture": "F2.0", - "varifocal": false + "aperture": "F/2.1", + "count": 1 }, - "field_of_view_deg": "160 diagonal", + "field_of_view_deg": "160 (diagonal)", "night_vision": { - "type": "color", - "range_m": 5 + "type": "hybrid", + "range_m": 8 }, "power": { - "method": "Built-in 5000 mAh rechargeable battery / hardwired optional" + "method": "battery" }, "storage": { + "max_microsd_gb": 512, + "cloud": true, "onboard": false, - "nvr_compatible": false, - "cloud": true + "nvr_compatible": false }, - "protocols": [ - "http" - ], + "protocols": [], "ip_rating": "IP64", "audio": { "microphone": true, @@ -55,16 +52,28 @@ "requires Tapo H200 hub" ], "sources": [ - "https://www.tapo.com/us/product/smart-camera/tapo-d230s1/" + "https://www.tapo.com/us/product/smart-camera/tapo-d230s1/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-d230s1/", + "https://www.tp-link.com/us/support/faq/3879/", + "https://www.tapo.com/en/product/smart-camera/tapo-d230s1/", + "https://www.tapo.com/us/faq/397/" ], "power_source": [ - "battery", - "ac-mains" + "battery" ], "configs": { "home_assistant": { "integration": "tapo", "notes": "Requires Tapo H200 hub. No RTSP or ONVIF — hub-based only. TP-Link Tapo integration exposes the doorbell via the hub. Not compatible with Frigate or Blue Iris." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 15 + }, + "sensor": "1/2.7\"", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "146 x 54.5 x 35.5" } diff --git a/cameras/tapo/d235-doorbell.json b/cameras/tapo/d235-doorbell.json index 8eaa3ea2..b3e372af 100644 --- a/cameras/tapo/d235-doorbell.json +++ b/cameras/tapo/d235-doorbell.json @@ -12,36 +12,33 @@ "release_year": 2024, "resolution": { "megapixels": 5, - "max_width": 2880, - "max_height": 1620, - "label": "3K 5MP" + "max_width": 2560, + "max_height": 1920, + "label": "2K 5MP" }, "lens": { "count": 1, - "focal_length_mm": "Fixed", - "aperture": "F1.6", + "focal_length_mm": "1.18mm", + "aperture": "F1.8", "varifocal": false }, - "field_of_view_deg": "160 diagonal", + "field_of_view_deg": "170.6 (horizontal) / 140.1 (vertical) / up to 180 diagonal", "night_vision": { - "type": "color", - "range_m": 5 + "type": "hybrid", + "range_m": 10 }, "power": { - "method": "Hardwired (existing 16-24V AC doorbell wiring)" + "method": "10000mAh built-in rechargeable Li-ion battery (up to ~210 days typical / 365 days max use), OR hardwired to existing doorbell transformer (8-24V AC, 10-40VA) / DC adapter (9-24V DC, >=10W, 2-pin no-polarity)" }, "storage": { "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": false, + "max_microsd_gb": 512, "cloud": true }, "protocols": [ - "rtsp", - "onvif", - "http" + "rtsp" ], - "ip_rating": "IP44", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, @@ -57,9 +54,15 @@ "free cloud storage" ], "sources": [ - "https://www.tapo.com/en/product/smart-doorbell/tapo-d235/" + "https://www.tapo.com/en/product/smart-doorbell/tapo-d235/", + "https://www.tapo.com/en/product/smart-camera/tapo-d235/", + "https://static.tp-link.com/upload/product-overview/2024/202412/20241231/Tapo%20D235%201.0_Datasheet.pdf", + "https://www.tp-link.com/us/support/faq/4465/", + "https://www.tp-link.com/us/support/faq/3972/", + "https://community.tp-link.com/en/smart-home/forum/topic/712770" ], "power_source": [ + "battery", "ac-mains" ], "configs": { @@ -81,5 +84,15 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Requires Always-On mode enabled in Tapo app." } - } + }, + "video": { + "codecs": [ + "H264" + ], + "max_fps": 20 + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "150 x 50 x 38.4 (doorbell unit only, excludes chime)", + "weight_g": 297 } diff --git a/cameras/tapo/tc40.json b/cameras/tapo/tc40.json index 9ff371ae..42e6f60e 100644 --- a/cameras/tapo/tc40.json +++ b/cameras/tapo/tc40.json @@ -2,62 +2,65 @@ "id": "tapo-tc40", "brand": "Tapo", "model": "TC40", - "type": "bullet", + "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2021, + "power_source": [ + "dc" + ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "1080p Full HD", + "max_width": 1920, + "max_height": 1080, + "megapixels": 2 + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15, + "streams": [ + { + "resolution": "1920x1080", + "fps": 15, + "codec": "H.264" + } + ] }, + "sensor": "1/3\" Progressive Scan CMOS", "lens": { - "count": 1, - "focal_length_mm": "3.9mm", - "aperture": "F1.6", - "varifocal": false + "focal_length_mm": "3.89", + "count": 1 }, - "field_of_view_deg": "105 horizontal", + "field_of_view_deg": "85.5 diagonal, 73.5 horizontal, 41 vertical", "night_vision": { "type": "color", "range_m": 30 }, "power": { - "method": "DC 12V (outdoor adapter)" + "method": "12V DC power adapter (input 100-240V 50/60Hz, output 9V 0.85A)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "onboard": false, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "2K outdoor fixed bullet", - "starlight color night vision", - "AI person detection", - "motion detection", - "IP66", - "RTSP/ONVIF", - "Alexa / Google", - "no subscription" + "ip_rating": "IP65", + "operating_temp_c": "-30 to 60", + "dimensions_mm": "123.8 x 123 x 90", + "markets": [ + "global" ], "sources": [ - "https://www.tapo.com/" - ], - "power_source": [ - "dc" + "https://www.tp-link.com/uk/home-networking/cloud-camera/tc40/", + "https://www.tapo.com/en/product/smart-camera/tc40/", + "https://static.tp-link.com/upload/manual/2023/202309/20230919/1910013472_TC40_UG_V1.pdf" ], "configs": { "frigate": { diff --git a/cameras/tapo/tc55.json b/cameras/tapo/tc55.json index 460018a5..970ed9ef 100644 --- a/cameras/tapo/tc55.json +++ b/cameras/tapo/tc55.json @@ -2,33 +2,43 @@ "id": "tapo-tc55", "brand": "Tapo", "model": "Tapo TC55", - "type": "ptz", + "type": "bullet", "connectivity": [ "wifi" ], - "release_year": 2024, + "power_source": [ + "ac-mains" + ], "resolution": { - "megapixels": 4, + "label": "2K QHD", "max_width": 2560, "max_height": 1440, - "label": "2K QHD" + "megapixels": 4 + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 15 }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", "lens": { "count": 1, - "focal_length_mm": "3.2mm", + "focal_length_mm": "2.1mm", + "aperture": "F2.1", "varifocal": false }, + "field_of_view_deg": "153 (Diagonal), 134 (Horizontal), 77.6 (Vertical)", "night_vision": { "type": "hybrid", "range_m": 30 }, "power": { - "method": "DC 9V" + "method": "Hardwired only, 110-240V AC, 50/60Hz (no battery/DC option)" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, "cloud": true }, "protocols": [ @@ -41,21 +51,17 @@ "speaker": true, "two_way": true }, - "features": [ - "2K outdoor pan/tilt WiFi camera", - "360° pan / 130° tilt", - "spotlight for color night vision", - "AI person/vehicle detection", - "IP65 weatherproof", - "built-in siren", - "two-way audio", - "Alexa / Google" + "operating_temp_c": "-20 to 45 (-4F to 113F)", + "dimensions_mm": "151 x 151 x 145.6", + "weight_g": 686, + "release_year": 2024, + "markets": [ + "global" ], "sources": [ - "https://www.tapo.com/" - ], - "power_source": [ - "dc" + "https://www.tp-link.com/us/home-networking/cloud-camera/tc55/", + "https://static.tp-link.com/upload/product-overview/2024/202405/20240524/TC55(US)1.6_Datasheet.pdf", + "https://www.tapo.com/en/product/smart-camera/tc55/" ], "configs": { "frigate": { diff --git a/cameras/tapo/tc82-floodlight.json b/cameras/tapo/tc82-floodlight.json index aa82406b..38203f74 100644 --- a/cameras/tapo/tc82-floodlight.json +++ b/cameras/tapo/tc82-floodlight.json @@ -10,78 +10,72 @@ "connectivity": [ "wifi" ], - "release_year": 2023, + "power_source": [ + "battery" + ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "2K 3MP", + "max_width": 2304, + "max_height": 1296, + "megapixels": 3 + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 15, + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 15, + "codec": "h264" + } + ] }, - "sensor": "CMOS", + "sensor": "1/2.8\" Progressive Scan CMOS Starlight Sensor", "lens": { "count": 1, - "focal_length_mm": "Fixed", - "aperture": "F1.6", + "focal_length_mm": "3.17", + "aperture": "F1.65", "varifocal": false }, - "field_of_view_deg": "118 horizontal", + "field_of_view_deg": "125 (diagonal), 111 (horizontal), 56 (vertical)", "night_vision": { - "type": "color", - "range_m": 15 + "type": "hybrid", + "range_m": 9 }, "power": { - "method": "Hardwired (AC mains)" + "method": "Built-in 6400 mAh rechargeable Li-ion battery (up to 180-day life), charged via USB-C; optional Tapo A201/A200 solar panel sold separately" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, + "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP44", + "protocols": [], + "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, "two_way": true }, - "features": [ - "2K floodlight camera", - "2000-lumen dual floodlight", - "F1.6 color night vision", - "AI person/vehicle detection", - "two-way audio", - "active deterrence (light + siren)", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "IP44" + "operating_temp_c": "-20 to 45", + "dimensions_mm": "60 (D) x 89 (H)", + "weight_g": 230, + "markets": [ + "global" ], "sources": [ - "https://www.tapo.com/en/product/outdoor-camera/tapo-tc82/" - ], - "power_source": [ - "ac-mains" + "https://www.tp-link.com/us/home-networking/cloud-camera/tc82/", + "https://www.tapo.com/en/product/smart-camera/tc82/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240322/Tapo%20C410&TC82%20KIT_1.0&1.6_Datasheet.pdf" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } } } diff --git a/cameras/tapo/tc85.json b/cameras/tapo/tc85.json index 63a6cc37..a0eed4e8 100644 --- a/cameras/tapo/tc85.json +++ b/cameras/tapo/tc85.json @@ -5,79 +5,75 @@ "aliases": [ "Smart Outdoor PTZ Camera with Floodlight" ], - "type": "ptz", + "type": "bullet", "connectivity": [ "wifi" ], - "release_year": 2023, + "power_source": [ + "battery", + "solar" + ], "resolution": { "megapixels": 4, "max_width": 2560, "max_height": 1440, "label": "2K QHD" }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2560x1440", + "fps": 30, + "codec": "H.264" + } + ] + }, + "sensor": "1/3\" Progressive Scan CMOS", "lens": { "count": 1, - "focal_length_mm": "2.8mm", - "aperture": "F1.6", + "focal_length_mm": "2.1mm", "varifocal": false }, - "field_of_view_deg": "360 pan / 140 tilt", + "field_of_view_deg": "150 diagonal", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 15 }, "power": { - "method": "Hardwired (AC)" + "method": "Built-in rechargeable lithium-ion battery (10,000mAh); optional Tapo solar panel" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, + "onboard": false, + "max_microsd_gb": 512, "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp" - ], - "ip_rating": "IP65", + "protocols": [], + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, "two_way": true }, - "features": [ - "2K pan/tilt floodlight camera", - "360deg AI tracking", - "AI person/pet/vehicle detection", - "built-in floodlight", - "color night vision", - "IP65", - "built-in siren", - "no subscription" + "operating_temp_c": "-20 to 45", + "dimensions_mm": "116.2 x 64.8 x 64.8", + "weight_g": 235, + "markets": [ + "global" ], "sources": [ - "https://www.tapo.com/" - ], - "power_source": [ - "ac-mains" + "https://www.tp-link.com/us/home-networking/cloud-camera/tc85/", + "https://www.tapo.com/en/product/smart-camera/tc85/" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } } } diff --git a/data/cameras.csv b/data/cameras.csv index 7c65d19d..b1e5cbdf 100644 --- a/data/cameras.csv +++ b/data/cameras.csv @@ -1372,67 +1372,48 @@ synology-tc200,Synology,TC200,dome,1080p HD,2,,107h,ir,IP42,false,2022 synology-tc500,Synology,TC500,turret,5MP,5,"1/2.7"" CMOS",110 horizontal,ir,IP67,false,2023 synology-tc500-dome,Synology,TC500 (Dome variant),dome,5MP,5,"1/2.7"" CMOS",90 horizontal,ir,IP67,false,2023 synology-tc800w,Synology,TC800W,dome,4K UHD,8,,107h,ir,IP67,false,2024 -tapo-c100,Tapo,Tapo C100,dome,1080p,2,,105 horizontal,color,IP20,true,2020 -tapo-c100-global,Tapo,C100,dome,1080p HD,2,CMOS,130 horizontal,ir,IP20,true,2020 -tapo-c110,Tapo,Tapo C110,dome,3MP 1296p,3,,127 horizontal,color,IP20,true,2022 -tapo-c120,Tapo,Tapo C120,bullet,2K QHD,3.7,,130 horizontal,color,IP44,true,2023 -tapo-c120-indoor,Tapo,C120,dome,4MP QHD,4,CMOS,130 horizontal,color,IP20,true,2024 -tapo-c121,Tapo,Tapo C121,dome,2K QHD,4,,,ir,,true,2024 -tapo-c125,Tapo,Tapo C125,dome,5MP 2K+,5,,114 horizontal,color,IP20,true,2023 -tapo-c135,Tapo,Tapo C135,dome,2K QHD,4,,,ir,,true,2025 -tapo-c200,Tapo,Tapo C200,ptz,1080p,2,,360 pan / 114 tilt,ir,IP20,true,2020 -tapo-c210,Tapo,Tapo C210,ptz,3MP 1296p,3,,360 pan / 114 tilt,ir,IP20,true,2021 -tapo-c210-india,Tapo,C210 (India),ptz,3MP 2K,3,CMOS,360 pan / 114 tilt,ir,IP20,true,2022 -tapo-c210-latam,Tapo,C210 (LATAM),ptz,3MP 2K,3,CMOS,360 pan / 114 tilt,ir,IP20,true,2022 -tapo-c210-mena,Tapo,C210 (MENA),ptz,3MP 2K,3,CMOS,360 pan / 114 tilt,ir,IP20,true,2022 -tapo-c210-vn,Tapo,C210 (Vietnam),ptz,3MP 2K,3,CMOS,360 pan / 114 tilt,ir,IP20,true,2022 -tapo-c216,Tapo,Tapo C216,ptz,2K QHD,4,,360 pan / 150 tilt,color,IP44,true,2025 -tapo-c220,Tapo,Tapo C220,ptz,2K QHD,4,,360 pan / 130 tilt,color,IP20,true,2023 -tapo-c222,Tapo,C222,dome,3MP 2K,3,CMOS,120 diagonal,color,IP20,true,2023 -tapo-c225,Tapo,Tapo C225,ptz,2K QHD,4,,360 pan / 130 tilt,color,IP20,true,2023 -tapo-c225-ch,Tapo,C225 (Switzerland),ptz,4MP QHD,4,CMOS,360 pan / 114 tilt,color,IP20,true,2023 -tapo-c225-eu,Tapo,C225 (EU),ptz,4MP QHD,4,CMOS,360 pan / 114 tilt,color,IP20,true,2023 -tapo-c230,Tapo,Tapo C230,ptz,5MP 2K+,5,,360 pan / 150 tilt,color,IP20,true,2024 -tapo-c246d,Tapo,Tapo C246D,ptz,2K QHD,4,,360 pan / 150 tilt,color,IP44,true,2025 -tapo-c260,Tapo,Tapo C260,ptz,4K UHD,8,,360 pan / 150 tilt,color,IP20,true,2025 -tapo-c310,Tapo,Tapo C310,bullet,3MP 1296p,3,,89 horizontal,color,IP66,true,2021 -tapo-c310-jp,Tapo,C310 (Japan),bullet,3MP 2K,3,CMOS,116 horizontal,ir,IP67,false,2022 -tapo-c320ws,Tapo,Tapo C320WS,bullet,2K QHD,4,,89 horizontal,color,IP66,true,2022 -tapo-c320ws-mena,Tapo,C320WS (MENA),bullet,4MP QHD,4,"1/2.7"" CMOS",100 horizontal,color,IP67,false,2023 -tapo-c325wb,Tapo,Tapo C325WB,bullet,1520p 5MP,5,,127 horizontal,color,IP66,true,2024 -tapo-c325wb-ca,Tapo,C325WB (Canada),bullet,4MP QHD,4,"1/2.7"" CMOS",96 horizontal,color,IP67,false,2023 -tapo-c325wb-india,Tapo,C325WB (India),bullet,4MP QHD,4,"1/2.7"" CMOS",96 horizontal,color,IP67,false,2023 -tapo-c340,Tapo,Tapo C340,bullet,2K QHD,4,,,hybrid,IP66,true,2024 -tapo-c402,Tapo,Tapo C402,bullet,1080p,2,,110 horizontal,color,IP65,true,2023 -tapo-c420,Tapo,C420,bullet,2K QHD,4,,110 horizontal,color,IP65,true,2023 -tapo-c425,Tapo,Tapo C425,bullet,2K QHD,4,,110 horizontal,color,IP66,true,2024 -tapo-c440,Tapo,C440,dome,4MP QHD,4,"1/2.7"" CMOS",130 horizontal,color,IP67,false,2023 -tapo-c460,Tapo,Tapo C460,bullet,4K UHD,8,"1/2.7"" Progressive Scan CMOS (Starlight)",113 horizontal / 59 vertical / 134 diagonal,hybrid,IP66,true,2025 -tapo-c500,Tapo,Tapo C500,ptz,1080p,2,,360 pan / 100 tilt,ir,IP65,true,2022 -tapo-c500-eu,Tapo,C500 (EU),bullet,1080p HD,2,CMOS,360 pan / 139 tilt,ir,IP65,false,2022 -tapo-c500-outdoor,Tapo,C500,ptz,1080p HD,2,CMOS,360 pan / 139 tilt,ir,IP65,false,2022 -tapo-c510w,Tapo,Tapo C510W,ptz,3MP 1296p,3,,360 pan / 130 tilt,color,IP65,true,2023 -tapo-c520ws,Tapo,Tapo C520WS,ptz,2K QHD,4,,360 pan / 130 tilt,color,IP66,true,2023 -tapo-c530ws,Tapo,Tapo C530WS,ptz,2K QHD,4,,360 pan / 130 tilt,color,IP66,true,2024 -tapo-c540,Tapo,Tapo C540,ptz,4MP QHD,4,,,hybrid,IP66,true,2024 -tapo-c560ws,Tapo,Tapo C560WS,ptz,4K UHD,8,,360 pan / 140 tilt,color,IP66,true,2025 -tapo-c566wb,Tapo,C566WB,ptz,4K UHD,8,,360 pan / 140 tilt,color,IP66,true,2025 -tapo-c615f-kit,Tapo,C615F Kit,ptz,2K QHD,4,,360 pan / 140 tilt,color,IP65,true,2025 -tapo-c660-kit,Tapo,C660 KIT,ptz,4K UHD,8,,360 pan / 140 tilt,color,IP65,true,2025 -tapo-c675d-kit,Tapo,C675D Kit,dual-lens,4K 8MP dual-lens,8,,169 wide + tele,color,IP65,true,2026 -tapo-c720,Tapo,Tapo C720,bullet,2K QHD,4,,120 horizontal,color,IP65,true,2024 -tapo-c720-india,Tapo,C720 (India),ptz,4MP QHD,4,CMOS,360 pan / 160 tilt,color,IP66,true,2024 -tapo-c720-outdoor,Tapo,C720,ptz,4MP QHD,4,CMOS,360 pan / 160 tilt,color,IP66,true,2024 -tapo-c770,Tapo,Tapo C770,bullet,4K UHD,8,,,hybrid,IP67,true,2024 -tapo-c840,Tapo,C840,ptz,4MP wide + 2MP tele dual lens,4,,360 pan / 130 tilt,color,IP20,true,2024 -tapo-d130,Tapo,Tapo D130,box,2K QHD,4,,160 diagonal,ir,IP64,true,2024 -tapo-d225,Tapo,D225,doorbell,2K QHD,5,,150 diagonal / 180 horizontal,color,IP44,true,2024 -tapo-d230s1,Tapo,D230S1,doorbell,2K QHD,5,,160 diagonal,color,IP64,true,2024 -tapo-d235,Tapo,D235,doorbell,3K 5MP,5,,160 diagonal,color,IP44,true,2024 -tapo-tc40,Tapo,TC40,bullet,2K QHD,4,,105 horizontal,color,IP66,true,2021 -tapo-tc55,Tapo,Tapo TC55,ptz,2K QHD,4,,,hybrid,IP65,true,2024 -tapo-tc82-global,Tapo,TC82,bullet,2K QHD,4,CMOS,118 horizontal,color,IP44,true,2023 -tapo-tc85,Tapo,TC85,ptz,2K QHD,4,,360 pan / 140 tilt,color,IP65,true,2023 +tapo-c100,Tapo,Tapo C100,bullet,1080p Full HD,2,"1/3"" Progressive Scan CMOS","117 (Diagonal), 98.8 (Horizontal), 53.5 (Vertical)",ir,,true,2020 +tapo-c110,Tapo,Tapo C110,dome,2K 3MP,3,"1/2.8"" Progressive Scan CMOS","129.4° diagonal, 107.6° horizontal, 57.6° vertical",ir,,true,2022 +tapo-c120,Tapo,Tapo C120,dome,2K QHD,3.7,"1/2.9"" Progressive Scan CMOS Starlight Sensor","120 diagonal, 103 horizontal, 55 vertical",hybrid,IP66,true,2023 +tapo-c121,Tapo,Tapo C121,turret,2K QHD 4MP,4,"1/2.9"" Progressive Scan CMOS Starlight Sensor","120 (diagonal), 103 (horizontal), 55 (vertical)",hybrid,IP66,true,2024 +tapo-c125,Tapo,Tapo C125,dome,2K QHD,4,"1/2.9"" Progressive Scan CMOS Starlight Sensor","140 (diagonal), 120 (horizontal), 67 (vertical)",ir,,true,2024 +tapo-c200,Tapo,Tapo C200,ptz,1080p,2,"1/3\"" Progressive Scan CMOS","88.3 (Diagonal), 75.2 (Horizontal), 40.8 (Vertical)",ir,,true,2019 +tapo-c210,Tapo,Tapo C210,ptz,2K (3MP),3,"1/2.8"" Progressive Scan CMOS","83 (horizontal), 45 (vertical), 98 (diagonal)",ir,,true,2021 +tapo-c216,Tapo,Tapo C216,ptz,2K 3MP,3,"1/2.8"" Progressive Scan CMOS Starlight Sensor",360 pan / 152 tilt,color,IP65,true,2025 +tapo-c220,Tapo,Tapo C220,ptz,2K QHD,4,"1/3"" Progressive Scan Non-Starlight Sensor","88 (diagonal), 75 (horizontal), 41 (vertical)",ir,,,2021 +tapo-c222,Tapo,C222,ptz,2K QHD,4,"1/3"" Progressive Scan CMOS","90 diagonal, 76.2 horizontal, 41.8 vertical",ir,,true, +tapo-c225,Tapo,Tapo C225,ptz,2K QHD,4.1,"1/2.9"" Progressive Scan CMOS Starlight Sensor",100 (diagonal) / 83 (horizontal) / 43 (vertical),ir,,true,2023 +tapo-c230,Tapo,Tapo C230,ptz,3K,5,"1/3"" Progressive Scan CMOS Starlight Sensor","88° diagonal, 75° horizontal, 41° vertical (image FOV; separate from 360° pan / 114° tilt mechanical range)",ir,,true,2024 +tapo-c246d,Tapo,Tapo C246D,ptz,2K (3MP per lens),2.99,"1/2.8"" Progressive Scan CMOS Starlight Sensor",125.5 diagonal (fixed lens) / 67.1 diagonal (pan-tilt lens),hybrid,IP65,true,2025 +tapo-c260,Tapo,Tapo C260,ptz,4K (8MP),8,"1/2.7"" Progressive Scan CMOS Starlight Sensor","109.6 (diagonal), 91.5 (horizontal), 46.1 (vertical)",ir,,true,2025 +tapo-c310,Tapo,Tapo C310,bullet,3MP / 2K (2304x1296),3,"1/2.8"" Progressive Scan CMOS Sensor","100 (diagonal), 84 (horizontal), 46 (vertical)",ir,IP66,true,2021 +tapo-c320ws,Tapo,Tapo C320WS,bullet,2K QHD,4,"1/3"" Progressive Scan CMOS Starlight Sensor","113 diagonal, 97 horizontal, 54 vertical",hybrid,IP66,true,2022 +tapo-c325wb,Tapo,Tapo C325WB,bullet,2K QHD,4.09,"1/1.79"" Progressive Scan CMOS Starlight Sensor",127,color,IP66,true,2023 +tapo-c325wb-ca,Tapo,C325WB (Canada),bullet,2K QHD,3.69,"1/1.88"" Progressive Scan CMOS","125 (diagonal), 106 (horizontal), 56 (vertical)",hybrid,IP66,true,2023 +tapo-c325wb-india,Tapo,C325WB (India),bullet,2K QHD,4,"1/1.79"" Progressive Scan CMOS Starlight Sensor","131 (Diagonal), 106 (Horizontal), 56 (Vertical)",hybrid,IP66,true,2023 +tapo-c402,Tapo,Tapo C402,bullet,1080p Full HD,2,"1/2.8"" Progressive Scan CMOS Starlight Sensor","125° (Diagonal), 111° (Horizontal), 56° (Vertical)",hybrid,IP65,,2023 +tapo-c420,Tapo,C420,bullet,2K QHD,4,"1/3"" Progressive Scan CMOS Starlight Sensor","113 (diagonal), 97 (horizontal), 54 (vertical)",hybrid,IP65,true,2023 +tapo-c425,Tapo,Tapo C425,bullet,2K QHD,4,"1/3"" Progressive Scan CMOS Starlight Sensor","150 (Diagonal), 134 (Horizontal), 77 (Vertical)",hybrid,IP66,true,2023 +tapo-c460,Tapo,Tapo C460,bullet,4K 8MP,8,"1/2.7"" Progressive Scan CMOS Starlight Sensor","134° (Diagonal), 113° (Horizontal), 59° (Vertical)",hybrid,IP66,true,2025 +tapo-c500,Tapo,Tapo C500,ptz,1080p,2,"1/3"" Progressive Scan CMOS Sensor","85.5 (Diagonal), 73.5 (Horizontal), 41 (Vertical)",hybrid,IP65,true,2024 +tapo-c510w,Tapo,Tapo C510W,ptz,2K (3MP),3,"1/2.8"" Progressive Scan CMOS","97.23 (diagonal), 82.3 (horizontal), 45.31 (vertical)",hybrid,IP65,true,2023 +tapo-c520ws,Tapo,Tapo C520WS,ptz,2K QHD (4MP),4,"1/3"" Progressive Scan CMOS Starlight Sensor","112 (Diagonal), 95 (Horizontal), 53 (Vertical)",hybrid,IP66,true,2023 +tapo-c530ws,Tapo,Tapo C530WS,ptz,3K 5MP,5,"1/2.7"" Progressive Scan CMOS Starlight Sensor","102° (Diagonal), 87° (Horizontal), 45.5° (Vertical)",hybrid,IP66,true,2024 +tapo-c560ws,Tapo,Tapo C560WS,ptz,4K 8MP,8,"1/2.7"" Progressive Scan CMOS Starlight Sensor","105 (Diagonal), 88 (Horizontal), 45 (Vertical)",hybrid,IP66,true,2025 +tapo-c566wb,Tapo,C566WB,ptz,4K,8,,360 pan / 140 tilt,color,IP66,,2025 +tapo-c615f-kit,Tapo,C615F Kit,ptz,2K,3,"1/2.8"" Progressive Scan CMOS",100 (diagonal); 84 (horizontal) x 44 (vertical),hybrid,IP65,true,2025 +tapo-c660-kit,Tapo,C660 KIT,ptz,4K,8,"1/2.7"" Progressive Scan CMOS Starlight Sensor","105 (Diagonal), 88 (Horizontal), 45 (Vertical)",hybrid,IP65,true,2025 +tapo-c675d-kit,Tapo,C675D Kit,dual-lens,"4K (dual-lens, each lens independently 4K)",8,"1/2.7"" CMOS Starlight Sensor","169.7 (fixed lens, diagonal); 66.5 (pan-tilt lens, diagonal)",hybrid,IP65,,2026 +tapo-c720,Tapo,Tapo C720,bullet,2K QHD,4,"1/3"" progressive scan CMOS Starlight sensor","153 diagonal, 134 horizontal, 77.6 vertical",hybrid,IP65,true,2024 +tapo-c840,Tapo,C840,dual-lens,4MP wide + 2MP tele dual lens,4,"1/2.9"" image sensor","144 (wide lens, diagonal) / 55 (tele lens, diagonal)",ir,,true,2025 +tapo-d130,Tapo,Tapo D130,doorbell,2K (5MP),5,"1/2.7"" Progressive Scan CMOS","180 diagonal, 172 horizontal, 144 vertical",hybrid,IP65,true,2024 +tapo-d225,Tapo,D225,doorbell,2K QHD,4,"1/2.7"" Progressive Scan CMOS",170.6 horizontal / 140.1 vertical,hybrid,IP66,true,2024 +tapo-d230s1,Tapo,D230S1,doorbell,2K,5,"1/2.7""",160 (diagonal),hybrid,IP64,true,2023 +tapo-d235,Tapo,D235,doorbell,2K 5MP,5,"1/2.7"" Progressive Scan CMOS",170.6 (horizontal) / 140.1 (vertical) / up to 180 diagonal,hybrid,IP66,true,2024 +tapo-tc40,Tapo,TC40,ptz,1080p Full HD,2,"1/3"" Progressive Scan CMOS","85.5 diagonal, 73.5 horizontal, 41 vertical",color,IP65,, +tapo-tc55,Tapo,Tapo TC55,bullet,2K QHD,4,"1/3"" Progressive Scan CMOS Starlight Sensor","153 (Diagonal), 134 (Horizontal), 77.6 (Vertical)",hybrid,IP65,true,2024 +tapo-tc82-global,Tapo,TC82,bullet,2K 3MP,3,"1/2.8"" Progressive Scan CMOS Starlight Sensor","125 (diagonal), 111 (horizontal), 56 (vertical)",hybrid,IP65,true, +tapo-tc85,Tapo,TC85,bullet,2K QHD,4,"1/3"" Progressive Scan CMOS",150 diagonal,hybrid,IP66,true, tiandy-tc-c32fn,Tiandy,TC-C32FN,dome,1080p,2,"1/2.8"" CMOS",108 horizontal,ir,IP66,false,2021 tiandy-tc-c32gn,Tiandy,TC-C32GN,bullet,1080p,2,"1/2.8"" CMOS",84 horizontal,ir,IP66,false,2021 tiandy-tc-c32gp,Tiandy,TC-C32GP,bullet,1080p,2,"1/2.8"" Starlight CMOS",108 horizontal,ir,IP67,false,2022 diff --git a/data/cameras.json b/data/cameras.json index 45ea2619..6e135d13 100644 --- a/data/cameras.json +++ b/data/cameras.json @@ -114703,40 +114703,41 @@ "id": "tapo-c100", "brand": "Tapo", "model": "Tapo C100", - "type": "dome", + "type": "bullet", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 2, + "label": "1080p Full HD", "max_width": 1920, "max_height": 1080, - "label": "1080p" + "megapixels": 2 }, "lens": { - "count": 1, - "focal_length_mm": "2.9mm", + "focal_length_mm": "3.15", "aperture": "F2.0", + "count": 1, "varifocal": false }, - "field_of_view_deg": "105 horizontal", + "field_of_view_deg": "117 (Diagonal), 98.8 (Horizontal), 53.5 (Vertical)", "night_vision": { - "type": "color", - "range_m": 10 + "type": "ir", + "range_m": 12 }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC Power Adapter (100-240V AC input, 50/60Hz)" }, "storage": { - "onboard": true, - "max_microsd_gb": 128, - "nvr_compatible": false, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "onboard": false, + "nvr_compatible": true }, "protocols": [ - "rtsp" + "rtsp", + "onvif", + "p2p" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, @@ -114750,11 +114751,14 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c100/", + "https://www.tapo.com/us/product/smart-camera/tapo-c100/", + "https://www.tp-link.com/us/support/faq/4465/", + "https://www.tp-link.com/us/support/faq/2680/" ], "release_year": 2020, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -114774,90 +114778,16 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } - }, - { - "id": "tapo-c100-global", - "brand": "Tapo", - "model": "C100", - "aliases": [ - "TP-Link Tapo C100 1080p Basic Indoor WiFi" - ], - "type": "dome", - "connectivity": [ - "wifi" - ], - "release_year": 2020, - "resolution": { - "megapixels": 2, - "max_width": 1920, - "max_height": 1080, - "label": "1080p HD" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", - "varifocal": false - }, - "field_of_view_deg": "130 horizontal", - "night_vision": { - "type": "ir", - "range_m": 9 - }, - "power": { - "method": "DC 5V (USB)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 128, - "nvr_compatible": false, - "cloud": true }, - "protocols": [ - "rtsp" - ], - "ip_rating": "IP20", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30 }, - "features": [ - "1080p entry indoor WiFi", - "motion detection", - "night vision", - "two-way audio", - "Tapo app / Alexa / Google", - "most affordable Tapo indoor camera", - "RTSP support" - ], - "sources": [ - "https://www.tapo.com/en/product/indoor-camera/tapo-c100/" - ], - "power_source": [ - "usb" - ], - "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } + "sensor": "1/3\" Progressive Scan CMOS", + "operating_temp_c": "0 to 40", + "dimensions_mm": "67.6 x 54.6 x 98.9" }, { "id": "tapo-c110", @@ -114868,35 +114798,33 @@ "wifi" ], "resolution": { - "megapixels": 3, + "label": "2K 3MP", "max_width": 2304, "max_height": 1296, - "label": "3MP 1296p" + "megapixels": 3 }, "lens": { "count": 1, - "focal_length_mm": "2.9mm", + "focal_length_mm": "3.15", "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "127 horizontal", + "field_of_view_deg": "129.4° diagonal, 107.6° horizontal, 57.6° vertical", "night_vision": { - "type": "color", - "range_m": 10 + "type": "ir", + "range_m": 9 }, "power": { - "method": "DC 5V (USB)" + "method": "9V/0.6A DC power adapter (100-240V AC input)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": false, + "max_microsd_gb": 512, "cloud": true }, "protocols": [ - "rtsp" + "rtsp", + "onvif" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, @@ -114911,11 +114839,13 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c110/", + "https://static.tp-link.com/2021/202102/20210205/Tapo%20C110(EU)1.0_Datasheet.pdf", + "https://www.tapo.com/us/news/309/" ], "release_year": 2022, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -114935,48 +114865,66 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15, + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 15, + "codec": "H.264" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS", + "operating_temp_c": "0 to 40", + "dimensions_mm": "67.6 x 54.6 x 98.9", + "environment": [ + "indoor" + ] }, { "id": "tapo-c120", "brand": "Tapo", "model": "Tapo C120", - "type": "bullet", + "type": "dome", "connectivity": [ - "wifi", - "ethernet" + "wifi" ], "resolution": { - "megapixels": 3.7, + "label": "2K QHD", "max_width": 2560, "max_height": 1440, - "label": "2K QHD" + "megapixels": 3.7 }, "lens": { "count": 1, - "focal_length_mm": "2.8mm", - "aperture": "F2.0", + "focal_length_mm": "3.17", + "aperture": "f/1.65", "varifocal": false }, - "field_of_view_deg": "130 horizontal", + "field_of_view_deg": "120 diagonal, 103 horizontal, 55 vertical", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 9 }, "power": { - "method": "DC 5V (USB) or PoE" + "method": "5V DC power adapter (USB-A adapter to USB-C camera connector), 100-240V 50/60Hz input, 5.0V/1.0A output" }, "storage": { "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, + "max_microsd_gb": 512, "cloud": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP44", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, @@ -114994,7 +114942,11 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C120%201.0&1.6_Datasheet.pdf", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c120/", + "https://www.tapo.com/en/product/smart-camera/tapo-c120/", + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/press/news/20867/" ], "release_year": 2023, "power_source": [ @@ -115018,66 +114970,78 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 20 + }, + "sensor": "1/2.9\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-25 to 45", + "dimensions_mm": "67.4 x 57.4 x 44.1", + "weight_g": 100, + "environment": [ + "indoor", + "outdoor" + ] }, { - "id": "tapo-c120-indoor", + "id": "tapo-c121", "brand": "Tapo", - "model": "C120", - "type": "dome", + "model": "Tapo C121", + "type": "turret", "connectivity": [ "wifi" ], "release_year": 2024, "resolution": { - "megapixels": 4, + "label": "2K QHD 4MP", "max_width": 2560, "max_height": 1440, - "label": "4MP QHD" + "megapixels": 4 }, - "sensor": "CMOS", "lens": { + "focal_length_mm": "3.17", + "aperture": "f/1.65", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "130 horizontal", "night_vision": { - "type": "color", - "range_m": 6 + "type": "hybrid", + "range_m": 9 }, "power": { - "method": "DC 5V (USB)" + "method": "5V DC power adapter (100-240V AC input), 5.0V/1.0A output, USB-A adapter to USB-C camera connector" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, "cloud": true }, "protocols": [ "rtsp", - "onvif" + "onvif", + "http" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "4MP QHD indoor compact", - "color night vision", + "2K QHD indoor pan/tilt 360°", "AI person/pet detection", - "privacy shutter", - "H.265", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "budget indoor camera 2024" + "privacy mode physical shutter", + "two-way audio", + "night vision", + "activity zones", + "Alexa / Google", + "no subscription required" ], "sources": [ - "https://www.tapo.com/en/product/indoor-camera/tapo-c120/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c121/", + "https://static.tp-link.com/upload/product-overview/2024/202410/20241031/Tapo%20C121(US)1.6_Datasheet.pdf" ], "power_source": [ "usb" @@ -115100,40 +115064,53 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 20 + }, + "sensor": "1/2.9\" Progressive Scan CMOS Starlight Sensor", + "field_of_view_deg": "120 (diagonal), 103 (horizontal), 55 (vertical)", + "ip_rating": "IP66", + "operating_temp_c": "-25 to 45", + "dimensions_mm": "67.4 x 57.4 x 44.1", + "weight_g": 100 }, { - "id": "tapo-c121", + "id": "tapo-c125", "brand": "Tapo", - "model": "Tapo C121", + "model": "Tapo C125", "type": "dome", "connectivity": [ "wifi" ], - "release_year": 2024, "resolution": { - "megapixels": 4, + "label": "2K QHD", "max_width": 2560, "max_height": 1440, - "label": "2K QHD" + "megapixels": 4 }, "lens": { + "focal_length_mm": "2.45", + "aperture": "f/2.0", "count": 1, - "focal_length_mm": "3.0mm", "varifocal": false }, + "field_of_view_deg": "140 (diagonal), 120 (horizontal), 67 (vertical)", "night_vision": { "type": "ir", - "range_m": 10 + "range_m": 9 }, "power": { - "method": "DC 5V (USB-C)" + "method": "9V DC power adapter (100-240V AC input, 9.0V/0.6A DC output)" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": false, - "cloud": true + "cloud": true, + "nvr_compatible": true }, "protocols": [ "rtsp", @@ -115145,20 +115122,22 @@ "two_way": true }, "features": [ - "2K QHD indoor pan/tilt 360°", - "AI person/pet detection", - "privacy mode physical shutter", - "two-way audio", - "night vision", - "activity zones", + "5MP 2K+ high resolution", + "physical privacy shutter", + "AI person/pet/vehicle/sound detection", + "StarLight color night vision", + "WPA3 security", "Alexa / Google", - "no subscription required" + "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c125/", + "https://www.tp-link.com/us/support/faq/4465/", + "https://www.notebookcheck.net/Tapo-C125-AI-Home-Security-WiFi-Camera-with-privacy-shutter-now-in-more-countries.827597.0.html" ], + "release_year": 2024, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -115178,73 +115157,95 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } - }, - { - "id": "tapo-c125", - "brand": "Tapo", - "model": "Tapo C125", - "type": "dome", + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2560x1440", + "codec": "H.264", + "fps": 30 + } + ] + }, + "sensor": "1/2.9\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "0 to 40", + "dimensions_mm": "76.4 x 66.4 x 44.6", + "environment": [ + "indoor" + ] + }, + { + "id": "tapo-c200", + "brand": "Tapo", + "model": "Tapo C200", + "type": "ptz", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 5, - "max_width": 2560, - "max_height": 1920, - "label": "5MP 2K+" + "label": "1080p", + "max_height": 1080, + "max_width": 1920, + "megapixels": 2 }, "lens": { + "aperture": "f/2.0", "count": 1, - "focal_length_mm": "2.8mm", - "aperture": "F1.8", + "focal_length_mm": "4.0", "varifocal": false }, - "field_of_view_deg": "114 horizontal", + "field_of_view_deg": "88.3 (Diagonal), 75.2 (Horizontal), 40.8 (Vertical)", "night_vision": { - "type": "color", - "range_m": 9 + "range_m": 9, + "type": "ir" }, "power": { - "method": "DC 5V (USB)" + "method": "9V/0.6A DC power adapter (barrel jack)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "max_microsd_gb": 512, + "nvr_compatible": false, + "onboard": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "5MP 2K+ high resolution", - "physical privacy shutter", - "AI person/pet/vehicle/sound detection", - "StarLight color night vision", - "WPA3 security", + "360deg pan / 114deg tilt", + "1080p indoor PT", + "motion tracking", + "night vision IR", + "sound/motion detection", "Alexa / Google", "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c200/", + "https://www.comx-computers.co.za/TAPO-C200-specifications-245352.htm", + "https://lesterchan.net/blog/2019/12/20/tp-link-tapo-c200-wi-fi-camera-review/", + "https://www.tp-link.com/us/support/faq/2742/" ], - "release_year": 2023, + "release_year": 2019, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { "detect": { - "width": 1280, - "height": 720, + "width": 640, + "height": 480, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -115258,40 +115259,61 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15, + "streams": [ + { + "codec": "H.264", + "fps": 15, + "name": "main", + "resolution": "1920x1080" + } + ] + }, + "sensor": "1/3\\\" Progressive Scan CMOS", + "operating_temp_c": "0 to 40", + "dimensions_mm": "86.6 x 85 x 117.7", + "environment": [ + "indoor" + ] }, { - "id": "tapo-c135", + "id": "tapo-c210", "brand": "Tapo", - "model": "Tapo C135", - "type": "dome", + "model": "Tapo C210", + "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2025, "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "2K (3MP)", + "max_width": 2304, + "max_height": 1296, + "megapixels": 3 }, "lens": { "count": 1, - "focal_length_mm": "3.0mm", + "focal_length_mm": "4", + "aperture": "F2.0", "varifocal": false }, + "field_of_view_deg": "83 (horizontal), 45 (vertical), 98 (diagonal)", "night_vision": { "type": "ir", "range_m": 10 }, "power": { - "method": "DC 5V (USB-C)" + "method": "9V DC power adapter (100-240VAC input, 9V/0.6A DC output, 2.1mm/5.5mm barrel connector)" }, "storage": { - "onboard": true, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": false, - "cloud": true + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", @@ -115303,26 +115325,28 @@ "two_way": true }, "features": [ - "2K QHD indoor pan/tilt camera", - "AI auto-tracking of people/pets", - "privacy mode physical shutter", - "two-way audio", - "night vision", - "activity zones", + "3MP 1296p pan/tilt", + "360deg pan / 114deg tilt", + "motion tracking", + "AI person/pet detection", + "night vision IR", "Alexa / Google", - "no subscription required" + "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c210/v1%20(1-pack)/", + "https://www.tapo.com/us/product/smart-camera/tapo-c210/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C210%202.20&2.26&2.28_Datasheet.pdf" ], + "release_year": 2021, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { "detect": { - "width": 1280, - "height": 720, + "width": 640, + "height": 480, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -115336,39 +115360,60 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "max_fps": 15, + "codecs": [ + "H.264" + ], + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 15, + "codec": "H.264" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS", + "operating_temp_c": "0 to 40", + "dimensions_mm": "85.4 x 86.8 x 117.7", + "weight_g": 190, + "environment": [ + "indoor" + ] }, { - "id": "tapo-c200", + "id": "tapo-c216", "brand": "Tapo", - "model": "Tapo C200", + "model": "Tapo C216", "type": "ptz", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 2, - "max_width": 1920, - "max_height": 1080, - "label": "1080p" + "label": "2K 3MP", + "max_width": 2304, + "max_height": 1296, + "megapixels": 3 }, "lens": { "count": 1, - "focal_length_mm": "2.9mm", + "focal_length_mm": "4mm", "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "360 pan / 114 tilt", + "field_of_view_deg": "360 pan / 152 tilt", "night_vision": { - "type": "ir", - "range_m": 9 + "type": "color", + "range_m": 12 }, "power": { - "method": "DC 5V (USB)" + "method": "5V DC Power Adapter, USB Type-C connector on camera / USB-A on adapter, input 100-240V 50/60Hz, output 5.0V/1.0A, 2.3W typical / 5W max" }, "storage": { "onboard": true, - "max_microsd_gb": 128, + "max_microsd_gb": 512, "nvr_compatible": true, "cloud": true }, @@ -115376,33 +115421,39 @@ "rtsp", "onvif" ], - "ip_rating": "IP20", + "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "360deg pan / 114deg tilt", - "1080p indoor PT", + "HybridCam 360 indoor/outdoor flexible", + "2K QHD pan/tilt", + "AI person/pet/vehicle detection", "motion tracking", - "night vision IR", - "sound/motion detection", - "Alexa / Google", + "IP44 all-weather", + "starlight color night vision", + "H500 compatible", "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://static.tp-link.com/upload/product-overview/2025/202506/20250606/Tapo%20C216%201.0&1.6&1.8_Datasheet.pdf", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c216/", + "https://www.tapo.com/us/product/smart-camera/tapo-c216/" ], - "release_year": 2020, + "aliases": [ + "HybridCam 360" + ], + "release_year": 2025, "power_source": [ "usb" ], "configs": { "frigate": { "detect": { - "width": 640, - "height": 480, + "width": 1280, + "height": 720, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -115416,73 +115467,93 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "max_fps": 30, + "codecs": [ + "h264" + ], + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 30, + "codec": "h264" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 50", + "dimensions_mm": "105.3 x 77.8 x 69.8", + "weight_g": 220, + "environment": [ + "indoor", + "outdoor" + ] }, { - "id": "tapo-c210", + "id": "tapo-c220", "brand": "Tapo", - "model": "Tapo C210", + "model": "Tapo C220", "type": "ptz", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 3, - "max_width": 2304, - "max_height": 1296, - "label": "3MP 1296p" + "label": "2K QHD", + "max_height": 1440, + "max_width": 2560, + "megapixels": 4 }, "lens": { - "count": 1, - "focal_length_mm": "2.9mm", "aperture": "F2.0", + "count": 1, + "focal_length_mm": "4", "varifocal": false }, - "field_of_view_deg": "360 pan / 114 tilt", + "field_of_view_deg": "88 (diagonal), 75 (horizontal), 41 (vertical)", "night_vision": { - "type": "ir", - "range_m": 9 + "range_m": 12, + "type": "ir" }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC Power Adapter (100-240V AC input, 9V/0.6A DC output)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "max_microsd_gb": 512, + "nvr_compatible": false, + "onboard": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, + "audio": {}, "features": [ - "3MP 1296p pan/tilt", - "360deg pan / 114deg tilt", + "2K QHD pan/tilt indoor", + "360deg pan / 130deg tilt", + "AI person/pet/vehicle detection", "motion tracking", - "AI person/pet detection", - "night vision IR", + "physical privacy shutter", + "sound classification", "Alexa / Google", "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c220/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c220/#specifications", + "https://www.tapo.com/us/product/smart-camera/tapo-c220/" ], "release_year": 2021, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { "detect": { - "width": 640, - "height": 480, + "width": 1280, + "height": 720, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -115496,76 +115567,90 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } - }, - { - "id": "tapo-c210-india", - "brand": "Tapo", - "model": "C210 (India)", - "aliases": [ - "TP-Link Tapo C210 3MP Pan/Tilt India" - ], - "type": "ptz", - "connectivity": [ - "wifi" + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [] + }, + "sensor": "1/3\" Progressive Scan Non-Starlight Sensor", + "operating_temp_c": "0 to 40", + "dimensions_mm": "85.4 x 86.8 x 117.7", + "environment": [ + "indoor" + ] + }, + { + "id": "tapo-c222", + "brand": "Tapo", + "model": "C222", + "aliases": [ + "TP-Link Tapo C222 3MP Indoor Colour Night" ], - "release_year": 2022, - "markets": [ - "IN", - "global" + "type": "ptz", + "connectivity": [ + "wifi", + "ethernet" + ], + "power_source": [ + "dc", + "poe" ], "resolution": { - "megapixels": 3, - "max_width": 2304, - "max_height": 1296, - "label": "3MP 2K" + "label": "2K QHD", + "max_width": 2560, + "max_height": 1440, + "megapixels": 4 }, - "sensor": "CMOS", + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30 + }, + "sensor": "1/3\" Progressive Scan CMOS", "lens": { + "focal_length_mm": "4", + "aperture": "F2.2", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", "varifocal": false }, - "field_of_view_deg": "360 pan / 114 tilt", + "field_of_view_deg": "90 diagonal, 76.2 horizontal, 41.8 vertical", "night_vision": { "type": "ir", - "range_m": 9 + "range_m": 12 }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC power adapter, 100-240V 50/60Hz input, 9V/0.6A output" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "onboard": false, + "nvr_compatible": false }, "protocols": [ "rtsp", - "onvif" + "onvif", + "p2p" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, "two_way": true }, - "features": [ - "3MP 2K indoor pan/tilt", - "360deg coverage", - "AI person/pet detection", - "privacy mode shutter", - "H.265", - "Tapo app / Alexa / Google HomeKit", - "RTSP/ONVIF", - "₹2,500–3,500 best value India indoor cam" + "operating_temp_c": "0 to 40", + "dimensions_mm": "82.05 x 82 x 112.6", + "markets": [ + "global" ], "sources": [ - "https://www.tapo.com/in/" - ], - "power_source": [ - "usb" + "https://www.tp-link.com/en/home-networking/cloud-camera/tapo-c222/", + "https://www.tp-link.com/in/home-networking/cloud-camera/tapo-c222/", + "https://static.tp-link.com/upload/product-overview/2025/202503/20250327/Tapo%20C222%201.0&1.8_Datasheet.pdf", + "https://www.tapo.com/en/product/smart-camera/tapo-c222/" ], "configs": { "frigate": { @@ -115588,80 +115673,73 @@ } }, { - "id": "tapo-c210-latam", + "id": "tapo-c225", "brand": "Tapo", - "model": "C210 (LATAM)", - "aliases": [ - "TP-Link Tapo C210 3MP Indoor Argentina Chile Brazil" - ], + "model": "Tapo C225", "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2022, - "markets": [ - "AR", - "BR", - "CL", - "LATAM" - ], "resolution": { - "megapixels": 3, - "max_width": 2304, - "max_height": 1296, - "label": "3MP 2K" + "label": "2K QHD", + "max_width": 2688, + "max_height": 1520, + "megapixels": 4.1 }, - "sensor": "CMOS", "lens": { + "focal_length_mm": "4.3", + "aperture": "f/1.6", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", "varifocal": false }, - "field_of_view_deg": "360 pan / 114 tilt", + "field_of_view_deg": "100 (diagonal) / 83 (horizontal) / 43 (vertical)", "night_vision": { "type": "ir", - "range_m": 9 + "range_m": 10 }, "power": { - "method": "DC 5V (USB)" + "method": "12V DC power adapter (barrel connector, 100-240V AC input)" }, "storage": { - "onboard": true, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": true, + "nvr_compatible": false, "cloud": true }, "protocols": [ - "rtsp", - "onvif" + "rtsp" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "3MP 2K indoor pan/tilt", - "AI person/pet detection", - "privacy shutter", - "H.265", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "top-rated Mercado Libre Argentina indoor cam" + "2K QHD smart AI pan/tilt", + "AI person/pet/vehicle detection", + "motion tracking", + "line-crossing detection", + "physical privacy shutter", + "sound classification", + "baby cry detection", + "Alexa / Google", + "no subscription" ], "sources": [ - "https://www.tp-link.com/ar/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c225/", + "https://www.tapo.com/us/product/smart-camera/tapo-c225/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C225%202.0&2.6&2.8_Datasheet.pdf", + "https://www.tp-link.com/us/support/download/tapo-c225/" ], + "release_year": 2023, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { "detect": { - "width": 640, - "height": 480, + "width": 1280, + "height": 720, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -115675,84 +115753,87 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30 + }, + "sensor": "1/2.9\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "0 to 40", + "dimensions_mm": "80 x 80 x 112", + "weight_g": 312, + "environment": [ + "indoor" + ] }, { - "id": "tapo-c210-mena", + "id": "tapo-c230", "brand": "Tapo", - "model": "C210 (MENA)", - "aliases": [ - "TP-Link Tapo C210 3MP Indoor UAE/KSA" - ], + "model": "Tapo C230", "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2022, - "markets": [ - "AE", - "SA", - "MENA" - ], "resolution": { - "megapixels": 3, - "max_width": 2304, - "max_height": 1296, - "label": "3MP 2K" + "label": "3K", + "max_width": 2880, + "max_height": 1620, + "megapixels": 5 }, - "sensor": "CMOS", "lens": { + "focal_length_mm": "4", + "aperture": "f/2.0", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", "varifocal": false }, - "field_of_view_deg": "360 pan / 114 tilt", + "field_of_view_deg": "88° diagonal, 75° horizontal, 41° vertical (image FOV; separate from 360° pan / 114° tilt mechanical range)", "night_vision": { "type": "ir", - "range_m": 9 + "range_m": 12 }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC power adapter (input 100-240V 50/60Hz, output 9V/0.6A)" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "onboard": true, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "3MP 2K indoor pan/tilt", - "AI person/pet detection", - "privacy mode shutter", - "H.265", - "Tapo app / Alexa / Google / HomeKit", - "RTSP/ONVIF", - "≈109 AED on Amazon.ae / Jarir KSA", - "#1 budget indoor UAE/KSA home camera" + "5MP 2K+ pan/tilt indoor", + "AI person/pet/vehicle detection", + "motion tracking", + "physical privacy shutter", + "sound classification", + "no subscription" ], "sources": [ - "https://www.tapo.com/me-en/", - "https://www.jarir.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c230/", + "https://www.tapo.com/en/product/smart-camera/tapo-c230/", + "https://us.store.tapo.com/products/pan-tilt-3k-qhd-indoor-security-camera-tapo-c230", + "https://static.tp-link.com/upload/manual/2024/202412/20241206/1910013865_Tapo%20C230%201.0_UG_V1.pdf" ], + "release_year": 2024, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { "detect": { - "width": 640, - "height": 480, + "width": 1280, + "height": 720, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -115766,82 +115847,97 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2880x1620", + "codec": "H.264", + "fps": 30 + } + ] + }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "0 to 40", + "dimensions_mm": "85.4 x 86.8 x 117.7", + "environment": [ + "indoor" + ] }, { - "id": "tapo-c210-vn", + "id": "tapo-c246d", "brand": "Tapo", - "model": "C210 (Vietnam)", - "aliases": [ - "TP-Link Tapo C210 3MP Vietnam", - "Camera WiFi Tapo Việt Nam" - ], + "model": "Tapo C246D", "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2022, - "markets": [ - "VN" - ], "resolution": { - "megapixels": 3, + "label": "2K (3MP per lens)", "max_width": 2304, "max_height": 1296, - "label": "3MP 2K" + "megapixels": 2.99 }, - "sensor": "CMOS", "lens": { - "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", + "count": 2, + "focal_length_mm": "2.8 (fixed lens) / 6.0 (pan-tilt lens)", + "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "360 pan / 114 tilt", + "field_of_view_deg": "125.5 diagonal (fixed lens) / 67.1 diagonal (pan-tilt lens)", "night_vision": { - "type": "ir", - "range_m": 9 + "type": "hybrid", + "range_m": 12 }, "power": { - "method": "DC 5V (USB)" + "method": "5V DC power adapter (100-240V AC input, Type-C/USB-C output connector, 3m cable)" }, "storage": { - "onboard": true, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", + "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "3MP 2K indoor pan/tilt", - "AI person/pet detection", - "privacy shutter", - "H.265", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "Shopee/Lazada Vietnam top-rated indoor cam", - "≈500,000–800,000 VND" + "HybridCam Duo 2K dual-lens indoor/outdoor", + "AI tracking", + "person/pet/vehicle detection", + "IP44", + "starlight color night vision", + "no subscription" ], "sources": [ - "https://www.tp-link.com/vn/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c246d/", + "https://www.tp-link.com/us/support/download/tapo-c246d/", + "https://www.tp-link.com/us/press/news/21827/" ], - "power_source": [ - "usb" + "aliases": [ + "HybridCam Duo" + ], + "release_year": 2025, + "power_source": [ + "dc" ], "configs": { "frigate": { "detect": { - "width": 640, - "height": 480, + "width": 1280, + "height": 720, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -115855,67 +115951,96 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15, + "streams": [ + { + "name": "Fixed lens", + "resolution": "2304x1296", + "fps": 15, + "codec": "h264" + }, + { + "name": "Pan/tilt lens", + "resolution": "2304x1296", + "fps": 15, + "codec": "h264" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 50", + "dimensions_mm": "78 x 76.83 x 106.83", + "weight_g": 277, + "environment": [ + "indoor", + "outdoor" + ] }, { - "id": "tapo-c216", + "id": "tapo-c260", "brand": "Tapo", - "model": "Tapo C216", + "model": "Tapo C260", "type": "ptz", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "4K (8MP)", + "max_width": 3840, + "max_height": 2160, + "megapixels": 8 }, "lens": { + "focal_length_mm": "4.3", + "aperture": "F1.6", "count": 1, - "focal_length_mm": "2.9mm", - "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "360 pan / 150 tilt", + "field_of_view_deg": "109.6 (diagonal), 91.5 (horizontal), 46.1 (vertical)", "night_vision": { - "type": "color", - "range_m": 9 + "type": "ir", + "range_m": 12 }, "power": { - "method": "DC 5V (USB adapter) or included power supply" + "method": "5V/2A via USB-C cable from included AC adapter (100-240V, 50/60Hz)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "onboard": false, + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP44", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "HybridCam 360 indoor/outdoor flexible", - "2K QHD pan/tilt", + "RoomCam 360 4K indoor pan/tilt", "AI person/pet/vehicle detection", - "motion tracking", - "IP44 all-weather", + "facial recognition", + "360deg AI tracking", + "dual-band WiFi 5 (2.4/5GHz)", "starlight color night vision", - "H500 compatible", "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c260/", + "https://www.tapo.com/us/product/smart-camera/tapo-c260/", + "https://static.tp-link.com/upload/product-overview/2025/202504/20250430/Tapo%20C260%201.0_Datasheet.pdf", + "https://www.tp-link.com/us/press/news/21827/" ], "aliases": [ - "HybridCam 360" + "RoomCam 360" ], "release_year": 2025, "power_source": [ @@ -115939,74 +116064,87 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "max_fps": 25, + "codecs": [ + "H.264" + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "0 to 40", + "dimensions_mm": "74.59 x 88.74 x 118.87", + "weight_g": 210.6, + "environment": [ + "indoor" + ] }, { - "id": "tapo-c220", + "id": "tapo-c310", "brand": "Tapo", - "model": "Tapo C220", - "type": "ptz", + "model": "Tapo C310", + "type": "bullet", "connectivity": [ - "wifi" + "wifi", + "ethernet" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "3MP / 2K (2304x1296)", + "max_height": 1296, + "max_width": 2304, + "megapixels": 3 }, "lens": { - "count": 1, - "focal_length_mm": "2.9mm", "aperture": "F2.0", + "count": 1, + "focal_length_mm": "3.9", "varifocal": false }, - "field_of_view_deg": "360 pan / 130 tilt", + "field_of_view_deg": "100 (diagonal), 84 (horizontal), 46 (vertical)", "night_vision": { - "type": "color", - "range_m": 9 + "range_m": 30, + "type": "ir" }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC Power Adapter (100-240V AC input, 9V/0.6A DC output)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "max_microsd_gb": 512, + "onboard": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "2K QHD pan/tilt indoor", - "360deg pan / 130deg tilt", - "AI person/pet/vehicle detection", - "motion tracking", - "physical privacy shutter", - "sound classification", + "outdoor 3MP starlight color night vision", + "IP66 weatherproof", + "AI person detection", + "motion detection", "Alexa / Google", "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c310/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C310%202.0&2.20&2.26&2.28_Datasheet.pdf", + "https://static.tp-link.com/upload/manual/2023/202307/20230705/1910013445_Tapo%20C310%202.20_UG_V1.pdf" ], - "release_year": 2023, + "release_year": 2021, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { "detect": { - "width": 1280, - "height": 720, + "width": 640, + "height": 480, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -116020,77 +116158,99 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15, + "streams": [ + { + "codec": "H.264", + "fps": 15, + "name": "main", + "resolution": "2304x1296" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "142.3 × 103.4 × 64.3", + "weight_g": 220, + "environment": [ + "outdoor" + ] }, { - "id": "tapo-c222", + "id": "tapo-c320ws", "brand": "Tapo", - "model": "C222", - "aliases": [ - "TP-Link Tapo C222 3MP Indoor Colour Night" - ], - "type": "dome", + "model": "Tapo C320WS", + "type": "bullet", "connectivity": [ - "wifi" + "wifi", + "ethernet" ], - "release_year": 2023, "resolution": { - "megapixels": 3, - "max_width": 2048, - "max_height": 1536, - "label": "3MP 2K" + "label": "2K QHD", + "max_width": 2560, + "max_height": 1440, + "megapixels": 4 }, - "sensor": "CMOS", "lens": { + "focal_length_mm": "3.18", + "aperture": "f/1.61", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F1.8", "varifocal": false }, - "field_of_view_deg": "120 diagonal", + "field_of_view_deg": "113 diagonal, 97 horizontal, 54 vertical", "night_vision": { - "type": "color", - "range_m": 6 + "type": "hybrid", + "range_m": 30 }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC power adapter, 0.6A (100-240V AC input)" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "onboard": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "3MP 2K indoor colour night vision", - "F1.8 aperture", - "AI person/pet detection", - "privacy shutter", - "H.265", + "outdoor 2K QHD starlight color night vision", + "IP66 weatherproof", + "AI person/pet/vehicle detection", + "built-in siren", + "Alexa / Google", "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit" + "no subscription" ], "sources": [ - "https://www.tapo.com/en/product/indoor-camera/tapo-c222/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c320ws/", + "https://www.tapo.com/us/product/smart-camera/tapo-c320ws/", + "https://www.tp-link.com/us/smart-home/new-release/tapo-c320ws/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C320WS%202.0&2.20&2.6&2.28_Datasheet.pdf", + "https://static.tp-link.com/upload/manual/2023/202305/20230517/1910013122_Tapo%20C320WS(EU&US)1.0_UG_V1.pdf", + "https://www.techhive.com/article/579936/tp-link-debuts-four-new-tapo-brand-security-cameras.html" ], + "release_year": 2022, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { "detect": { - "width": 640, - "height": 480, + "width": 1280, + "height": 720, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -116104,69 +116264,85 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 15 + }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "142.3 x 103.4 x 64.3" }, { - "id": "tapo-c225", + "id": "tapo-c325wb", "brand": "Tapo", - "model": "Tapo C225", - "type": "ptz", + "model": "Tapo C325WB", + "type": "bullet", "connectivity": [ - "wifi" + "wifi", + "ethernet" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, + "max_width": 2688, + "max_height": 1520, + "megapixels": 4.09, "label": "2K QHD" }, "lens": { + "focal_length_mm": "4.58", + "aperture": "F1.0", "count": 1, - "focal_length_mm": "2.9mm", - "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "360 pan / 130 tilt", + "field_of_view_deg": "127", "night_vision": { - "type": "color", - "range_m": 9 + "type": "color" }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC power adapter (100-240V AC input, 9V/0.6A DC output)" }, "storage": { "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", - "onvif" + "onvif", + "http" ], - "ip_rating": "IP20", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "2K QHD smart AI pan/tilt", - "AI person/pet/vehicle detection", - "motion tracking", + "ColorPro Night Vision (F1.0 super aperture)", + "1/1.79\" large sensor", + "5MP 1520p resolution", + "advanced AI person/pet/vehicle detection", "line-crossing detection", - "physical privacy shutter", - "sound classification", - "baby cry detection", - "Alexa / Google", + "activity zones", + "built-in siren", + "RTSP/ONVIF", + "IP66", "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c325wb/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C325WB%201.0&1.6_Datasheet.pdf", + "https://www.amazon.com/TP-Link-ColorPro-Outdoor-Daylight-Detection/dp/B0C48DZJ6Y" + ], + "aliases": [ + "ColorPro Outdoor Camera" ], "release_year": 2023, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -116186,79 +116362,96 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 20 + }, + "sensor": "1/1.79\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "148.7 x 104 x 70.6", + "weight_g": 230, + "environment": [ + "outdoor" + ] }, { - "id": "tapo-c225-ch", + "id": "tapo-c325wb-ca", "brand": "Tapo", - "model": "C225 (Switzerland)", + "model": "C325WB (Canada)", "aliases": [ - "TP-Link Tapo C225 4MP QHD Indoor Pan/Tilt CH/AT" + "TP-Link Tapo C325WB 4MP ColorPro Outdoor Canada" ], - "type": "ptz", + "type": "bullet", "connectivity": [ - "wifi" + "wifi", + "ethernet" ], "release_year": 2023, "markets": [ - "CH", - "AT", - "EU" + "CA" ], "resolution": { - "megapixels": 4, "max_width": 2560, "max_height": 1440, - "label": "4MP QHD" + "label": "2K QHD", + "megapixels": 3.69 }, - "sensor": "CMOS", + "sensor": "1/1.88\" Progressive Scan CMOS", "lens": { + "focal_length_mm": "4.1", + "aperture": "F1.0", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F1.8", "varifocal": false }, - "field_of_view_deg": "360 pan / 114 tilt", + "field_of_view_deg": "125 (diagonal), 106 (horizontal), 56 (vertical)", "night_vision": { - "type": "color", - "range_m": 9 + "type": "hybrid" }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC power adapter (9V/0.6A) or PoE 802.3af/at via Ethernet port" }, "storage": { - "onboard": true, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", - "onvif" + "onvif", + "http" ], - "ip_rating": "IP20", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "4MP QHD indoor pan/tilt", - "colour night vision", - "AI person/pet detection", - "privacy shutter", + "4MP ColorPro color night vision", + "F1.6 large aperture", + "AI person/vehicle detection", "H.265", - "RTSP/ONVIF", + "RTSP/ONVIF Frigate/Blue Iris compatible", "Tapo app / Alexa / Google / HomeKit", - "budget Digitec CH bestseller indoor cam", - "CHF 49–59" + "IP67", + "rated -30°C", + "Canadian Tire & Best Buy stocked", + "CAD$59.99" ], "sources": [ - "https://www.tapo.com/ch-de/", - "https://www.digitec.ch/" + "https://www.tapo.com/ca-en/", + "https://www.tp-link.com/ca/home-networking/cloud-camera/tapo-c325wb/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c325wb/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C325WB%201.0&1.6_Datasheet.pdf", + "https://www.tapo.com/en/product/smart-camera/tapo-c325wb/" ], "power_source": [ - "usb" + "dc", + "poe" ], "configs": { "frigate": { @@ -116278,79 +116471,88 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 20 + }, + "operating_temp_c": "-20 to 45", + "dimensions_mm": "148.7 x 104 x 70.6" }, { - "id": "tapo-c225-eu", + "id": "tapo-c325wb-india", "brand": "Tapo", - "model": "C225 (EU)", + "model": "C325WB (India)", "aliases": [ - "TP-Link Tapo C225 4MP QHD Indoor EU" + "TP-Link Tapo C325WB 4MP Outdoor Color India" ], - "type": "ptz", + "type": "bullet", "connectivity": [ - "wifi" + "wifi", + "ethernet" ], "release_year": 2023, "markets": [ - "DE", - "FR", - "ES", - "EU", + "IN", "global" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" + "label": "2K QHD", + "max_width": 2688, + "max_height": 1520, + "megapixels": 4 }, - "sensor": "CMOS", + "sensor": "1/1.79\" Progressive Scan CMOS Starlight Sensor", "lens": { + "focal_length_mm": "4.58", + "aperture": "F1.0", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F1.8", "varifocal": false }, - "field_of_view_deg": "360 pan / 114 tilt", + "field_of_view_deg": "131 (Diagonal), 106 (Horizontal), 56 (Vertical)", "night_vision": { - "type": "color", - "range_m": 9 + "type": "hybrid" }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC Power Adapter (100-240V 50/60Hz input, 9V 0.6A output)" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "4MP QHD indoor pan/tilt", - "color night vision", - "AI person/pet detection", - "privacy shutter", + "4MP outdoor color night vision (ColorPro)", + "F1.6 large aperture", + "AI person/vehicle detection", "H.265", - "Tapo app / Alexa / Google / HomeKit", + "Tapo app / Alexa / Google HomeKit", + "IP67", "RTSP/ONVIF", - "top-rated EU Amazon indoor cam" + "₹4,000–5,500 popular India outdoor WiFi cam" ], "sources": [ - "https://www.tapo.com/de/" + "https://www.tapo.com/in/", + "https://www.tp-link.com/in/home-networking/cloud-camera/tapo-c325wb/", + "https://www.tapo.com/in/product/smart-camera/tapo-c325wb/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c325wb/", + "https://static.tp-link.com/upload/product-overview/2025/202502/20250207/Tapo%20C325WB%202.0&2.6&2.8_Datasheet.pdf" ], "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -116370,291 +116572,302 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H264" + ], + "max_fps": 20 + }, + "operating_temp_c": "-20 to 45", + "dimensions_mm": "148.7 x 104 x 70.6", + "environment": [ + "outdoor" + ] }, { - "id": "tapo-c230", + "id": "tapo-c402", "brand": "Tapo", - "model": "Tapo C230", - "type": "ptz", + "model": "Tapo C402", + "type": "bullet", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 5, - "max_width": 2560, - "max_height": 1920, - "label": "5MP 2K+" + "label": "1080p Full HD", + "max_width": 1920, + "max_height": 1080, + "megapixels": 2 }, "lens": { + "focal_length_mm": "3.17", + "aperture": "F1.65", "count": 1, - "focal_length_mm": "2.9mm", - "aperture": "F1.8", "varifocal": false }, - "field_of_view_deg": "360 pan / 150 tilt", + "field_of_view_deg": "125° (Diagonal), 111° (Horizontal), 56° (Vertical)", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 9 }, "power": { - "method": "DC 5V (USB)" + "method": "Built-in rechargeable lithium-ion battery, optionally trickle-charged via Tapo solar panel (sold separately, e.g. Tapo A201/Tapo Solar Panel)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP20", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true + "onboard": false, + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": true }, + "protocols": [], + "ip_rating": "IP65", + "audio": {}, "features": [ - "5MP 2K+ pan/tilt indoor", - "AI person/pet/vehicle detection", - "motion tracking", - "physical privacy shutter", - "sound classification", + "1080p wire-free battery camera", + "180-day battery", + "spotlight color night vision", + "AI person detection", + "built-in siren", + "solar panel compatible", + "Alexa / Google", "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tapo.com/us/product/smart-camera/tapo-c402-kit/", + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c402/", + "https://www.tp-link.com/us/document/48138/" ], - "release_year": 2024, + "release_year": 2023, "power_source": [ - "usb" + "battery", + "solar" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 15, + "streams": [] + }, + "sensor": "1/2.8\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "D60 x 89 (diameter x height)", + "weight_g": 230 }, { - "id": "tapo-c246d", + "id": "tapo-c420", "brand": "Tapo", - "model": "Tapo C246D", - "type": "ptz", + "model": "C420", + "type": "bullet", "connectivity": [ "wifi" ], + "release_year": 2023, "resolution": { - "megapixels": 4, + "label": "2K QHD", "max_width": 2560, "max_height": 1440, - "label": "2K QHD" + "megapixels": 4 }, "lens": { + "focal_length_mm": "3.2", + "aperture": "F1.6", "count": 1, - "focal_length_mm": "Dual-lens", - "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "360 pan / 150 tilt", + "field_of_view_deg": "113 (diagonal), 97 (horizontal), 54 (vertical)", "night_vision": { - "type": "color", - "range_m": 9 + "type": "hybrid", + "range_m": 15 }, "power": { - "method": "DC 5V (USB) or adapter" + "method": "6700 mAh removable rechargeable Li-ion battery, up to 180-day battery life" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "onboard": false, + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": false }, "protocols": [ - "rtsp", - "onvif" + "p2p" ], - "ip_rating": "IP44", + "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "HybridCam Duo 2K dual-lens indoor/outdoor", - "AI tracking", - "person/pet/vehicle detection", - "IP44", - "starlight color night vision", + "2K QHD wire-free battery camera", + "180-day battery life", + "starlight sensor F1.61", + "full-color night vision", + "AI person/pet/vehicle detection", + "built-in siren", + "removable battery", + "requires H200 hub", + "solar panel compatible", "no subscription" ], "sources": [ - "https://www.tapo.com/" - ], - "aliases": [ - "HybridCam Duo" + "https://www.tapo.com/en/product/smart-camera/tapo-c420/", + "https://www.tapo.com/us/product/smart-camera/tapo-c420s2-kit/", + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c420/", + "https://www.tp-link.com/us/support/faq/4465/", + "https://www.tapo.com/us/faq/724/", + "https://static.tp-link.com/upload/manual/2024/202404/20240401/1910013649_Tapo%20C420_UG_V1.pdf" ], - "release_year": 2025, "power_source": [ - "usb" + "battery" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ] + }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "110.6 x 64.2 x 64.2" }, { - "id": "tapo-c260", + "id": "tapo-c425", "brand": "Tapo", - "model": "Tapo C260", - "type": "ptz", + "model": "Tapo C425", + "type": "bullet", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 8, - "max_width": 3840, - "max_height": 2160, - "label": "4K UHD" + "label": "2K QHD", + "max_width": 2560, + "max_height": 1440, + "megapixels": 4 }, "lens": { + "focal_length_mm": "2.1", + "aperture": "F2.1", "count": 1, - "focal_length_mm": "3.3mm", - "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "360 pan / 150 tilt", + "field_of_view_deg": "150 (Diagonal), 134 (Horizontal), 77 (Vertical)", "night_vision": { - "type": "color", - "range_m": 10 + "type": "hybrid", + "range_m": 15 }, "power": { - "method": "DC 5V / USB" + "method": "Built-in rechargeable Li-ion battery, charged via Micro-B USB or optional Tapo A201/A200 solar panel" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "onboard": false }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP20", + "protocols": [], + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "RoomCam 360 4K indoor pan/tilt", - "AI person/pet/vehicle detection", - "facial recognition", - "360deg AI tracking", - "dual-band WiFi 5 (2.4/5GHz)", + "2K QHD wire-free battery camera", + "300-day battery life (10,000 mAh built-in)", + "direct WiFi (no hub required)", "starlight color night vision", + "AI person/pet/vehicle detection", + "magnetic mount", + "activity zones", + "built-in siren", + "solar optional", "no subscription" ], "sources": [ - "https://www.tapo.com/" - ], - "aliases": [ - "RoomCam 360" + "https://www.tapo.com/us/product/smart-camera/tapo-c425/", + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c425/", + "https://static.tp-link.com/upload/product-overview/2024/202404/20240422/Tapo%20C425%20KIT&TC85%20KIT%201.20&1.26_Datasheet.pdf", + "https://static.tp-link.com/upload/manual/2023/202309/20230906/1910013461_Tapo%20C425(EU)1.0_UG_V1.pdf" ], - "release_year": 2025, + "release_year": 2023, "power_source": [ - "usb" + "battery", + "solar" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2560x1440", + "fps": 30, + "codec": "H.264" + } + ] + }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "116.2 x 64.8 x 64.8", + "weight_g": 335 }, { - "id": "tapo-c310", + "id": "tapo-c460", "brand": "Tapo", - "model": "Tapo C310", + "model": "Tapo C460", "type": "bullet", "connectivity": [ - "wifi", - "ethernet" + "wifi" ], "resolution": { - "megapixels": 3, - "max_width": 2304, - "max_height": 1296, - "label": "3MP 1296p" + "label": "4K 8MP", + "max_width": 3840, + "max_height": 2160, + "megapixels": 8 }, "lens": { + "focal_length_mm": "3.17", + "aperture": "F1.65", "count": 1, - "focal_length_mm": "4mm", - "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "89 horizontal", + "field_of_view_deg": "134° (Diagonal), 113° (Horizontal), 59° (Vertical)", "night_vision": { - "type": "color", - "range_m": 30 + "type": "hybrid", + "range_m": 15 }, "power": { - "method": "DC 9V (outdoor adapter)" + "method": "Built-in rechargeable 10,000mAh Li-ion battery; optional Tapo A201 solar panel (sold separately); USB-C charging (5.0V/2.0A adapter not included)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": false, + "onboard": false }, - "protocols": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP66", "audio": { "microphone": true, @@ -116662,108 +116875,109 @@ "two_way": true }, "features": [ - "outdoor 3MP starlight color night vision", - "IP66 weatherproof", - "AI person detection", - "motion detection", - "Alexa / Google", + "4K wire-free battery/solar camera", + "200-day battery", + "edge improvement algorithm for sharper 4K", + "starlight color night vision", + "AI person/pet/vehicle detection", + "magnetic mount", + "dual-band WiFi (2.4/5GHz)", + "solar panel option (C460 KIT)", "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c460/", + "https://www.tapo.com/ph/product/smart-camera/tapo-c460-kit/", + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tapo.com/us/product/smart-camera/tapo-c460/", + "https://static.tp-link.com/upload/product-overview/2025/202502/20250219/Tapo%20C460%201.0&1.6_Datasheet.pdf", + "https://www.tp-link.com/us/press/news/21827/" ], - "release_year": 2021, + "aliases": [ + "MagCam 4K Solar" + ], + "release_year": 2025, "power_source": [ - "dc" + "battery", + "solar" ], "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration, which uses TP-Links proprietary API (not ONVIF), or the Tapo app/cloud." } - } + }, + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "video": { + "codecs": [ + "H.265", + "H.264" + ], + "max_fps": 15 + }, + "operating_temp_c": "-20 to 45", + "dimensions_mm": "D64.8 x 114.6 mm", + "weight_g": 327 }, { - "id": "tapo-c310-jp", + "id": "tapo-c500", "brand": "Tapo", - "model": "C310 (Japan)", - "aliases": [ - "TP-Link Tapo C310 3MP Outdoor Japan", - "Tapo 屋外カメラ 日本" - ], - "type": "bullet", + "model": "Tapo C500", + "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2022, - "markets": [ - "JP" - ], "resolution": { - "megapixels": 3, - "max_width": 2048, - "max_height": 1536, - "label": "3MP 2K" + "label": "1080p", + "max_width": 1920, + "max_height": 1080, + "megapixels": 2 }, - "sensor": "CMOS", "lens": { + "focal_length_mm": "3.99", + "aperture": "F2.2", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "116 horizontal", + "field_of_view_deg": "85.5 (Diagonal), 73.5 (Horizontal), 41 (Vertical)", "night_vision": { - "type": "ir", + "type": "hybrid", "range_m": 30 }, "power": { - "method": "DC 12V" + "method": "9V DC power adapter, 0.85A (barrel connector, inside dia 2.1mm / outside dia 5.5mm)" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, "cloud": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP67", + "ip_rating": "IP65", "audio": { "microphone": true, - "speaker": false, - "two_way": false + "speaker": true, + "two_way": true }, "features": [ - "3MP outdoor WiFi bullet", - "30m IR night vision", - "AI person/vehicle detection", - "H.265", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "IP67", - "popular Amazon Japan budget outdoor cam", - "Japanese-language app support", - "Amazon.co.jp top-seller" + "outdoor 1080p pan/tilt", + "360deg pan / 100deg tilt", + "motion tracking", + "person detection", + "IP65 weatherproof", + "night vision IR", + "Alexa / Google", + "no subscription" ], "sources": [ - "https://www.tp-link.com/jp/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c500/", + "https://static.tp-link.com/upload/product-overview/2024/202408/20240807/Tapo%20C500%202.0&2.6&2.8_Datasheet.pdf", + "https://www.tapo.com/en/product/smart-camera/tapo-c500/" ], + "release_year": 2024, "power_source": [ "dc" ], @@ -116785,74 +116999,97 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } - }, - { - "id": "tapo-c320ws", - "brand": "Tapo", - "model": "Tapo C320WS", - "type": "bullet", - "connectivity": [ - "wifi", - "ethernet" - ], + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "1920x1080", + "fps": 30, + "codec": "h264" + } + ] + }, + "sensor": "1/3\" Progressive Scan CMOS Sensor", + "operating_temp_c": "-30 to 60", + "dimensions_mm": "123.8 x 123 x 90", + "weight_g": 364, + "environment": [ + "outdoor" + ] + }, + { + "id": "tapo-c510w", + "brand": "Tapo", + "model": "Tapo C510W", + "type": "ptz", + "connectivity": [ + "wifi" + ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "2K (3MP)", + "max_width": 2304, + "max_height": 1296, + "megapixels": 3 }, "lens": { + "focal_length_mm": "3.9", + "aperture": "F2.0", "count": 1, - "focal_length_mm": "4mm", - "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "89 horizontal", + "field_of_view_deg": "97.23 (diagonal), 82.3 (horizontal), 45.31 (vertical)", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 30 }, "power": { - "method": "DC 9V (outdoor adapter)" + "method": "12V DC power adapter (barrel jack, inside dia 2.1mm / outside dia 5.5mm; AC input 100-240V 50/60Hz)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "onboard": false, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP66", + "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "outdoor 2K QHD starlight color night vision", - "IP66 weatherproof", - "AI person/pet/vehicle detection", - "built-in siren", - "Alexa / Google", - "RTSP/ONVIF", + "outdoor 2K pan/tilt", + "360deg pan / 130deg tilt", + "spotlights color night vision", + "AI person detection", + "motion tracking", + "IP65", + "15fps max", "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c510w/", + "https://www.tapo.com/us/product/smart-camera/tapo-c510w/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C510W%201.0_Datasheet.pdf" ], - "release_year": 2022, + "release_year": 2023, "power_source": [ "dc" ], "configs": { "frigate": { "detect": { - "width": 1280, - "height": 720, + "width": 640, + "height": 480, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -116866,75 +117103,94 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15, + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 15, + "codec": "H.264" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS", + "operating_temp_c": "-30 to 60", + "dimensions_mm": "123.8 x 123 x 90", + "weight_g": 364, + "environment": [ + "outdoor" + ] }, { - "id": "tapo-c320ws-mena", + "id": "tapo-c520ws", "brand": "Tapo", - "model": "C320WS (MENA)", - "aliases": [ - "TP-Link Tapo C320WS 4MP Outdoor WiFi UAE/KSA" - ], - "type": "bullet", + "model": "Tapo C520WS", + "type": "ptz", "connectivity": [ - "wifi" - ], - "release_year": 2023, - "markets": [ - "AE", - "SA", - "MENA" + "wifi", + "ethernet" ], "resolution": { - "megapixels": 4, + "label": "2K QHD (4MP)", "max_width": 2560, "max_height": 1440, - "label": "4MP QHD" + "megapixels": 4 }, - "sensor": "1/2.7\" CMOS", "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", + "focal_length_mm": "3.2", "aperture": "F1.6", + "count": 1, "varifocal": false }, - "field_of_view_deg": "100 horizontal", + "field_of_view_deg": "112 (Diagonal), 95 (Horizontal), 53 (Vertical)", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 30 }, "power": { - "method": "DC 12V" + "method": "9V DC power adapter (input 100-240V 50/60Hz, output 9V/0.85A)" }, "storage": { - "onboard": true, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": true, + "nvr_compatible": false, "cloud": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP67", + "ip_rating": "IP66", "audio": { "microphone": true, - "speaker": false, - "two_way": false + "speaker": true, + "two_way": true }, "features": [ - "4MP outdoor color night vision", - "F1.6 large aperture", - "AI person/vehicle detection", - "H.265", + "outdoor 2K pan/tilt", + "360deg pan / 130deg tilt", + "starlight color night vision (F1.6)", + "AI person/pet/vehicle detection", + "motion tracking", + "30fps", + "activity zones", + "IP66", + "Alexa / Google", "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "IP67", - "≈169 AED popular outdoor UAE/KSA Amazon.ae" + "no subscription" ], "sources": [ - "https://www.tapo.com/me-en/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c520ws/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C520WS%201.0_Datasheet.pdf", + "https://static.tp-link.com/upload/product-overview/2023/202307/20230731/Tapo%20C520WS%201.0_Datasheet-0731.pdf", + "https://community.tp-link.com/en/smart-home/forum/topic/703776" ], + "release_year": 2023, "power_source": [ "dc" ], @@ -116956,42 +117212,51 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [] + }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-30 to 60", + "dimensions_mm": "123.8 x 123 x 90" }, { - "id": "tapo-c325wb", + "id": "tapo-c530ws", "brand": "Tapo", - "model": "Tapo C325WB", - "type": "bullet", + "model": "Tapo C530WS", + "type": "ptz", "connectivity": [ "wifi", "ethernet" ], "resolution": { - "megapixels": 5, - "max_width": 2560, - "max_height": 1520, - "label": "1520p 5MP" + "label": "3K 5MP", + "max_width": 2880, + "max_height": 1620, + "megapixels": 5 }, "lens": { + "focal_length_mm": "4", + "aperture": "F1.6", "count": 1, - "focal_length_mm": "2.8mm", - "aperture": "F1.0", "varifocal": false }, - "field_of_view_deg": "127 horizontal", + "field_of_view_deg": "102° (Diagonal), 87° (Horizontal), 45.5° (Vertical)", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 30 }, "power": { - "method": "DC 12V (outdoor wired)" + "method": "9V DC power adapter (100-240V AC input, 0.85A output)" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "onboard": true }, "protocols": [ "rtsp", @@ -117004,22 +117269,20 @@ "two_way": true }, "features": [ - "ColorPro Night Vision (F1.0 super aperture)", - "1/1.79\" large sensor", - "5MP 1520p resolution", - "advanced AI person/pet/vehicle detection", - "line-crossing detection", - "activity zones", - "built-in siren", - "RTSP/ONVIF", + "outdoor 2K QHD pan/tilt upgraded starlight sensor", + "360deg pan / 130deg tilt", + "full-color night vision", + "AI person/pet/vehicle detection", + "motion tracking", "IP66", + "30fps", + "RTSP/ONVIF", "no subscription" ], "sources": [ - "https://www.tapo.com/" - ], - "aliases": [ - "ColorPro Outdoor Camera" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c530ws/", + "https://static.tp-link.com/upload/product-overview/2024/202412/20241219/Tapo%20C530WS%202.0&2.6&2.8_Datasheet.pdf", + "https://www.tapo.com/en/product/smart-camera/tapo-c530ws/" ], "release_year": 2024, "power_source": [ @@ -117043,77 +117306,88 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 30 + }, + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-30 to 60", + "dimensions_mm": "121.7 x 123 x 90", + "weight_g": 347, + "environment": [ + "outdoor" + ] }, { - "id": "tapo-c325wb-ca", + "id": "tapo-c560ws", "brand": "Tapo", - "model": "C325WB (Canada)", - "aliases": [ - "TP-Link Tapo C325WB 4MP ColorPro Outdoor Canada" - ], - "type": "bullet", + "model": "Tapo C560WS", + "type": "ptz", "connectivity": [ - "wifi" - ], - "release_year": 2023, - "markets": [ - "CA" + "wifi", + "ethernet" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" + "label": "4K 8MP", + "max_width": 3840, + "max_height": 2160, + "megapixels": 8 }, - "sensor": "1/2.7\" CMOS", "lens": { + "focal_length_mm": "4", + "aperture": "f/1.6", "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "96 horizontal", + "field_of_view_deg": "105 (Diagonal), 88 (Horizontal), 45 (Vertical)", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 30 }, "power": { - "method": "DC 12V" + "method": "12V/1A DC power adapter (100-240V AC input)" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "onboard": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP67", + "ip_rating": "IP66", "audio": { "microphone": true, - "speaker": false, - "two_way": false + "speaker": true, + "two_way": true }, "features": [ - "4MP ColorPro color night vision", - "F1.6 large aperture", - "AI person/vehicle detection", - "H.265", - "RTSP/ONVIF Frigate/Blue Iris compatible", - "Tapo app / Alexa / Google / HomeKit", - "IP67", - "rated -30°C", - "Canadian Tire & Best Buy stocked", - "CAD$59.99" - ], - "sources": [ - "https://www.tapo.com/ca-en/" - ], - "power_source": [ - "dc" + "VistaCam 360 outdoor 4K pan/tilt", + "360deg pan / 140deg tilt", + "WiFi 6 dual-band (2.4/5GHz)", + "4K starlight color night vision", + "on-device AI facial recognition", + "free person/pet/vehicle detection", + "360deg AI tracking", + "H500 compatible", + "24/7 continuous recording", + "no subscription" + ], + "sources": [ + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c560ws/", + "https://www.tapo.com/en/product/smart-camera/tapo-c560ws/", + "https://www.tp-link.com/us/press/news/21827/" + ], + "aliases": [ + "VistaCam 360" + ], + "release_year": 2025, + "power_source": [ + "dc" ], "configs": { "frigate": { @@ -117133,87 +117407,82 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 25 + }, + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-30 to 60", + "dimensions_mm": "147.4 x 74.7 x 165.4 (with bracket); 147.4 x 74.7 x 157.4 (without bracket)", + "environment": [ + "outdoor" + ] }, { - "id": "tapo-c325wb-india", + "id": "tapo-c566wb", "brand": "Tapo", - "model": "C325WB (India)", + "model": "C566WB", "aliases": [ - "TP-Link Tapo C325WB 4MP Outdoor Color India" + "ColorPro 4K Pan/Tilt Outdoor", + "VistaCam ColorPro" ], - "type": "bullet", + "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2023, - "markets": [ - "IN", - "global" - ], + "release_year": 2025, "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" + "label": "4K", + "max_width": 3840, + "max_height": 2160, + "megapixels": 8 }, - "sensor": "1/2.7\" CMOS", "lens": { "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F1.6", + "focal_length_mm": "3.3mm", + "aperture": "F1.0", "varifocal": false }, - "field_of_view_deg": "96 horizontal", + "field_of_view_deg": "360 pan / 140 tilt", "night_vision": { - "type": "color", - "range_m": 30 + "type": "color" }, "power": { - "method": "DC 12V" + "method": "Hardwired (AC)" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP67", - "audio": { - "microphone": true, - "speaker": false, - "two_way": false + "cloud": true, + "onboard": false, + "nvr_compatible": false }, + "protocols": [], + "ip_rating": "IP66", + "audio": {}, "features": [ - "4MP outdoor color night vision (ColorPro)", - "F1.6 large aperture", - "AI person/vehicle detection", - "H.265", - "Tapo app / Alexa / Google HomeKit", - "IP67", - "RTSP/ONVIF", - "₹4,000–5,500 popular India outdoor WiFi cam" + "4K ColorPro Night Vision (F1.0 aperture)", + "360deg AI tracking", + "facial recognition", + "red-blue alarm deterrence", + "person/pet/vehicle detection", + "no subscription" ], + "release_notes": "Announced IFA 2025; availability TBC.", "sources": [ - "https://www.tapo.com/in/" + "https://www.notebookcheck.net/New-Tapo-4K-8MP-security-cameras-on-the-way.1108686.0.html", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c566wb/", + "https://static.tp-link.com/document/pdf/en/ifa-2025/IFA%202025_Tapo%20Home%20Security_Flyer_US_2507_English_Online.pdf", + "https://www.tp-link.com/us/support/download/tapo-c566wb/", + "https://www.tp-link.com/us/support/faq/4465/", + "https://www.tapo.com/us/faq/724/" ], "power_source": [ - "dc" + "ac-mains" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." @@ -117222,120 +117491,136 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "environment": [ + "outdoor" + ] }, { - "id": "tapo-c340", + "id": "tapo-c615f-kit", "brand": "Tapo", - "model": "Tapo C340", - "type": "bullet", + "model": "C615F Kit", + "aliases": [ + "2K Floodlight Solar Pan/Tilt" + ], + "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2024, + "release_year": 2025, "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "2K", + "max_width": 2304, + "max_height": 1296, + "megapixels": 3 }, "lens": { + "focal_length_mm": "4.0", + "aperture": "F1.6", "count": 1, - "focal_length_mm": "3.2mm", "varifocal": false }, + "field_of_view_deg": "100 (diagonal); 84 (horizontal) x 44 (vertical)", "night_vision": { "type": "hybrid", - "range_m": 30 + "range_m": 10 }, "power": { - "method": "DC 9V" + "method": "Built-in rechargeable lithium-ion battery + included Tapo A201 solar panel; optional 5V/2.0A USB Type-C charging input (adapter not included)" }, "storage": { - "onboard": true, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": true, "cloud": true }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", + "protocols": [], + "ip_rating": "IP65", "audio": { + "two_way": true, "microphone": true, - "speaker": true, - "two_way": true + "speaker": true }, "features": [ - "2K QHD outdoor bullet", - "spotlight for color night vision", - "AI person/vehicle detection", - "IP66 weatherproof", - "built-in siren", - "two-way audio", + "solar-powered floodlight pan/tilt camera", + "2K QHD", + "360deg AI tracking", + "AI person/pet/vehicle detection", + "built-in floodlight", + "color night vision", "activity zones", - "Alexa / Google" + "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://us.store.tapo.com/", + "https://us.store.tapo.com/products/360-2k-floodlight-pan-tilt-security-camera-kit-with-solar-panel-tapo-c615f-kit", + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c615f-kit/", + "https://www.tapo.com/us/product/smart-camera/tapo-c615f-kit/", + "https://community.tp-link.com/us/smart-home/forum/topic/852836" ], "power_source": [ - "dc" + "battery", + "solar" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } - } + }, + "video": { + "max_fps": 20, + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 20 + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS", + "dimensions_mm": "132.8 x 81.8 x 161.0", + "environment": [ + "outdoor" + ] }, { - "id": "tapo-c402", + "id": "tapo-c660-kit", "brand": "Tapo", - "model": "Tapo C402", - "type": "bullet", + "model": "C660 KIT", + "aliases": [ + "VistaCam 360 Solar" + ], + "type": "ptz", "connectivity": [ "wifi" ], + "release_year": 2025, "resolution": { - "megapixels": 2, - "max_width": 1920, - "max_height": 1080, - "label": "1080p" + "label": "4K", + "max_height": 2160, + "max_width": 3840, + "megapixels": 8 }, "lens": { + "aperture": "F1.6", "count": 1, - "focal_length_mm": "3.18mm", - "aperture": "F2.0", + "focal_length_mm": "4", "varifocal": false }, - "field_of_view_deg": "110 horizontal", + "field_of_view_deg": "105 (Diagonal), 88 (Horizontal), 45 (Vertical)", "night_vision": { - "type": "color", - "range_m": 8 + "range_m": 12, + "type": "hybrid" }, "power": { - "method": "Built-in rechargeable battery / solar panel optional (kit)" + "method": "Solar panel (Tapo A201) + built-in rechargeable Li-ion battery; USB Type-C port accepts optional AC adapter (not included) for wired charging" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "max_microsd_gb": 512, + "nvr_compatible": false, + "onboard": true }, "protocols": [], "ip_rating": "IP65", @@ -117345,1228 +117630,46 @@ "two_way": true }, "features": [ - "1080p wire-free battery camera", - "180-day battery", - "spotlight color night vision", - "AI person detection", - "built-in siren", - "solar panel compatible", - "Alexa / Google", + "VistaCam 360 Solar 4K pan/tilt", + "solar powered + continuous 24/7 via wired", + "360deg AI tracking", + "AI person/pet/vehicle detection", + "starlight color night vision", + "4K ultra clarity", + "time-lapse", "no subscription" ], "sources": [ - "https://www.tapo.com/us/product/smart-camera/tapo-c402-kit/", - "https://www.tp-link.com/us/support/faq/2680/" + "https://www.tapo.com/us/product/smart-camera/tapo-c660-kit/", + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c660-kit/", + "https://static.tp-link.com/upload/product-overview/2025/202504/20250424/Tapo%20C660%20KIT%201.0&1.6_Datasheet.pdf", + "https://www.tp-link.com/us/press/news/21827/" ], - "release_year": 2023, "power_source": [ "battery", - "solar" + "solar", + "ac-mains" ], "configs": { "home_assistant": { "integration": "tapo", "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } - } - }, - { - "id": "tapo-c420", - "brand": "Tapo", - "model": "C420", - "type": "bullet", - "connectivity": [ - "wifi" - ], - "release_year": 2023, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.18mm", - "aperture": "F1.61", - "varifocal": false - }, - "field_of_view_deg": "110 horizontal", - "night_vision": { - "type": "color", - "range_m": 10 - }, - "power": { - "method": "Removable rechargeable battery (A100) / solar panel optional / hub H200 required" - }, - "storage": { - "onboard": false, - "nvr_compatible": false, - "cloud": true, - "notes": "microSD stored on H200 hub (up to 256GB)" - }, - "protocols": [], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "2K QHD wire-free battery camera", - "180-day battery life", - "starlight sensor F1.61", - "full-color night vision", - "AI person/pet/vehicle detection", - "built-in siren", - "removable battery", - "requires H200 hub", - "solar panel compatible", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/en/product/smart-camera/tapo-c420/", - "https://www.tapo.com/us/product/smart-camera/tapo-c420s2-kit/", - "https://www.tp-link.com/us/support/faq/2680/" - ], - "power_source": [ - "battery", - "solar" - ], - "configs": { - "home_assistant": { - "integration": "tapo", - "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." - } - } - }, - { - "id": "tapo-c425", - "brand": "Tapo", - "model": "Tapo C425", - "type": "bullet", - "connectivity": [ - "wifi" - ], - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.18mm", - "aperture": "F1.61", - "varifocal": false - }, - "field_of_view_deg": "110 horizontal", - "night_vision": { - "type": "color", - "range_m": 10 - }, - "power": { - "method": "Built-in 10,000 mAh battery (non-removable) / solar optional" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "2K QHD wire-free battery camera", - "300-day battery life (10,000 mAh built-in)", - "direct WiFi (no hub required)", - "starlight color night vision", - "AI person/pet/vehicle detection", - "magnetic mount", - "activity zones", - "built-in siren", - "solar optional", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/us/product/smart-camera/tapo-c425/", - "https://www.tp-link.com/us/support/faq/2680/" - ], - "release_year": 2024, - "power_source": [ - "battery", - "solar" - ], - "configs": { - "home_assistant": { - "integration": "tapo", - "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." - } - } - }, - { - "id": "tapo-c440", - "brand": "Tapo", - "model": "C440", - "aliases": [ - "TP-Link Tapo C440 4MP Outdoor WiFi ColorPro" - ], - "type": "dome", - "connectivity": [ - "wifi" - ], - "release_year": 2023, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" - }, - "sensor": "1/2.7\" CMOS", - "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F1.8", - "varifocal": false - }, - "field_of_view_deg": "130 horizontal", - "night_vision": { - "type": "color", - "range_m": 20 - }, - "power": { - "method": "DC 12V" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP67", - "audio": { - "microphone": true, - "speaker": false, - "two_way": false - }, - "features": [ - "4MP ColorPro color night vision", - "F1.8 aperture", - "130° wide FOV outdoor dome", - "AI person/vehicle detection", - "H.265", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "IP67" - ], - "sources": [ - "https://www.tapo.com/en/product/outdoor-camera/tapo-c440/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c460", - "brand": "Tapo", - "model": "Tapo C460", - "type": "bullet", - "connectivity": [ - "wifi" - ], - "resolution": { - "megapixels": 8, - "max_width": 3840, - "max_height": 2160, - "label": "4K UHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.17", - "aperture": "F1.65", - "varifocal": false - }, - "field_of_view_deg": "113 horizontal / 59 vertical / 134 diagonal", - "night_vision": { - "type": "hybrid", - "range_m": 15 - }, - "power": { - "method": "Built-in battery / integrated solar panel (kit version C460 KIT)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "4K wire-free battery/solar camera", - "200-day battery", - "edge improvement algorithm for sharper 4K", - "starlight color night vision", - "AI person/pet/vehicle detection", - "magnetic mount", - "dual-band WiFi (2.4/5GHz)", - "solar panel option (C460 KIT)", - "no subscription" - ], - "sources": [ - "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c460/", - "https://www.tapo.com/ph/product/smart-camera/tapo-c460-kit/", - "https://www.tp-link.com/us/support/faq/2680/" - ], - "aliases": [ - "MagCam 4K Solar" - ], - "release_year": 2025, - "power_source": [ - "battery", - "solar" - ], - "configs": { - "home_assistant": { - "integration": "tapo", - "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration, which uses TP-Links proprietary API (not ONVIF), or the Tapo app/cloud." - } - }, - "sensor": "1/2.7\" Progressive Scan CMOS (Starlight)", - "video": { - "max_fps": 15 - }, - "operating_temp_c": "-20 to 45", - "dimensions_mm": "Ø64.8 x 114.5" - }, - { - "id": "tapo-c500", - "brand": "Tapo", - "model": "Tapo C500", - "type": "ptz", - "connectivity": [ - "wifi" - ], - "resolution": { - "megapixels": 2, - "max_width": 1920, - "max_height": 1080, - "label": "1080p" - }, - "lens": { - "count": 1, - "focal_length_mm": "2.9mm", - "aperture": "F2.0", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 100 tilt", - "night_vision": { - "type": "ir", - "range_m": 9 - }, - "power": { - "method": "DC 5V (USB outdoor adapter)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 128, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "outdoor 1080p pan/tilt", - "360deg pan / 100deg tilt", - "motion tracking", - "person detection", - "IP65 weatherproof", - "night vision IR", - "Alexa / Google", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/" - ], - "release_year": 2022, - "power_source": [ - "usb" - ], - "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c500-eu", - "brand": "Tapo", - "model": "C500 (EU)", - "aliases": [ - "TP-Link Tapo C500 1080p Outdoor WiFi EU" - ], - "type": "bullet", - "connectivity": [ - "wifi" - ], - "release_year": 2022, - "markets": [ - "DE", - "FR", - "ES", - "EU", - "global" - ], - "resolution": { - "megapixels": 2, - "max_width": 1920, - "max_height": 1080, - "label": "1080p HD" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F2.4", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 139 tilt", - "night_vision": { - "type": "ir", - "range_m": 30 - }, - "power": { - "method": "DC 12V" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": false, - "two_way": false - }, - "features": [ - "360deg pan outdoor WiFi bullet", - "1080p IR night vision 30m", - "AI person/vehicle detection", - "H.265", - "Tapo app / Alexa / Google / HomeKit", - "RTSP/ONVIF", - "IP65", - "budget EU Amazon outdoor cam" - ], - "sources": [ - "https://www.tapo.com/de/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c500-outdoor", - "brand": "Tapo", - "model": "C500", - "aliases": [ - "TP-Link Tapo C500 1080p Outdoor Pan/Tilt WiFi" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2022, - "resolution": { - "megapixels": 2, - "max_width": 1920, - "max_height": 1080, - "label": "1080p HD" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F2.4", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 139 tilt", - "night_vision": { - "type": "ir", - "range_m": 30 - }, - "power": { - "method": "DC 12V" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": false, - "two_way": false - }, - "features": [ - "1080p outdoor pan/tilt WiFi", - "360° pan / 139° tilt", - "AI person/vehicle detection", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "IP65", - "budget outdoor PTZ" - ], - "sources": [ - "https://www.tapo.com/en/product/outdoor-camera/tapo-c500/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c510w", - "brand": "Tapo", - "model": "Tapo C510W", - "type": "ptz", - "connectivity": [ - "wifi" - ], - "resolution": { - "megapixels": 3, - "max_width": 2304, - "max_height": 1296, - "label": "3MP 1296p" - }, - "lens": { - "count": 1, - "focal_length_mm": "2.9mm", - "aperture": "F2.0", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 130 tilt", - "night_vision": { - "type": "color", - "range_m": 10 - }, - "power": { - "method": "DC 5V outdoor adapter" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "outdoor 2K pan/tilt", - "360deg pan / 130deg tilt", - "spotlights color night vision", - "AI person detection", - "motion tracking", - "IP65", - "15fps max", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/" - ], - "release_year": 2023, - "power_source": [ - "usb" - ], - "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c520ws", - "brand": "Tapo", - "model": "Tapo C520WS", - "type": "ptz", - "connectivity": [ - "wifi", - "ethernet" - ], - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "2.9mm", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 130 tilt", - "night_vision": { - "type": "color", - "range_m": 10 - }, - "power": { - "method": "DC 9V outdoor adapter" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "outdoor 2K pan/tilt", - "360deg pan / 130deg tilt", - "starlight color night vision (F1.6)", - "AI person/pet/vehicle detection", - "motion tracking", - "30fps", - "activity zones", - "IP66", - "Alexa / Google", - "RTSP/ONVIF", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/" - ], - "release_year": 2023, - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c530ws", - "brand": "Tapo", - "model": "Tapo C530WS", - "type": "ptz", - "connectivity": [ - "wifi", - "ethernet" - ], - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "2.9mm", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 130 tilt", - "night_vision": { - "type": "color", - "range_m": 10 - }, - "power": { - "method": "DC 9V outdoor adapter" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "outdoor 2K QHD pan/tilt upgraded starlight sensor", - "360deg pan / 130deg tilt", - "full-color night vision", - "AI person/pet/vehicle detection", - "motion tracking", - "IP66", - "30fps", - "RTSP/ONVIF", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/" - ], - "release_year": 2024, - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c540", - "brand": "Tapo", - "model": "Tapo C540", - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2024, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.2mm", - "varifocal": false - }, - "night_vision": { - "type": "hybrid", - "range_m": 30 - }, - "power": { - "method": "DC 9V" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "4MP outdoor pan/tilt WiFi camera", - "360° horizontal / 130° vertical", - "auto-tracking of moving objects", - "spotlight color night vision", - "AI person/vehicle detection", - "IP66 weatherproof", - "built-in siren", - "Alexa / Google" - ], - "sources": [ - "https://www.tapo.com/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c560ws", - "brand": "Tapo", - "model": "Tapo C560WS", - "type": "ptz", - "connectivity": [ - "wifi" - ], - "resolution": { - "megapixels": 8, - "max_width": 3840, - "max_height": 2160, - "label": "4K UHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.3mm", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 140 tilt", - "night_vision": { - "type": "color", - "range_m": 10 - }, - "power": { - "method": "DC 12V outdoor adapter" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "VistaCam 360 outdoor 4K pan/tilt", - "360deg pan / 140deg tilt", - "WiFi 6 dual-band (2.4/5GHz)", - "4K starlight color night vision", - "on-device AI facial recognition", - "free person/pet/vehicle detection", - "360deg AI tracking", - "H500 compatible", - "24/7 continuous recording", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/" - ], - "aliases": [ - "VistaCam 360" - ], - "release_year": 2025, - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c566wb", - "brand": "Tapo", - "model": "C566WB", - "aliases": [ - "ColorPro 4K Pan/Tilt Outdoor", - "VistaCam ColorPro" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2025, - "resolution": { - "megapixels": 8, - "max_width": 3840, - "max_height": 2160, - "label": "4K UHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.3mm", - "aperture": "F1.0", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 140 tilt", - "night_vision": { - "type": "color", - "range_m": 15 - }, - "power": { - "method": "Hardwired (AC)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": false, - "cloud": true - }, - "protocols": [ - "rtsp" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "4K ColorPro Night Vision (F1.0 aperture)", - "360deg AI tracking", - "facial recognition", - "red-blue alarm deterrence", - "person/pet/vehicle detection", - "no subscription" - ], - "release_notes": "Announced IFA 2025; availability TBC.", - "sources": [ - "https://www.notebookcheck.net/New-Tapo-4K-8MP-security-cameras-on-the-way.1108686.0.html" - ], - "power_source": [ - "ac-mains" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c615f-kit", - "brand": "Tapo", - "model": "C615F Kit", - "aliases": [ - "2K Floodlight Solar Pan/Tilt" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2025, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.3mm", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 140 tilt", - "night_vision": { - "type": "color", - "range_m": 15 - }, - "power": { - "method": "Solar panel + hardwired backup" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": false, - "cloud": true - }, - "protocols": [], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "solar-powered floodlight pan/tilt camera", - "2K QHD", - "360deg AI tracking", - "AI person/pet/vehicle detection", - "built-in floodlight", - "color night vision", - "activity zones", - "no subscription" - ], - "sources": [ - "https://us.store.tapo.com/", - "https://us.store.tapo.com/products/360-2k-floodlight-pan-tilt-security-camera-kit-with-solar-panel-tapo-c615f-kit", - "https://www.tp-link.com/us/support/faq/2680/" - ], - "power_source": [ - "solar", - "ac-mains" - ], - "configs": { - "home_assistant": { - "integration": "tapo", - "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." - } - } - }, - { - "id": "tapo-c660-kit", - "brand": "Tapo", - "model": "C660 KIT", - "aliases": [ - "VistaCam 360 Solar" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2025, - "resolution": { - "megapixels": 8, - "max_width": 3840, - "max_height": 2160, - "label": "4K UHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.3mm", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 140 tilt", - "night_vision": { - "type": "color", - "range_m": 10 - }, - "power": { - "method": "Solar panel + hardwired / rechargeable battery backup" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": false, - "cloud": true - }, - "protocols": [], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true }, - "features": [ - "VistaCam 360 Solar 4K pan/tilt", - "solar powered + continuous 24/7 via wired", - "360deg AI tracking", - "AI person/pet/vehicle detection", - "starlight color night vision", - "4K ultra clarity", - "time-lapse", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/us/product/smart-camera/tapo-c660-kit/", - "https://www.tp-link.com/us/support/faq/2680/" - ], - "power_source": [ - "battery", - "solar", - "ac-mains" - ], - "configs": { - "home_assistant": { - "integration": "tapo", - "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." - } - } + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 20 + }, + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "185 x 147 x 75", + "weight_g": 607, + "environment": [ + "outdoor" + ] }, { "id": "tapo-c675d-kit", @@ -118581,36 +117684,34 @@ ], "release_year": 2026, "resolution": { - "megapixels": 8, - "label": "4K 8MP dual-lens" + "label": "4K (dual-lens, each lens independently 4K)", + "max_width": 3840, + "max_height": 2160, + "megapixels": 8 }, "lens": { "count": 2, - "focal_length_mm": "Wide 169deg + 6mm tele", + "varifocal": false, "aperture": "F1.6", - "varifocal": false + "focal_length_mm": "2.53 (fixed lens) / 6.0 (pan-tilt lens)" }, - "field_of_view_deg": "169 wide + tele", + "field_of_view_deg": "169.7 (fixed lens, diagonal); 66.5 (pan-tilt lens, diagonal)", "night_vision": { - "type": "color", - "range_m": 10 + "type": "hybrid", + "range_m": 16 }, "power": { - "method": "Integrated solar panel" + "method": "battery + solar charging" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": false, - "cloud": true + "cloud": true, + "onboard": false, + "nvr_compatible": false }, "protocols": [], "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, + "audio": {}, "features": [ "solar-powered dual-lens 4K camera", "169deg wide-angle view + 6mm tele lens", @@ -118624,335 +117725,106 @@ "sources": [ "https://www.notebookcheck.net/New-Tapo-4K-8MP-security-cameras-on-the-way.1108686.0.html", "https://www.tapo.com/us/product/smart-camera/tapo-c675d-kit/", - "https://www.tp-link.com/us/support/faq/2680/" - ], - "power_source": [ - "solar" - ], - "configs": { - "home_assistant": { - "integration": "tapo", - "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." - } - } - }, - { - "id": "tapo-c720", - "brand": "Tapo", - "model": "Tapo C720", - "type": "bullet", - "connectivity": [ - "wifi", - "ethernet" - ], - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "2.8mm", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "120 horizontal", - "night_vision": { - "type": "color", - "range_m": 15 - }, - "power": { - "method": "Hardwired (AC mains)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "2K QHD floodlight camera", - "2800-lumen adjustable floodlight", - "AI motion tracking", - "AI person/pet/vehicle detection", - "activity zones", - "built-in siren", - "IP65", - "24/7 recording", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/" - ], - "release_year": 2024, - "power_source": [ - "ac-mains" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c720-india", - "brand": "Tapo", - "model": "C720 (India)", - "aliases": [ - "TP-Link Tapo C720 2K Outdoor Pan/Tilt India" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2024, - "markets": [ - "IN", - "global" - ], - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 160 tilt", - "night_vision": { - "type": "color", - "range_m": 30 - }, - "power": { - "method": "DC 12V / PoE (outdoor)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "4MP outdoor pan/tilt WiFi", - "F1.6 color night vision", - "360deg pan", - "AI person/vehicle detection", - "smart tracking", - "IP66", - "Tapo app / Alexa / Google / HomeKit", - "RTSP/ONVIF", - "₹5,000–7,000 popular India outdoor PTZ WiFi" - ], - "sources": [ - "https://www.tapo.com/in/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c720-outdoor", - "brand": "Tapo", - "model": "C720", - "aliases": [ - "TP-Link Tapo C720 4MP Outdoor Pan/Tilt" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2024, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 160 tilt", - "night_vision": { - "type": "color", - "range_m": 30 - }, - "power": { - "method": "DC 12V / PoE optional" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "4MP outdoor pan/tilt WiFi", - "F1.6 color night vision 30m", - "AI person/vehicle detection", - "smart tracking", - "two-way audio", - "IP66", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit" - ], - "sources": [ - "https://www.tapo.com/en/product/outdoor-camera/tapo-c720/" + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c675d-kit/", + "https://www.tp-link.com/us/document/113455/" ], "power_source": [ - "dc" + "solar", + "battery" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } - } + }, + "video": { + "max_fps": 15, + "streams": [ + { + "name": "fixed lens", + "resolution": "3840x2160", + "fps": 15 + }, + { + "name": "pan-tilt lens", + "resolution": "3840x2160", + "fps": 15 + } + ] + }, + "sensor": "1/2.7\" CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "102.2 x 160.3 x 132", + "weight_g": 678, + "environment": [ + "outdoor" + ] }, { - "id": "tapo-c770", + "id": "tapo-c720", "brand": "Tapo", - "model": "Tapo C770", + "model": "Tapo C720", "type": "bullet", "connectivity": [ - "wifi", - "ethernet" + "wifi" ], - "release_year": 2024, "resolution": { - "megapixels": 8, - "max_width": 3840, - "max_height": 2160, - "label": "4K UHD" + "label": "2K QHD", + "max_width": 2560, + "max_height": 1440, + "megapixels": 4 }, "lens": { + "focal_length_mm": "2.1", + "aperture": "F2.1", "count": 1, - "focal_length_mm": "2.8mm", "varifocal": false }, + "field_of_view_deg": "153 diagonal, 134 horizontal, 77.6 vertical", "night_vision": { "type": "hybrid", "range_m": 30 }, "power": { - "method": "DC 12V / PoE" + "method": "hardwired AC mains, 110-240V 50/60Hz" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, + "nvr_compatible": false, "cloud": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP67", + "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "4K UHD outdoor bullet", - "AI person/vehicle/pet detection", - "spotlight color night vision", - "IP67 weatherproof", - "built-in siren", - "two-way audio", + "2K QHD floodlight camera", + "2800-lumen adjustable floodlight", + "AI motion tracking", + "AI person/pet/vehicle detection", "activity zones", - "Alexa / Google" + "built-in siren", + "IP65", + "24/7 recording", + "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tapo.com/us/product/smart-camera/tapo-c720/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c720/", + "https://community.tp-link.com/en/home/forum/topic/658724" ], + "release_year": 2024, "power_source": [ - "dc" + "ac-mains" ], "configs": { "frigate": { @@ -118972,7 +117844,20 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 15, + "streams": [] + }, + "sensor": "1/3\" progressive scan CMOS Starlight sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "151 x 151 x 145.6", + "environment": [ + "outdoor" + ] }, { "id": "tapo-c840", @@ -118981,38 +117866,39 @@ "aliases": [ "Smart AI Baby Monitor Pan/Tilt" ], - "type": "ptz", + "type": "dual-lens", "connectivity": [ "wifi" ], - "release_year": 2024, + "release_year": 2025, "resolution": { - "megapixels": 4, - "label": "4MP wide + 2MP tele dual lens" + "label": "4MP wide + 2MP tele dual lens", + "max_width": 2560, + "max_height": 1440, + "megapixels": 4 }, "lens": { "count": 2, - "focal_length_mm": "Wide 2.9mm + 2x Tele", + "focal_length_mm": "2.53 (wide) / 6.2 (tele)", + "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "360 pan / 130 tilt", + "field_of_view_deg": "144 (wide lens, diagonal) / 55 (tele lens, diagonal)", "night_vision": { - "type": "color", - "range_m": 8 + "type": "ir" }, "power": { - "method": "DC 5V (USB)" + "method": "5V DC, 2A power adapter (USB-C cable, 100-240V~ 50/60Hz mains input), 4.2W typical / 7.6W max consumption" }, "storage": { "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": false, - "cloud": true + "cloud": true, + "max_microsd_gb": 512 }, "protocols": [ - "rtsp" + "rtsp", + "onvif" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, @@ -119030,7 +117916,12 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/us/product/smart-camera/tapo-c840/" + "https://www.tapo.com/us/product/smart-camera/tapo-c840/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c840/", + "https://www.tp-link.com/nordic/home-networking/cloud-camera/tapo-c840/", + "https://www.tp-link.com/uk/home-networking/cloud-camera/tapo-c840/", + "https://www.tp-link.com/nordic/press/news/21910/", + "https://connectit.ie/pages/c840-technical-specs" ], "power_source": [ "usb" @@ -119053,66 +117944,102 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "Wide-angle", + "resolution": "2560x1440", + "fps": 30, + "codec": "H.264" + }, + { + "name": "Telephoto", + "resolution": "1920x1080", + "fps": 30, + "codec": "H.264" + } + ] + }, + "sensor": "1/2.9\" image sensor", + "operating_temp_c": "0 to 40", + "dimensions_mm": "46 x 46 x 105.8", + "weight_g": 249, + "environment": [ + "indoor" + ] }, { "id": "tapo-d130", "brand": "Tapo", "model": "Tapo D130", - "type": "box", + "type": "doorbell", "connectivity": [ "wifi" ], - "release_year": 2024, + "power_source": [ + "ac-mains" + ], "resolution": { - "megapixels": 4, + "label": "2K (5MP)", "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "max_height": 1920, + "megapixels": 5 + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30 }, + "sensor": "1/2.7\" Progressive Scan CMOS", "lens": { + "focal_length_mm": "1.18", + "aperture": "f/1.8", "count": 1, - "focal_length_mm": "2.0mm", "varifocal": false }, - "field_of_view_deg": "160 diagonal", + "field_of_view_deg": "180 diagonal, 172 horizontal, 144 vertical", "night_vision": { - "type": "ir", - "range_m": 5 + "type": "hybrid", + "range_m": 10 }, "power": { - "method": "rechargeable battery" + "method": "Hardwired only (existing doorbell transformer or AC adapter), 8-24VAC, 10VA minimum" }, "storage": { "onboard": false, - "nvr_compatible": false, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": true }, "protocols": [ - "p2p" + "rtsp", + "onvif" ], - "ip_rating": "IP64", + "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, "two_way": true }, - "features": [ - "2K WiFi video doorbell", - "battery-powered wireless install", - "160° wide-angle view", - "AI person detection", - "real-time push notifications", - "two-way audio", - "anti-theft alarm", - "chime included", - "Alexa / Google" + "operating_temp_c": "-20 to 45", + "dimensions_mm": "85 x 42.5 x 32.5 (doorbell unit; chime is separate at 73 x 43.5 x 46.9)", + "release_year": 2024, + "environment": [ + "outdoor" ], - "sources": [ - "https://www.tapo.com/" + "markets": [ + "global" ], - "power_source": [ - "battery" + "sources": [ + "https://www.tp-link.com/us/smart-home/smart-doorbell/tapo-d130/", + "https://www.tp-link.com/us/support/faq/4329/", + "https://www.tapo.com/en/product/smart-camera/tapo-d130/" ] }, { @@ -119128,34 +118055,35 @@ ], "release_year": 2024, "resolution": { - "megapixels": 5, - "max_width": 2560, - "max_height": 1920, - "label": "2K QHD" + "label": "2K QHD", + "max_width": 2304, + "max_height": 1728, + "megapixels": 4 }, "lens": { + "focal_length_mm": "1.18", + "aperture": "f/1.8", "count": 1, - "focal_length_mm": "2.4mm", - "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "150 diagonal / 180 horizontal", + "field_of_view_deg": "170.6 horizontal / 140.1 vertical", "night_vision": { - "type": "color", - "range_m": 5 + "type": "hybrid", + "range_m": 10 }, "power": { - "method": "Hardwired (existing doorbell wiring 8-24V AC) or battery" + "method": "10,000mAh built-in rechargeable Li-ion battery, or hardwired via included adapter (100-240V 50/60Hz input, 5.0V/2.0A output) with jumper-enabled always-on mode" }, "storage": { - "onboard": false, - "nvr_compatible": false, - "cloud": true + "onboard": true, + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp" ], - "ip_rating": "IP44", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, @@ -119172,7 +118100,11 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/us/product/smart-camera/tapo-d225/" + "https://www.tapo.com/us/product/smart-camera/tapo-d225/", + "https://www.tp-link.com/us/smart-home/smart-doorbell/tapo-d225/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-d225/", + "https://www.tapo.com/us/faq/724/", + "https://www.tp-link.com/us/press/news/21292/" ], "power_source": [ "battery", @@ -119197,7 +118129,24 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Requires Always-On mode (hardwired only)." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 20, + "streams": [ + { + "name": "main", + "resolution": "2304x1728", + "fps": 20, + "codec": "H.264" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "150 x 50 x 38.4" }, { "id": "tapo-d230s1", @@ -119210,35 +118159,32 @@ "connectivity": [ "wifi" ], - "release_year": 2024, + "release_year": 2023, "resolution": { - "megapixels": 5, + "label": "2K", "max_width": 2560, "max_height": 1920, - "label": "2K QHD" + "megapixels": 5 }, "lens": { - "count": 1, - "focal_length_mm": "2.4mm", - "aperture": "F2.0", - "varifocal": false + "aperture": "F/2.1", + "count": 1 }, - "field_of_view_deg": "160 diagonal", + "field_of_view_deg": "160 (diagonal)", "night_vision": { - "type": "color", - "range_m": 5 + "type": "hybrid", + "range_m": 8 }, "power": { - "method": "Built-in 5000 mAh rechargeable battery / hardwired optional" + "method": "battery" }, "storage": { + "max_microsd_gb": 512, + "cloud": true, "onboard": false, - "nvr_compatible": false, - "cloud": true + "nvr_compatible": false }, - "protocols": [ - "http" - ], + "protocols": [], "ip_rating": "IP64", "audio": { "microphone": true, @@ -119256,18 +118202,30 @@ "requires Tapo H200 hub" ], "sources": [ - "https://www.tapo.com/us/product/smart-camera/tapo-d230s1/" + "https://www.tapo.com/us/product/smart-camera/tapo-d230s1/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-d230s1/", + "https://www.tp-link.com/us/support/faq/3879/", + "https://www.tapo.com/en/product/smart-camera/tapo-d230s1/", + "https://www.tapo.com/us/faq/397/" ], "power_source": [ - "battery", - "ac-mains" + "battery" ], "configs": { "home_assistant": { "integration": "tapo", "notes": "Requires Tapo H200 hub. No RTSP or ONVIF — hub-based only. TP-Link Tapo integration exposes the doorbell via the hub. Not compatible with Frigate or Blue Iris." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 15 + }, + "sensor": "1/2.7\"", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "146 x 54.5 x 35.5" }, { "id": "tapo-d235", @@ -119283,36 +118241,33 @@ "release_year": 2024, "resolution": { "megapixels": 5, - "max_width": 2880, - "max_height": 1620, - "label": "3K 5MP" + "max_width": 2560, + "max_height": 1920, + "label": "2K 5MP" }, "lens": { "count": 1, - "focal_length_mm": "Fixed", - "aperture": "F1.6", + "focal_length_mm": "1.18mm", + "aperture": "F1.8", "varifocal": false }, - "field_of_view_deg": "160 diagonal", + "field_of_view_deg": "170.6 (horizontal) / 140.1 (vertical) / up to 180 diagonal", "night_vision": { - "type": "color", - "range_m": 5 + "type": "hybrid", + "range_m": 10 }, "power": { - "method": "Hardwired (existing 16-24V AC doorbell wiring)" + "method": "10000mAh built-in rechargeable Li-ion battery (up to ~210 days typical / 365 days max use), OR hardwired to existing doorbell transformer (8-24V AC, 10-40VA) / DC adapter (9-24V DC, >=10W, 2-pin no-polarity)" }, "storage": { "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": false, + "max_microsd_gb": 512, "cloud": true }, "protocols": [ - "rtsp", - "onvif", - "http" + "rtsp" ], - "ip_rating": "IP44", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, @@ -119328,9 +118283,15 @@ "free cloud storage" ], "sources": [ - "https://www.tapo.com/en/product/smart-doorbell/tapo-d235/" + "https://www.tapo.com/en/product/smart-doorbell/tapo-d235/", + "https://www.tapo.com/en/product/smart-camera/tapo-d235/", + "https://static.tp-link.com/upload/product-overview/2024/202412/20241231/Tapo%20D235%201.0_Datasheet.pdf", + "https://www.tp-link.com/us/support/faq/4465/", + "https://www.tp-link.com/us/support/faq/3972/", + "https://community.tp-link.com/en/smart-home/forum/topic/712770" ], "power_source": [ + "battery", "ac-mains" ], "configs": { @@ -119352,68 +118313,81 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Requires Always-On mode enabled in Tapo app." } - } + }, + "video": { + "codecs": [ + "H264" + ], + "max_fps": 20 + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "150 x 50 x 38.4 (doorbell unit only, excludes chime)", + "weight_g": 297 }, { "id": "tapo-tc40", "brand": "Tapo", "model": "TC40", - "type": "bullet", + "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2021, + "power_source": [ + "dc" + ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "1080p Full HD", + "max_width": 1920, + "max_height": 1080, + "megapixels": 2 + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15, + "streams": [ + { + "resolution": "1920x1080", + "fps": 15, + "codec": "H.264" + } + ] }, + "sensor": "1/3\" Progressive Scan CMOS", "lens": { - "count": 1, - "focal_length_mm": "3.9mm", - "aperture": "F1.6", - "varifocal": false + "focal_length_mm": "3.89", + "count": 1 }, - "field_of_view_deg": "105 horizontal", + "field_of_view_deg": "85.5 diagonal, 73.5 horizontal, 41 vertical", "night_vision": { "type": "color", "range_m": 30 }, "power": { - "method": "DC 12V (outdoor adapter)" + "method": "12V DC power adapter (input 100-240V 50/60Hz, output 9V 0.85A)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "onboard": false, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "2K outdoor fixed bullet", - "starlight color night vision", - "AI person detection", - "motion detection", - "IP66", - "RTSP/ONVIF", - "Alexa / Google", - "no subscription" + "ip_rating": "IP65", + "operating_temp_c": "-30 to 60", + "dimensions_mm": "123.8 x 123 x 90", + "markets": [ + "global" ], "sources": [ - "https://www.tapo.com/" - ], - "power_source": [ - "dc" + "https://www.tp-link.com/uk/home-networking/cloud-camera/tc40/", + "https://www.tapo.com/en/product/smart-camera/tc40/", + "https://static.tp-link.com/upload/manual/2023/202309/20230919/1910013472_TC40_UG_V1.pdf" ], "configs": { "frigate": { @@ -119439,33 +118413,43 @@ "id": "tapo-tc55", "brand": "Tapo", "model": "Tapo TC55", - "type": "ptz", + "type": "bullet", "connectivity": [ "wifi" ], - "release_year": 2024, + "power_source": [ + "ac-mains" + ], "resolution": { - "megapixels": 4, + "label": "2K QHD", "max_width": 2560, "max_height": 1440, - "label": "2K QHD" + "megapixels": 4 + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 15 }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", "lens": { "count": 1, - "focal_length_mm": "3.2mm", + "focal_length_mm": "2.1mm", + "aperture": "F2.1", "varifocal": false }, + "field_of_view_deg": "153 (Diagonal), 134 (Horizontal), 77.6 (Vertical)", "night_vision": { "type": "hybrid", "range_m": 30 }, "power": { - "method": "DC 9V" + "method": "Hardwired only, 110-240V AC, 50/60Hz (no battery/DC option)" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, "cloud": true }, "protocols": [ @@ -119478,21 +118462,17 @@ "speaker": true, "two_way": true }, - "features": [ - "2K outdoor pan/tilt WiFi camera", - "360° pan / 130° tilt", - "spotlight for color night vision", - "AI person/vehicle detection", - "IP65 weatherproof", - "built-in siren", - "two-way audio", - "Alexa / Google" + "operating_temp_c": "-20 to 45 (-4F to 113F)", + "dimensions_mm": "151 x 151 x 145.6", + "weight_g": 686, + "release_year": 2024, + "markets": [ + "global" ], "sources": [ - "https://www.tapo.com/" - ], - "power_source": [ - "dc" + "https://www.tp-link.com/us/home-networking/cloud-camera/tc55/", + "https://static.tp-link.com/upload/product-overview/2024/202405/20240524/TC55(US)1.6_Datasheet.pdf", + "https://www.tapo.com/en/product/smart-camera/tc55/" ], "configs": { "frigate": { @@ -119526,78 +118506,72 @@ "connectivity": [ "wifi" ], - "release_year": 2023, + "power_source": [ + "battery" + ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "2K 3MP", + "max_width": 2304, + "max_height": 1296, + "megapixels": 3 }, - "sensor": "CMOS", + "video": { + "codecs": [ + "h264" + ], + "max_fps": 15, + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 15, + "codec": "h264" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS Starlight Sensor", "lens": { "count": 1, - "focal_length_mm": "Fixed", - "aperture": "F1.6", + "focal_length_mm": "3.17", + "aperture": "F1.65", "varifocal": false }, - "field_of_view_deg": "118 horizontal", + "field_of_view_deg": "125 (diagonal), 111 (horizontal), 56 (vertical)", "night_vision": { - "type": "color", - "range_m": 15 + "type": "hybrid", + "range_m": 9 }, "power": { - "method": "Hardwired (AC mains)" + "method": "Built-in 6400 mAh rechargeable Li-ion battery (up to 180-day life), charged via USB-C; optional Tapo A201/A200 solar panel sold separately" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, + "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP44", + "protocols": [], + "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, "two_way": true }, - "features": [ - "2K floodlight camera", - "2000-lumen dual floodlight", - "F1.6 color night vision", - "AI person/vehicle detection", - "two-way audio", - "active deterrence (light + siren)", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "IP44" + "operating_temp_c": "-20 to 45", + "dimensions_mm": "60 (D) x 89 (H)", + "weight_g": 230, + "markets": [ + "global" ], "sources": [ - "https://www.tapo.com/en/product/outdoor-camera/tapo-tc82/" - ], - "power_source": [ - "ac-mains" + "https://www.tp-link.com/us/home-networking/cloud-camera/tc82/", + "https://www.tapo.com/en/product/smart-camera/tc82/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240322/Tapo%20C410&TC82%20KIT_1.0&1.6_Datasheet.pdf" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } } }, @@ -119608,79 +118582,75 @@ "aliases": [ "Smart Outdoor PTZ Camera with Floodlight" ], - "type": "ptz", + "type": "bullet", "connectivity": [ "wifi" ], - "release_year": 2023, + "power_source": [ + "battery", + "solar" + ], "resolution": { "megapixels": 4, "max_width": 2560, "max_height": 1440, "label": "2K QHD" }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2560x1440", + "fps": 30, + "codec": "H.264" + } + ] + }, + "sensor": "1/3\" Progressive Scan CMOS", "lens": { "count": 1, - "focal_length_mm": "2.8mm", - "aperture": "F1.6", + "focal_length_mm": "2.1mm", "varifocal": false }, - "field_of_view_deg": "360 pan / 140 tilt", + "field_of_view_deg": "150 diagonal", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 15 }, "power": { - "method": "Hardwired (AC)" + "method": "Built-in rechargeable lithium-ion battery (10,000mAh); optional Tapo solar panel" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, + "onboard": false, + "max_microsd_gb": 512, "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp" - ], - "ip_rating": "IP65", + "protocols": [], + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, "two_way": true }, - "features": [ - "2K pan/tilt floodlight camera", - "360deg AI tracking", - "AI person/pet/vehicle detection", - "built-in floodlight", - "color night vision", - "IP65", - "built-in siren", - "no subscription" + "operating_temp_c": "-20 to 45", + "dimensions_mm": "116.2 x 64.8 x 64.8", + "weight_g": 235, + "markets": [ + "global" ], "sources": [ - "https://www.tapo.com/" - ], - "power_source": [ - "ac-mains" + "https://www.tp-link.com/us/home-networking/cloud-camera/tc85/", + "https://www.tapo.com/en/product/smart-camera/tc85/" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } } }, diff --git a/docs/cameras.json b/docs/cameras.json index 45ea2619..6e135d13 100644 --- a/docs/cameras.json +++ b/docs/cameras.json @@ -114703,40 +114703,41 @@ "id": "tapo-c100", "brand": "Tapo", "model": "Tapo C100", - "type": "dome", + "type": "bullet", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 2, + "label": "1080p Full HD", "max_width": 1920, "max_height": 1080, - "label": "1080p" + "megapixels": 2 }, "lens": { - "count": 1, - "focal_length_mm": "2.9mm", + "focal_length_mm": "3.15", "aperture": "F2.0", + "count": 1, "varifocal": false }, - "field_of_view_deg": "105 horizontal", + "field_of_view_deg": "117 (Diagonal), 98.8 (Horizontal), 53.5 (Vertical)", "night_vision": { - "type": "color", - "range_m": 10 + "type": "ir", + "range_m": 12 }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC Power Adapter (100-240V AC input, 50/60Hz)" }, "storage": { - "onboard": true, - "max_microsd_gb": 128, - "nvr_compatible": false, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "onboard": false, + "nvr_compatible": true }, "protocols": [ - "rtsp" + "rtsp", + "onvif", + "p2p" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, @@ -114750,11 +114751,14 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c100/", + "https://www.tapo.com/us/product/smart-camera/tapo-c100/", + "https://www.tp-link.com/us/support/faq/4465/", + "https://www.tp-link.com/us/support/faq/2680/" ], "release_year": 2020, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -114774,90 +114778,16 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } - }, - { - "id": "tapo-c100-global", - "brand": "Tapo", - "model": "C100", - "aliases": [ - "TP-Link Tapo C100 1080p Basic Indoor WiFi" - ], - "type": "dome", - "connectivity": [ - "wifi" - ], - "release_year": 2020, - "resolution": { - "megapixels": 2, - "max_width": 1920, - "max_height": 1080, - "label": "1080p HD" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", - "varifocal": false - }, - "field_of_view_deg": "130 horizontal", - "night_vision": { - "type": "ir", - "range_m": 9 - }, - "power": { - "method": "DC 5V (USB)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 128, - "nvr_compatible": false, - "cloud": true }, - "protocols": [ - "rtsp" - ], - "ip_rating": "IP20", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30 }, - "features": [ - "1080p entry indoor WiFi", - "motion detection", - "night vision", - "two-way audio", - "Tapo app / Alexa / Google", - "most affordable Tapo indoor camera", - "RTSP support" - ], - "sources": [ - "https://www.tapo.com/en/product/indoor-camera/tapo-c100/" - ], - "power_source": [ - "usb" - ], - "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } + "sensor": "1/3\" Progressive Scan CMOS", + "operating_temp_c": "0 to 40", + "dimensions_mm": "67.6 x 54.6 x 98.9" }, { "id": "tapo-c110", @@ -114868,35 +114798,33 @@ "wifi" ], "resolution": { - "megapixels": 3, + "label": "2K 3MP", "max_width": 2304, "max_height": 1296, - "label": "3MP 1296p" + "megapixels": 3 }, "lens": { "count": 1, - "focal_length_mm": "2.9mm", + "focal_length_mm": "3.15", "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "127 horizontal", + "field_of_view_deg": "129.4° diagonal, 107.6° horizontal, 57.6° vertical", "night_vision": { - "type": "color", - "range_m": 10 + "type": "ir", + "range_m": 9 }, "power": { - "method": "DC 5V (USB)" + "method": "9V/0.6A DC power adapter (100-240V AC input)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": false, + "max_microsd_gb": 512, "cloud": true }, "protocols": [ - "rtsp" + "rtsp", + "onvif" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, @@ -114911,11 +114839,13 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c110/", + "https://static.tp-link.com/2021/202102/20210205/Tapo%20C110(EU)1.0_Datasheet.pdf", + "https://www.tapo.com/us/news/309/" ], "release_year": 2022, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -114935,48 +114865,66 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15, + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 15, + "codec": "H.264" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS", + "operating_temp_c": "0 to 40", + "dimensions_mm": "67.6 x 54.6 x 98.9", + "environment": [ + "indoor" + ] }, { "id": "tapo-c120", "brand": "Tapo", "model": "Tapo C120", - "type": "bullet", + "type": "dome", "connectivity": [ - "wifi", - "ethernet" + "wifi" ], "resolution": { - "megapixels": 3.7, + "label": "2K QHD", "max_width": 2560, "max_height": 1440, - "label": "2K QHD" + "megapixels": 3.7 }, "lens": { "count": 1, - "focal_length_mm": "2.8mm", - "aperture": "F2.0", + "focal_length_mm": "3.17", + "aperture": "f/1.65", "varifocal": false }, - "field_of_view_deg": "130 horizontal", + "field_of_view_deg": "120 diagonal, 103 horizontal, 55 vertical", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 9 }, "power": { - "method": "DC 5V (USB) or PoE" + "method": "5V DC power adapter (USB-A adapter to USB-C camera connector), 100-240V 50/60Hz input, 5.0V/1.0A output" }, "storage": { "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, + "max_microsd_gb": 512, "cloud": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP44", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, @@ -114994,7 +114942,11 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C120%201.0&1.6_Datasheet.pdf", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c120/", + "https://www.tapo.com/en/product/smart-camera/tapo-c120/", + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/press/news/20867/" ], "release_year": 2023, "power_source": [ @@ -115018,66 +114970,78 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 20 + }, + "sensor": "1/2.9\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-25 to 45", + "dimensions_mm": "67.4 x 57.4 x 44.1", + "weight_g": 100, + "environment": [ + "indoor", + "outdoor" + ] }, { - "id": "tapo-c120-indoor", + "id": "tapo-c121", "brand": "Tapo", - "model": "C120", - "type": "dome", + "model": "Tapo C121", + "type": "turret", "connectivity": [ "wifi" ], "release_year": 2024, "resolution": { - "megapixels": 4, + "label": "2K QHD 4MP", "max_width": 2560, "max_height": 1440, - "label": "4MP QHD" + "megapixels": 4 }, - "sensor": "CMOS", "lens": { + "focal_length_mm": "3.17", + "aperture": "f/1.65", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "130 horizontal", "night_vision": { - "type": "color", - "range_m": 6 + "type": "hybrid", + "range_m": 9 }, "power": { - "method": "DC 5V (USB)" + "method": "5V DC power adapter (100-240V AC input), 5.0V/1.0A output, USB-A adapter to USB-C camera connector" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, "cloud": true }, "protocols": [ "rtsp", - "onvif" + "onvif", + "http" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "4MP QHD indoor compact", - "color night vision", + "2K QHD indoor pan/tilt 360°", "AI person/pet detection", - "privacy shutter", - "H.265", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "budget indoor camera 2024" + "privacy mode physical shutter", + "two-way audio", + "night vision", + "activity zones", + "Alexa / Google", + "no subscription required" ], "sources": [ - "https://www.tapo.com/en/product/indoor-camera/tapo-c120/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c121/", + "https://static.tp-link.com/upload/product-overview/2024/202410/20241031/Tapo%20C121(US)1.6_Datasheet.pdf" ], "power_source": [ "usb" @@ -115100,40 +115064,53 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 20 + }, + "sensor": "1/2.9\" Progressive Scan CMOS Starlight Sensor", + "field_of_view_deg": "120 (diagonal), 103 (horizontal), 55 (vertical)", + "ip_rating": "IP66", + "operating_temp_c": "-25 to 45", + "dimensions_mm": "67.4 x 57.4 x 44.1", + "weight_g": 100 }, { - "id": "tapo-c121", + "id": "tapo-c125", "brand": "Tapo", - "model": "Tapo C121", + "model": "Tapo C125", "type": "dome", "connectivity": [ "wifi" ], - "release_year": 2024, "resolution": { - "megapixels": 4, + "label": "2K QHD", "max_width": 2560, "max_height": 1440, - "label": "2K QHD" + "megapixels": 4 }, "lens": { + "focal_length_mm": "2.45", + "aperture": "f/2.0", "count": 1, - "focal_length_mm": "3.0mm", "varifocal": false }, + "field_of_view_deg": "140 (diagonal), 120 (horizontal), 67 (vertical)", "night_vision": { "type": "ir", - "range_m": 10 + "range_m": 9 }, "power": { - "method": "DC 5V (USB-C)" + "method": "9V DC power adapter (100-240V AC input, 9.0V/0.6A DC output)" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": false, - "cloud": true + "cloud": true, + "nvr_compatible": true }, "protocols": [ "rtsp", @@ -115145,20 +115122,22 @@ "two_way": true }, "features": [ - "2K QHD indoor pan/tilt 360°", - "AI person/pet detection", - "privacy mode physical shutter", - "two-way audio", - "night vision", - "activity zones", + "5MP 2K+ high resolution", + "physical privacy shutter", + "AI person/pet/vehicle/sound detection", + "StarLight color night vision", + "WPA3 security", "Alexa / Google", - "no subscription required" + "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c125/", + "https://www.tp-link.com/us/support/faq/4465/", + "https://www.notebookcheck.net/Tapo-C125-AI-Home-Security-WiFi-Camera-with-privacy-shutter-now-in-more-countries.827597.0.html" ], + "release_year": 2024, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -115178,73 +115157,95 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } - }, - { - "id": "tapo-c125", - "brand": "Tapo", - "model": "Tapo C125", - "type": "dome", + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2560x1440", + "codec": "H.264", + "fps": 30 + } + ] + }, + "sensor": "1/2.9\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "0 to 40", + "dimensions_mm": "76.4 x 66.4 x 44.6", + "environment": [ + "indoor" + ] + }, + { + "id": "tapo-c200", + "brand": "Tapo", + "model": "Tapo C200", + "type": "ptz", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 5, - "max_width": 2560, - "max_height": 1920, - "label": "5MP 2K+" + "label": "1080p", + "max_height": 1080, + "max_width": 1920, + "megapixels": 2 }, "lens": { + "aperture": "f/2.0", "count": 1, - "focal_length_mm": "2.8mm", - "aperture": "F1.8", + "focal_length_mm": "4.0", "varifocal": false }, - "field_of_view_deg": "114 horizontal", + "field_of_view_deg": "88.3 (Diagonal), 75.2 (Horizontal), 40.8 (Vertical)", "night_vision": { - "type": "color", - "range_m": 9 + "range_m": 9, + "type": "ir" }, "power": { - "method": "DC 5V (USB)" + "method": "9V/0.6A DC power adapter (barrel jack)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "max_microsd_gb": 512, + "nvr_compatible": false, + "onboard": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "5MP 2K+ high resolution", - "physical privacy shutter", - "AI person/pet/vehicle/sound detection", - "StarLight color night vision", - "WPA3 security", + "360deg pan / 114deg tilt", + "1080p indoor PT", + "motion tracking", + "night vision IR", + "sound/motion detection", "Alexa / Google", "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c200/", + "https://www.comx-computers.co.za/TAPO-C200-specifications-245352.htm", + "https://lesterchan.net/blog/2019/12/20/tp-link-tapo-c200-wi-fi-camera-review/", + "https://www.tp-link.com/us/support/faq/2742/" ], - "release_year": 2023, + "release_year": 2019, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { "detect": { - "width": 1280, - "height": 720, + "width": 640, + "height": 480, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -115258,40 +115259,61 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15, + "streams": [ + { + "codec": "H.264", + "fps": 15, + "name": "main", + "resolution": "1920x1080" + } + ] + }, + "sensor": "1/3\\\" Progressive Scan CMOS", + "operating_temp_c": "0 to 40", + "dimensions_mm": "86.6 x 85 x 117.7", + "environment": [ + "indoor" + ] }, { - "id": "tapo-c135", + "id": "tapo-c210", "brand": "Tapo", - "model": "Tapo C135", - "type": "dome", + "model": "Tapo C210", + "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2025, "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "2K (3MP)", + "max_width": 2304, + "max_height": 1296, + "megapixels": 3 }, "lens": { "count": 1, - "focal_length_mm": "3.0mm", + "focal_length_mm": "4", + "aperture": "F2.0", "varifocal": false }, + "field_of_view_deg": "83 (horizontal), 45 (vertical), 98 (diagonal)", "night_vision": { "type": "ir", "range_m": 10 }, "power": { - "method": "DC 5V (USB-C)" + "method": "9V DC power adapter (100-240VAC input, 9V/0.6A DC output, 2.1mm/5.5mm barrel connector)" }, "storage": { - "onboard": true, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": false, - "cloud": true + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", @@ -115303,26 +115325,28 @@ "two_way": true }, "features": [ - "2K QHD indoor pan/tilt camera", - "AI auto-tracking of people/pets", - "privacy mode physical shutter", - "two-way audio", - "night vision", - "activity zones", + "3MP 1296p pan/tilt", + "360deg pan / 114deg tilt", + "motion tracking", + "AI person/pet detection", + "night vision IR", "Alexa / Google", - "no subscription required" + "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c210/v1%20(1-pack)/", + "https://www.tapo.com/us/product/smart-camera/tapo-c210/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C210%202.20&2.26&2.28_Datasheet.pdf" ], + "release_year": 2021, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { "detect": { - "width": 1280, - "height": 720, + "width": 640, + "height": 480, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -115336,39 +115360,60 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "max_fps": 15, + "codecs": [ + "H.264" + ], + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 15, + "codec": "H.264" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS", + "operating_temp_c": "0 to 40", + "dimensions_mm": "85.4 x 86.8 x 117.7", + "weight_g": 190, + "environment": [ + "indoor" + ] }, { - "id": "tapo-c200", + "id": "tapo-c216", "brand": "Tapo", - "model": "Tapo C200", + "model": "Tapo C216", "type": "ptz", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 2, - "max_width": 1920, - "max_height": 1080, - "label": "1080p" + "label": "2K 3MP", + "max_width": 2304, + "max_height": 1296, + "megapixels": 3 }, "lens": { "count": 1, - "focal_length_mm": "2.9mm", + "focal_length_mm": "4mm", "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "360 pan / 114 tilt", + "field_of_view_deg": "360 pan / 152 tilt", "night_vision": { - "type": "ir", - "range_m": 9 + "type": "color", + "range_m": 12 }, "power": { - "method": "DC 5V (USB)" + "method": "5V DC Power Adapter, USB Type-C connector on camera / USB-A on adapter, input 100-240V 50/60Hz, output 5.0V/1.0A, 2.3W typical / 5W max" }, "storage": { "onboard": true, - "max_microsd_gb": 128, + "max_microsd_gb": 512, "nvr_compatible": true, "cloud": true }, @@ -115376,33 +115421,39 @@ "rtsp", "onvif" ], - "ip_rating": "IP20", + "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "360deg pan / 114deg tilt", - "1080p indoor PT", + "HybridCam 360 indoor/outdoor flexible", + "2K QHD pan/tilt", + "AI person/pet/vehicle detection", "motion tracking", - "night vision IR", - "sound/motion detection", - "Alexa / Google", + "IP44 all-weather", + "starlight color night vision", + "H500 compatible", "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://static.tp-link.com/upload/product-overview/2025/202506/20250606/Tapo%20C216%201.0&1.6&1.8_Datasheet.pdf", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c216/", + "https://www.tapo.com/us/product/smart-camera/tapo-c216/" ], - "release_year": 2020, + "aliases": [ + "HybridCam 360" + ], + "release_year": 2025, "power_source": [ "usb" ], "configs": { "frigate": { "detect": { - "width": 640, - "height": 480, + "width": 1280, + "height": 720, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -115416,73 +115467,93 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "max_fps": 30, + "codecs": [ + "h264" + ], + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 30, + "codec": "h264" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 50", + "dimensions_mm": "105.3 x 77.8 x 69.8", + "weight_g": 220, + "environment": [ + "indoor", + "outdoor" + ] }, { - "id": "tapo-c210", + "id": "tapo-c220", "brand": "Tapo", - "model": "Tapo C210", + "model": "Tapo C220", "type": "ptz", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 3, - "max_width": 2304, - "max_height": 1296, - "label": "3MP 1296p" + "label": "2K QHD", + "max_height": 1440, + "max_width": 2560, + "megapixels": 4 }, "lens": { - "count": 1, - "focal_length_mm": "2.9mm", "aperture": "F2.0", + "count": 1, + "focal_length_mm": "4", "varifocal": false }, - "field_of_view_deg": "360 pan / 114 tilt", + "field_of_view_deg": "88 (diagonal), 75 (horizontal), 41 (vertical)", "night_vision": { - "type": "ir", - "range_m": 9 + "range_m": 12, + "type": "ir" }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC Power Adapter (100-240V AC input, 9V/0.6A DC output)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "max_microsd_gb": 512, + "nvr_compatible": false, + "onboard": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, + "audio": {}, "features": [ - "3MP 1296p pan/tilt", - "360deg pan / 114deg tilt", + "2K QHD pan/tilt indoor", + "360deg pan / 130deg tilt", + "AI person/pet/vehicle detection", "motion tracking", - "AI person/pet detection", - "night vision IR", + "physical privacy shutter", + "sound classification", "Alexa / Google", "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c220/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c220/#specifications", + "https://www.tapo.com/us/product/smart-camera/tapo-c220/" ], "release_year": 2021, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { "detect": { - "width": 640, - "height": 480, + "width": 1280, + "height": 720, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -115496,76 +115567,90 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } - }, - { - "id": "tapo-c210-india", - "brand": "Tapo", - "model": "C210 (India)", - "aliases": [ - "TP-Link Tapo C210 3MP Pan/Tilt India" - ], - "type": "ptz", - "connectivity": [ - "wifi" + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [] + }, + "sensor": "1/3\" Progressive Scan Non-Starlight Sensor", + "operating_temp_c": "0 to 40", + "dimensions_mm": "85.4 x 86.8 x 117.7", + "environment": [ + "indoor" + ] + }, + { + "id": "tapo-c222", + "brand": "Tapo", + "model": "C222", + "aliases": [ + "TP-Link Tapo C222 3MP Indoor Colour Night" ], - "release_year": 2022, - "markets": [ - "IN", - "global" + "type": "ptz", + "connectivity": [ + "wifi", + "ethernet" + ], + "power_source": [ + "dc", + "poe" ], "resolution": { - "megapixels": 3, - "max_width": 2304, - "max_height": 1296, - "label": "3MP 2K" + "label": "2K QHD", + "max_width": 2560, + "max_height": 1440, + "megapixels": 4 }, - "sensor": "CMOS", + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30 + }, + "sensor": "1/3\" Progressive Scan CMOS", "lens": { + "focal_length_mm": "4", + "aperture": "F2.2", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", "varifocal": false }, - "field_of_view_deg": "360 pan / 114 tilt", + "field_of_view_deg": "90 diagonal, 76.2 horizontal, 41.8 vertical", "night_vision": { "type": "ir", - "range_m": 9 + "range_m": 12 }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC power adapter, 100-240V 50/60Hz input, 9V/0.6A output" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "onboard": false, + "nvr_compatible": false }, "protocols": [ "rtsp", - "onvif" + "onvif", + "p2p" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, "two_way": true }, - "features": [ - "3MP 2K indoor pan/tilt", - "360deg coverage", - "AI person/pet detection", - "privacy mode shutter", - "H.265", - "Tapo app / Alexa / Google HomeKit", - "RTSP/ONVIF", - "₹2,500–3,500 best value India indoor cam" + "operating_temp_c": "0 to 40", + "dimensions_mm": "82.05 x 82 x 112.6", + "markets": [ + "global" ], "sources": [ - "https://www.tapo.com/in/" - ], - "power_source": [ - "usb" + "https://www.tp-link.com/en/home-networking/cloud-camera/tapo-c222/", + "https://www.tp-link.com/in/home-networking/cloud-camera/tapo-c222/", + "https://static.tp-link.com/upload/product-overview/2025/202503/20250327/Tapo%20C222%201.0&1.8_Datasheet.pdf", + "https://www.tapo.com/en/product/smart-camera/tapo-c222/" ], "configs": { "frigate": { @@ -115588,80 +115673,73 @@ } }, { - "id": "tapo-c210-latam", + "id": "tapo-c225", "brand": "Tapo", - "model": "C210 (LATAM)", - "aliases": [ - "TP-Link Tapo C210 3MP Indoor Argentina Chile Brazil" - ], + "model": "Tapo C225", "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2022, - "markets": [ - "AR", - "BR", - "CL", - "LATAM" - ], "resolution": { - "megapixels": 3, - "max_width": 2304, - "max_height": 1296, - "label": "3MP 2K" + "label": "2K QHD", + "max_width": 2688, + "max_height": 1520, + "megapixels": 4.1 }, - "sensor": "CMOS", "lens": { + "focal_length_mm": "4.3", + "aperture": "f/1.6", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", "varifocal": false }, - "field_of_view_deg": "360 pan / 114 tilt", + "field_of_view_deg": "100 (diagonal) / 83 (horizontal) / 43 (vertical)", "night_vision": { "type": "ir", - "range_m": 9 + "range_m": 10 }, "power": { - "method": "DC 5V (USB)" + "method": "12V DC power adapter (barrel connector, 100-240V AC input)" }, "storage": { - "onboard": true, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": true, + "nvr_compatible": false, "cloud": true }, "protocols": [ - "rtsp", - "onvif" + "rtsp" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "3MP 2K indoor pan/tilt", - "AI person/pet detection", - "privacy shutter", - "H.265", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "top-rated Mercado Libre Argentina indoor cam" + "2K QHD smart AI pan/tilt", + "AI person/pet/vehicle detection", + "motion tracking", + "line-crossing detection", + "physical privacy shutter", + "sound classification", + "baby cry detection", + "Alexa / Google", + "no subscription" ], "sources": [ - "https://www.tp-link.com/ar/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c225/", + "https://www.tapo.com/us/product/smart-camera/tapo-c225/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C225%202.0&2.6&2.8_Datasheet.pdf", + "https://www.tp-link.com/us/support/download/tapo-c225/" ], + "release_year": 2023, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { "detect": { - "width": 640, - "height": 480, + "width": 1280, + "height": 720, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -115675,84 +115753,87 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30 + }, + "sensor": "1/2.9\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "0 to 40", + "dimensions_mm": "80 x 80 x 112", + "weight_g": 312, + "environment": [ + "indoor" + ] }, { - "id": "tapo-c210-mena", + "id": "tapo-c230", "brand": "Tapo", - "model": "C210 (MENA)", - "aliases": [ - "TP-Link Tapo C210 3MP Indoor UAE/KSA" - ], + "model": "Tapo C230", "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2022, - "markets": [ - "AE", - "SA", - "MENA" - ], "resolution": { - "megapixels": 3, - "max_width": 2304, - "max_height": 1296, - "label": "3MP 2K" + "label": "3K", + "max_width": 2880, + "max_height": 1620, + "megapixels": 5 }, - "sensor": "CMOS", "lens": { + "focal_length_mm": "4", + "aperture": "f/2.0", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", "varifocal": false }, - "field_of_view_deg": "360 pan / 114 tilt", + "field_of_view_deg": "88° diagonal, 75° horizontal, 41° vertical (image FOV; separate from 360° pan / 114° tilt mechanical range)", "night_vision": { "type": "ir", - "range_m": 9 + "range_m": 12 }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC power adapter (input 100-240V 50/60Hz, output 9V/0.6A)" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "onboard": true, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "3MP 2K indoor pan/tilt", - "AI person/pet detection", - "privacy mode shutter", - "H.265", - "Tapo app / Alexa / Google / HomeKit", - "RTSP/ONVIF", - "≈109 AED on Amazon.ae / Jarir KSA", - "#1 budget indoor UAE/KSA home camera" + "5MP 2K+ pan/tilt indoor", + "AI person/pet/vehicle detection", + "motion tracking", + "physical privacy shutter", + "sound classification", + "no subscription" ], "sources": [ - "https://www.tapo.com/me-en/", - "https://www.jarir.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c230/", + "https://www.tapo.com/en/product/smart-camera/tapo-c230/", + "https://us.store.tapo.com/products/pan-tilt-3k-qhd-indoor-security-camera-tapo-c230", + "https://static.tp-link.com/upload/manual/2024/202412/20241206/1910013865_Tapo%20C230%201.0_UG_V1.pdf" ], + "release_year": 2024, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { "detect": { - "width": 640, - "height": 480, + "width": 1280, + "height": 720, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -115766,82 +115847,97 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2880x1620", + "codec": "H.264", + "fps": 30 + } + ] + }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "0 to 40", + "dimensions_mm": "85.4 x 86.8 x 117.7", + "environment": [ + "indoor" + ] }, { - "id": "tapo-c210-vn", + "id": "tapo-c246d", "brand": "Tapo", - "model": "C210 (Vietnam)", - "aliases": [ - "TP-Link Tapo C210 3MP Vietnam", - "Camera WiFi Tapo Việt Nam" - ], + "model": "Tapo C246D", "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2022, - "markets": [ - "VN" - ], "resolution": { - "megapixels": 3, + "label": "2K (3MP per lens)", "max_width": 2304, "max_height": 1296, - "label": "3MP 2K" + "megapixels": 2.99 }, - "sensor": "CMOS", "lens": { - "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", + "count": 2, + "focal_length_mm": "2.8 (fixed lens) / 6.0 (pan-tilt lens)", + "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "360 pan / 114 tilt", + "field_of_view_deg": "125.5 diagonal (fixed lens) / 67.1 diagonal (pan-tilt lens)", "night_vision": { - "type": "ir", - "range_m": 9 + "type": "hybrid", + "range_m": 12 }, "power": { - "method": "DC 5V (USB)" + "method": "5V DC power adapter (100-240V AC input, Type-C/USB-C output connector, 3m cable)" }, "storage": { - "onboard": true, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", + "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "3MP 2K indoor pan/tilt", - "AI person/pet detection", - "privacy shutter", - "H.265", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "Shopee/Lazada Vietnam top-rated indoor cam", - "≈500,000–800,000 VND" + "HybridCam Duo 2K dual-lens indoor/outdoor", + "AI tracking", + "person/pet/vehicle detection", + "IP44", + "starlight color night vision", + "no subscription" ], "sources": [ - "https://www.tp-link.com/vn/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c246d/", + "https://www.tp-link.com/us/support/download/tapo-c246d/", + "https://www.tp-link.com/us/press/news/21827/" ], - "power_source": [ - "usb" + "aliases": [ + "HybridCam Duo" + ], + "release_year": 2025, + "power_source": [ + "dc" ], "configs": { "frigate": { "detect": { - "width": 640, - "height": 480, + "width": 1280, + "height": 720, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -115855,67 +115951,96 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15, + "streams": [ + { + "name": "Fixed lens", + "resolution": "2304x1296", + "fps": 15, + "codec": "h264" + }, + { + "name": "Pan/tilt lens", + "resolution": "2304x1296", + "fps": 15, + "codec": "h264" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 50", + "dimensions_mm": "78 x 76.83 x 106.83", + "weight_g": 277, + "environment": [ + "indoor", + "outdoor" + ] }, { - "id": "tapo-c216", + "id": "tapo-c260", "brand": "Tapo", - "model": "Tapo C216", + "model": "Tapo C260", "type": "ptz", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "4K (8MP)", + "max_width": 3840, + "max_height": 2160, + "megapixels": 8 }, "lens": { + "focal_length_mm": "4.3", + "aperture": "F1.6", "count": 1, - "focal_length_mm": "2.9mm", - "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "360 pan / 150 tilt", + "field_of_view_deg": "109.6 (diagonal), 91.5 (horizontal), 46.1 (vertical)", "night_vision": { - "type": "color", - "range_m": 9 + "type": "ir", + "range_m": 12 }, "power": { - "method": "DC 5V (USB adapter) or included power supply" + "method": "5V/2A via USB-C cable from included AC adapter (100-240V, 50/60Hz)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "onboard": false, + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP44", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "HybridCam 360 indoor/outdoor flexible", - "2K QHD pan/tilt", + "RoomCam 360 4K indoor pan/tilt", "AI person/pet/vehicle detection", - "motion tracking", - "IP44 all-weather", + "facial recognition", + "360deg AI tracking", + "dual-band WiFi 5 (2.4/5GHz)", "starlight color night vision", - "H500 compatible", "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c260/", + "https://www.tapo.com/us/product/smart-camera/tapo-c260/", + "https://static.tp-link.com/upload/product-overview/2025/202504/20250430/Tapo%20C260%201.0_Datasheet.pdf", + "https://www.tp-link.com/us/press/news/21827/" ], "aliases": [ - "HybridCam 360" + "RoomCam 360" ], "release_year": 2025, "power_source": [ @@ -115939,74 +116064,87 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "max_fps": 25, + "codecs": [ + "H.264" + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "0 to 40", + "dimensions_mm": "74.59 x 88.74 x 118.87", + "weight_g": 210.6, + "environment": [ + "indoor" + ] }, { - "id": "tapo-c220", + "id": "tapo-c310", "brand": "Tapo", - "model": "Tapo C220", - "type": "ptz", + "model": "Tapo C310", + "type": "bullet", "connectivity": [ - "wifi" + "wifi", + "ethernet" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "3MP / 2K (2304x1296)", + "max_height": 1296, + "max_width": 2304, + "megapixels": 3 }, "lens": { - "count": 1, - "focal_length_mm": "2.9mm", "aperture": "F2.0", + "count": 1, + "focal_length_mm": "3.9", "varifocal": false }, - "field_of_view_deg": "360 pan / 130 tilt", + "field_of_view_deg": "100 (diagonal), 84 (horizontal), 46 (vertical)", "night_vision": { - "type": "color", - "range_m": 9 + "range_m": 30, + "type": "ir" }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC Power Adapter (100-240V AC input, 9V/0.6A DC output)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "max_microsd_gb": 512, + "onboard": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "2K QHD pan/tilt indoor", - "360deg pan / 130deg tilt", - "AI person/pet/vehicle detection", - "motion tracking", - "physical privacy shutter", - "sound classification", + "outdoor 3MP starlight color night vision", + "IP66 weatherproof", + "AI person detection", + "motion detection", "Alexa / Google", "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c310/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C310%202.0&2.20&2.26&2.28_Datasheet.pdf", + "https://static.tp-link.com/upload/manual/2023/202307/20230705/1910013445_Tapo%20C310%202.20_UG_V1.pdf" ], - "release_year": 2023, + "release_year": 2021, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { "detect": { - "width": 1280, - "height": 720, + "width": 640, + "height": 480, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -116020,77 +116158,99 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15, + "streams": [ + { + "codec": "H.264", + "fps": 15, + "name": "main", + "resolution": "2304x1296" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "142.3 × 103.4 × 64.3", + "weight_g": 220, + "environment": [ + "outdoor" + ] }, { - "id": "tapo-c222", + "id": "tapo-c320ws", "brand": "Tapo", - "model": "C222", - "aliases": [ - "TP-Link Tapo C222 3MP Indoor Colour Night" - ], - "type": "dome", + "model": "Tapo C320WS", + "type": "bullet", "connectivity": [ - "wifi" + "wifi", + "ethernet" ], - "release_year": 2023, "resolution": { - "megapixels": 3, - "max_width": 2048, - "max_height": 1536, - "label": "3MP 2K" + "label": "2K QHD", + "max_width": 2560, + "max_height": 1440, + "megapixels": 4 }, - "sensor": "CMOS", "lens": { + "focal_length_mm": "3.18", + "aperture": "f/1.61", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F1.8", "varifocal": false }, - "field_of_view_deg": "120 diagonal", + "field_of_view_deg": "113 diagonal, 97 horizontal, 54 vertical", "night_vision": { - "type": "color", - "range_m": 6 + "type": "hybrid", + "range_m": 30 }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC power adapter, 0.6A (100-240V AC input)" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "onboard": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "3MP 2K indoor colour night vision", - "F1.8 aperture", - "AI person/pet detection", - "privacy shutter", - "H.265", + "outdoor 2K QHD starlight color night vision", + "IP66 weatherproof", + "AI person/pet/vehicle detection", + "built-in siren", + "Alexa / Google", "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit" + "no subscription" ], "sources": [ - "https://www.tapo.com/en/product/indoor-camera/tapo-c222/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c320ws/", + "https://www.tapo.com/us/product/smart-camera/tapo-c320ws/", + "https://www.tp-link.com/us/smart-home/new-release/tapo-c320ws/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C320WS%202.0&2.20&2.6&2.28_Datasheet.pdf", + "https://static.tp-link.com/upload/manual/2023/202305/20230517/1910013122_Tapo%20C320WS(EU&US)1.0_UG_V1.pdf", + "https://www.techhive.com/article/579936/tp-link-debuts-four-new-tapo-brand-security-cameras.html" ], + "release_year": 2022, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { "detect": { - "width": 640, - "height": 480, + "width": 1280, + "height": 720, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -116104,69 +116264,85 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 15 + }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "142.3 x 103.4 x 64.3" }, { - "id": "tapo-c225", + "id": "tapo-c325wb", "brand": "Tapo", - "model": "Tapo C225", - "type": "ptz", + "model": "Tapo C325WB", + "type": "bullet", "connectivity": [ - "wifi" + "wifi", + "ethernet" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, + "max_width": 2688, + "max_height": 1520, + "megapixels": 4.09, "label": "2K QHD" }, "lens": { + "focal_length_mm": "4.58", + "aperture": "F1.0", "count": 1, - "focal_length_mm": "2.9mm", - "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "360 pan / 130 tilt", + "field_of_view_deg": "127", "night_vision": { - "type": "color", - "range_m": 9 + "type": "color" }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC power adapter (100-240V AC input, 9V/0.6A DC output)" }, "storage": { "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", - "onvif" + "onvif", + "http" ], - "ip_rating": "IP20", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "2K QHD smart AI pan/tilt", - "AI person/pet/vehicle detection", - "motion tracking", + "ColorPro Night Vision (F1.0 super aperture)", + "1/1.79\" large sensor", + "5MP 1520p resolution", + "advanced AI person/pet/vehicle detection", "line-crossing detection", - "physical privacy shutter", - "sound classification", - "baby cry detection", - "Alexa / Google", + "activity zones", + "built-in siren", + "RTSP/ONVIF", + "IP66", "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c325wb/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C325WB%201.0&1.6_Datasheet.pdf", + "https://www.amazon.com/TP-Link-ColorPro-Outdoor-Daylight-Detection/dp/B0C48DZJ6Y" + ], + "aliases": [ + "ColorPro Outdoor Camera" ], "release_year": 2023, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -116186,79 +116362,96 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 20 + }, + "sensor": "1/1.79\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "148.7 x 104 x 70.6", + "weight_g": 230, + "environment": [ + "outdoor" + ] }, { - "id": "tapo-c225-ch", + "id": "tapo-c325wb-ca", "brand": "Tapo", - "model": "C225 (Switzerland)", + "model": "C325WB (Canada)", "aliases": [ - "TP-Link Tapo C225 4MP QHD Indoor Pan/Tilt CH/AT" + "TP-Link Tapo C325WB 4MP ColorPro Outdoor Canada" ], - "type": "ptz", + "type": "bullet", "connectivity": [ - "wifi" + "wifi", + "ethernet" ], "release_year": 2023, "markets": [ - "CH", - "AT", - "EU" + "CA" ], "resolution": { - "megapixels": 4, "max_width": 2560, "max_height": 1440, - "label": "4MP QHD" + "label": "2K QHD", + "megapixels": 3.69 }, - "sensor": "CMOS", + "sensor": "1/1.88\" Progressive Scan CMOS", "lens": { + "focal_length_mm": "4.1", + "aperture": "F1.0", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F1.8", "varifocal": false }, - "field_of_view_deg": "360 pan / 114 tilt", + "field_of_view_deg": "125 (diagonal), 106 (horizontal), 56 (vertical)", "night_vision": { - "type": "color", - "range_m": 9 + "type": "hybrid" }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC power adapter (9V/0.6A) or PoE 802.3af/at via Ethernet port" }, "storage": { - "onboard": true, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", - "onvif" + "onvif", + "http" ], - "ip_rating": "IP20", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "4MP QHD indoor pan/tilt", - "colour night vision", - "AI person/pet detection", - "privacy shutter", + "4MP ColorPro color night vision", + "F1.6 large aperture", + "AI person/vehicle detection", "H.265", - "RTSP/ONVIF", + "RTSP/ONVIF Frigate/Blue Iris compatible", "Tapo app / Alexa / Google / HomeKit", - "budget Digitec CH bestseller indoor cam", - "CHF 49–59" + "IP67", + "rated -30°C", + "Canadian Tire & Best Buy stocked", + "CAD$59.99" ], "sources": [ - "https://www.tapo.com/ch-de/", - "https://www.digitec.ch/" + "https://www.tapo.com/ca-en/", + "https://www.tp-link.com/ca/home-networking/cloud-camera/tapo-c325wb/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c325wb/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C325WB%201.0&1.6_Datasheet.pdf", + "https://www.tapo.com/en/product/smart-camera/tapo-c325wb/" ], "power_source": [ - "usb" + "dc", + "poe" ], "configs": { "frigate": { @@ -116278,79 +116471,88 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 20 + }, + "operating_temp_c": "-20 to 45", + "dimensions_mm": "148.7 x 104 x 70.6" }, { - "id": "tapo-c225-eu", + "id": "tapo-c325wb-india", "brand": "Tapo", - "model": "C225 (EU)", + "model": "C325WB (India)", "aliases": [ - "TP-Link Tapo C225 4MP QHD Indoor EU" + "TP-Link Tapo C325WB 4MP Outdoor Color India" ], - "type": "ptz", + "type": "bullet", "connectivity": [ - "wifi" + "wifi", + "ethernet" ], "release_year": 2023, "markets": [ - "DE", - "FR", - "ES", - "EU", + "IN", "global" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" + "label": "2K QHD", + "max_width": 2688, + "max_height": 1520, + "megapixels": 4 }, - "sensor": "CMOS", + "sensor": "1/1.79\" Progressive Scan CMOS Starlight Sensor", "lens": { + "focal_length_mm": "4.58", + "aperture": "F1.0", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F1.8", "varifocal": false }, - "field_of_view_deg": "360 pan / 114 tilt", + "field_of_view_deg": "131 (Diagonal), 106 (Horizontal), 56 (Vertical)", "night_vision": { - "type": "color", - "range_m": 9 + "type": "hybrid" }, "power": { - "method": "DC 5V (USB)" + "method": "9V DC Power Adapter (100-240V 50/60Hz input, 9V 0.6A output)" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "4MP QHD indoor pan/tilt", - "color night vision", - "AI person/pet detection", - "privacy shutter", + "4MP outdoor color night vision (ColorPro)", + "F1.6 large aperture", + "AI person/vehicle detection", "H.265", - "Tapo app / Alexa / Google / HomeKit", + "Tapo app / Alexa / Google HomeKit", + "IP67", "RTSP/ONVIF", - "top-rated EU Amazon indoor cam" + "₹4,000–5,500 popular India outdoor WiFi cam" ], "sources": [ - "https://www.tapo.com/de/" + "https://www.tapo.com/in/", + "https://www.tp-link.com/in/home-networking/cloud-camera/tapo-c325wb/", + "https://www.tapo.com/in/product/smart-camera/tapo-c325wb/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c325wb/", + "https://static.tp-link.com/upload/product-overview/2025/202502/20250207/Tapo%20C325WB%202.0&2.6&2.8_Datasheet.pdf" ], "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -116370,291 +116572,302 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H264" + ], + "max_fps": 20 + }, + "operating_temp_c": "-20 to 45", + "dimensions_mm": "148.7 x 104 x 70.6", + "environment": [ + "outdoor" + ] }, { - "id": "tapo-c230", + "id": "tapo-c402", "brand": "Tapo", - "model": "Tapo C230", - "type": "ptz", + "model": "Tapo C402", + "type": "bullet", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 5, - "max_width": 2560, - "max_height": 1920, - "label": "5MP 2K+" + "label": "1080p Full HD", + "max_width": 1920, + "max_height": 1080, + "megapixels": 2 }, "lens": { + "focal_length_mm": "3.17", + "aperture": "F1.65", "count": 1, - "focal_length_mm": "2.9mm", - "aperture": "F1.8", "varifocal": false }, - "field_of_view_deg": "360 pan / 150 tilt", + "field_of_view_deg": "125° (Diagonal), 111° (Horizontal), 56° (Vertical)", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 9 }, "power": { - "method": "DC 5V (USB)" + "method": "Built-in rechargeable lithium-ion battery, optionally trickle-charged via Tapo solar panel (sold separately, e.g. Tapo A201/Tapo Solar Panel)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP20", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true + "onboard": false, + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": true }, + "protocols": [], + "ip_rating": "IP65", + "audio": {}, "features": [ - "5MP 2K+ pan/tilt indoor", - "AI person/pet/vehicle detection", - "motion tracking", - "physical privacy shutter", - "sound classification", + "1080p wire-free battery camera", + "180-day battery", + "spotlight color night vision", + "AI person detection", + "built-in siren", + "solar panel compatible", + "Alexa / Google", "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tapo.com/us/product/smart-camera/tapo-c402-kit/", + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c402/", + "https://www.tp-link.com/us/document/48138/" ], - "release_year": 2024, + "release_year": 2023, "power_source": [ - "usb" + "battery", + "solar" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 15, + "streams": [] + }, + "sensor": "1/2.8\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "D60 x 89 (diameter x height)", + "weight_g": 230 }, { - "id": "tapo-c246d", + "id": "tapo-c420", "brand": "Tapo", - "model": "Tapo C246D", - "type": "ptz", + "model": "C420", + "type": "bullet", "connectivity": [ "wifi" ], + "release_year": 2023, "resolution": { - "megapixels": 4, + "label": "2K QHD", "max_width": 2560, "max_height": 1440, - "label": "2K QHD" + "megapixels": 4 }, "lens": { + "focal_length_mm": "3.2", + "aperture": "F1.6", "count": 1, - "focal_length_mm": "Dual-lens", - "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "360 pan / 150 tilt", + "field_of_view_deg": "113 (diagonal), 97 (horizontal), 54 (vertical)", "night_vision": { - "type": "color", - "range_m": 9 + "type": "hybrid", + "range_m": 15 }, "power": { - "method": "DC 5V (USB) or adapter" + "method": "6700 mAh removable rechargeable Li-ion battery, up to 180-day battery life" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "onboard": false, + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": false }, "protocols": [ - "rtsp", - "onvif" + "p2p" ], - "ip_rating": "IP44", + "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "HybridCam Duo 2K dual-lens indoor/outdoor", - "AI tracking", - "person/pet/vehicle detection", - "IP44", - "starlight color night vision", + "2K QHD wire-free battery camera", + "180-day battery life", + "starlight sensor F1.61", + "full-color night vision", + "AI person/pet/vehicle detection", + "built-in siren", + "removable battery", + "requires H200 hub", + "solar panel compatible", "no subscription" ], "sources": [ - "https://www.tapo.com/" - ], - "aliases": [ - "HybridCam Duo" + "https://www.tapo.com/en/product/smart-camera/tapo-c420/", + "https://www.tapo.com/us/product/smart-camera/tapo-c420s2-kit/", + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c420/", + "https://www.tp-link.com/us/support/faq/4465/", + "https://www.tapo.com/us/faq/724/", + "https://static.tp-link.com/upload/manual/2024/202404/20240401/1910013649_Tapo%20C420_UG_V1.pdf" ], - "release_year": 2025, "power_source": [ - "usb" + "battery" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ] + }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "110.6 x 64.2 x 64.2" }, { - "id": "tapo-c260", + "id": "tapo-c425", "brand": "Tapo", - "model": "Tapo C260", - "type": "ptz", + "model": "Tapo C425", + "type": "bullet", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 8, - "max_width": 3840, - "max_height": 2160, - "label": "4K UHD" + "label": "2K QHD", + "max_width": 2560, + "max_height": 1440, + "megapixels": 4 }, "lens": { + "focal_length_mm": "2.1", + "aperture": "F2.1", "count": 1, - "focal_length_mm": "3.3mm", - "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "360 pan / 150 tilt", + "field_of_view_deg": "150 (Diagonal), 134 (Horizontal), 77 (Vertical)", "night_vision": { - "type": "color", - "range_m": 10 + "type": "hybrid", + "range_m": 15 }, "power": { - "method": "DC 5V / USB" + "method": "Built-in rechargeable Li-ion battery, charged via Micro-B USB or optional Tapo A201/A200 solar panel" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "onboard": false }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP20", + "protocols": [], + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "RoomCam 360 4K indoor pan/tilt", - "AI person/pet/vehicle detection", - "facial recognition", - "360deg AI tracking", - "dual-band WiFi 5 (2.4/5GHz)", + "2K QHD wire-free battery camera", + "300-day battery life (10,000 mAh built-in)", + "direct WiFi (no hub required)", "starlight color night vision", + "AI person/pet/vehicle detection", + "magnetic mount", + "activity zones", + "built-in siren", + "solar optional", "no subscription" ], "sources": [ - "https://www.tapo.com/" - ], - "aliases": [ - "RoomCam 360" + "https://www.tapo.com/us/product/smart-camera/tapo-c425/", + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c425/", + "https://static.tp-link.com/upload/product-overview/2024/202404/20240422/Tapo%20C425%20KIT&TC85%20KIT%201.20&1.26_Datasheet.pdf", + "https://static.tp-link.com/upload/manual/2023/202309/20230906/1910013461_Tapo%20C425(EU)1.0_UG_V1.pdf" ], - "release_year": 2025, + "release_year": 2023, "power_source": [ - "usb" + "battery", + "solar" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2560x1440", + "fps": 30, + "codec": "H.264" + } + ] + }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "116.2 x 64.8 x 64.8", + "weight_g": 335 }, { - "id": "tapo-c310", + "id": "tapo-c460", "brand": "Tapo", - "model": "Tapo C310", + "model": "Tapo C460", "type": "bullet", "connectivity": [ - "wifi", - "ethernet" + "wifi" ], "resolution": { - "megapixels": 3, - "max_width": 2304, - "max_height": 1296, - "label": "3MP 1296p" + "label": "4K 8MP", + "max_width": 3840, + "max_height": 2160, + "megapixels": 8 }, "lens": { + "focal_length_mm": "3.17", + "aperture": "F1.65", "count": 1, - "focal_length_mm": "4mm", - "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "89 horizontal", + "field_of_view_deg": "134° (Diagonal), 113° (Horizontal), 59° (Vertical)", "night_vision": { - "type": "color", - "range_m": 30 + "type": "hybrid", + "range_m": 15 }, "power": { - "method": "DC 9V (outdoor adapter)" + "method": "Built-in rechargeable 10,000mAh Li-ion battery; optional Tapo A201 solar panel (sold separately); USB-C charging (5.0V/2.0A adapter not included)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": false, + "onboard": false }, - "protocols": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP66", "audio": { "microphone": true, @@ -116662,108 +116875,109 @@ "two_way": true }, "features": [ - "outdoor 3MP starlight color night vision", - "IP66 weatherproof", - "AI person detection", - "motion detection", - "Alexa / Google", + "4K wire-free battery/solar camera", + "200-day battery", + "edge improvement algorithm for sharper 4K", + "starlight color night vision", + "AI person/pet/vehicle detection", + "magnetic mount", + "dual-band WiFi (2.4/5GHz)", + "solar panel option (C460 KIT)", "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c460/", + "https://www.tapo.com/ph/product/smart-camera/tapo-c460-kit/", + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tapo.com/us/product/smart-camera/tapo-c460/", + "https://static.tp-link.com/upload/product-overview/2025/202502/20250219/Tapo%20C460%201.0&1.6_Datasheet.pdf", + "https://www.tp-link.com/us/press/news/21827/" ], - "release_year": 2021, + "aliases": [ + "MagCam 4K Solar" + ], + "release_year": 2025, "power_source": [ - "dc" + "battery", + "solar" ], "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration, which uses TP-Links proprietary API (not ONVIF), or the Tapo app/cloud." } - } + }, + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "video": { + "codecs": [ + "H.265", + "H.264" + ], + "max_fps": 15 + }, + "operating_temp_c": "-20 to 45", + "dimensions_mm": "D64.8 x 114.6 mm", + "weight_g": 327 }, { - "id": "tapo-c310-jp", + "id": "tapo-c500", "brand": "Tapo", - "model": "C310 (Japan)", - "aliases": [ - "TP-Link Tapo C310 3MP Outdoor Japan", - "Tapo 屋外カメラ 日本" - ], - "type": "bullet", + "model": "Tapo C500", + "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2022, - "markets": [ - "JP" - ], "resolution": { - "megapixels": 3, - "max_width": 2048, - "max_height": 1536, - "label": "3MP 2K" + "label": "1080p", + "max_width": 1920, + "max_height": 1080, + "megapixels": 2 }, - "sensor": "CMOS", "lens": { + "focal_length_mm": "3.99", + "aperture": "F2.2", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "116 horizontal", + "field_of_view_deg": "85.5 (Diagonal), 73.5 (Horizontal), 41 (Vertical)", "night_vision": { - "type": "ir", + "type": "hybrid", "range_m": 30 }, "power": { - "method": "DC 12V" + "method": "9V DC power adapter, 0.85A (barrel connector, inside dia 2.1mm / outside dia 5.5mm)" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, "cloud": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP67", + "ip_rating": "IP65", "audio": { "microphone": true, - "speaker": false, - "two_way": false + "speaker": true, + "two_way": true }, "features": [ - "3MP outdoor WiFi bullet", - "30m IR night vision", - "AI person/vehicle detection", - "H.265", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "IP67", - "popular Amazon Japan budget outdoor cam", - "Japanese-language app support", - "Amazon.co.jp top-seller" + "outdoor 1080p pan/tilt", + "360deg pan / 100deg tilt", + "motion tracking", + "person detection", + "IP65 weatherproof", + "night vision IR", + "Alexa / Google", + "no subscription" ], "sources": [ - "https://www.tp-link.com/jp/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c500/", + "https://static.tp-link.com/upload/product-overview/2024/202408/20240807/Tapo%20C500%202.0&2.6&2.8_Datasheet.pdf", + "https://www.tapo.com/en/product/smart-camera/tapo-c500/" ], + "release_year": 2024, "power_source": [ "dc" ], @@ -116785,74 +116999,97 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } - }, - { - "id": "tapo-c320ws", - "brand": "Tapo", - "model": "Tapo C320WS", - "type": "bullet", - "connectivity": [ - "wifi", - "ethernet" - ], + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "1920x1080", + "fps": 30, + "codec": "h264" + } + ] + }, + "sensor": "1/3\" Progressive Scan CMOS Sensor", + "operating_temp_c": "-30 to 60", + "dimensions_mm": "123.8 x 123 x 90", + "weight_g": 364, + "environment": [ + "outdoor" + ] + }, + { + "id": "tapo-c510w", + "brand": "Tapo", + "model": "Tapo C510W", + "type": "ptz", + "connectivity": [ + "wifi" + ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "2K (3MP)", + "max_width": 2304, + "max_height": 1296, + "megapixels": 3 }, "lens": { + "focal_length_mm": "3.9", + "aperture": "F2.0", "count": 1, - "focal_length_mm": "4mm", - "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "89 horizontal", + "field_of_view_deg": "97.23 (diagonal), 82.3 (horizontal), 45.31 (vertical)", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 30 }, "power": { - "method": "DC 9V (outdoor adapter)" + "method": "12V DC power adapter (barrel jack, inside dia 2.1mm / outside dia 5.5mm; AC input 100-240V 50/60Hz)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "onboard": false, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP66", + "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "outdoor 2K QHD starlight color night vision", - "IP66 weatherproof", - "AI person/pet/vehicle detection", - "built-in siren", - "Alexa / Google", - "RTSP/ONVIF", + "outdoor 2K pan/tilt", + "360deg pan / 130deg tilt", + "spotlights color night vision", + "AI person detection", + "motion tracking", + "IP65", + "15fps max", "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c510w/", + "https://www.tapo.com/us/product/smart-camera/tapo-c510w/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C510W%201.0_Datasheet.pdf" ], - "release_year": 2022, + "release_year": 2023, "power_source": [ "dc" ], "configs": { "frigate": { "detect": { - "width": 1280, - "height": 720, + "width": 640, + "height": 480, "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", @@ -116866,75 +117103,94 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15, + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 15, + "codec": "H.264" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS", + "operating_temp_c": "-30 to 60", + "dimensions_mm": "123.8 x 123 x 90", + "weight_g": 364, + "environment": [ + "outdoor" + ] }, { - "id": "tapo-c320ws-mena", + "id": "tapo-c520ws", "brand": "Tapo", - "model": "C320WS (MENA)", - "aliases": [ - "TP-Link Tapo C320WS 4MP Outdoor WiFi UAE/KSA" - ], - "type": "bullet", + "model": "Tapo C520WS", + "type": "ptz", "connectivity": [ - "wifi" - ], - "release_year": 2023, - "markets": [ - "AE", - "SA", - "MENA" + "wifi", + "ethernet" ], "resolution": { - "megapixels": 4, + "label": "2K QHD (4MP)", "max_width": 2560, "max_height": 1440, - "label": "4MP QHD" + "megapixels": 4 }, - "sensor": "1/2.7\" CMOS", "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", + "focal_length_mm": "3.2", "aperture": "F1.6", + "count": 1, "varifocal": false }, - "field_of_view_deg": "100 horizontal", + "field_of_view_deg": "112 (Diagonal), 95 (Horizontal), 53 (Vertical)", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 30 }, "power": { - "method": "DC 12V" + "method": "9V DC power adapter (input 100-240V 50/60Hz, output 9V/0.85A)" }, "storage": { - "onboard": true, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": true, + "nvr_compatible": false, "cloud": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP67", + "ip_rating": "IP66", "audio": { "microphone": true, - "speaker": false, - "two_way": false + "speaker": true, + "two_way": true }, "features": [ - "4MP outdoor color night vision", - "F1.6 large aperture", - "AI person/vehicle detection", - "H.265", + "outdoor 2K pan/tilt", + "360deg pan / 130deg tilt", + "starlight color night vision (F1.6)", + "AI person/pet/vehicle detection", + "motion tracking", + "30fps", + "activity zones", + "IP66", + "Alexa / Google", "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "IP67", - "≈169 AED popular outdoor UAE/KSA Amazon.ae" + "no subscription" ], "sources": [ - "https://www.tapo.com/me-en/" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c520ws/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240319/Tapo%20C520WS%201.0_Datasheet.pdf", + "https://static.tp-link.com/upload/product-overview/2023/202307/20230731/Tapo%20C520WS%201.0_Datasheet-0731.pdf", + "https://community.tp-link.com/en/smart-home/forum/topic/703776" ], + "release_year": 2023, "power_source": [ "dc" ], @@ -116956,42 +117212,51 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [] + }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-30 to 60", + "dimensions_mm": "123.8 x 123 x 90" }, { - "id": "tapo-c325wb", + "id": "tapo-c530ws", "brand": "Tapo", - "model": "Tapo C325WB", - "type": "bullet", + "model": "Tapo C530WS", + "type": "ptz", "connectivity": [ "wifi", "ethernet" ], "resolution": { - "megapixels": 5, - "max_width": 2560, - "max_height": 1520, - "label": "1520p 5MP" + "label": "3K 5MP", + "max_width": 2880, + "max_height": 1620, + "megapixels": 5 }, "lens": { + "focal_length_mm": "4", + "aperture": "F1.6", "count": 1, - "focal_length_mm": "2.8mm", - "aperture": "F1.0", "varifocal": false }, - "field_of_view_deg": "127 horizontal", + "field_of_view_deg": "102° (Diagonal), 87° (Horizontal), 45.5° (Vertical)", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 30 }, "power": { - "method": "DC 12V (outdoor wired)" + "method": "9V DC power adapter (100-240V AC input, 0.85A output)" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "onboard": true }, "protocols": [ "rtsp", @@ -117004,22 +117269,20 @@ "two_way": true }, "features": [ - "ColorPro Night Vision (F1.0 super aperture)", - "1/1.79\" large sensor", - "5MP 1520p resolution", - "advanced AI person/pet/vehicle detection", - "line-crossing detection", - "activity zones", - "built-in siren", - "RTSP/ONVIF", + "outdoor 2K QHD pan/tilt upgraded starlight sensor", + "360deg pan / 130deg tilt", + "full-color night vision", + "AI person/pet/vehicle detection", + "motion tracking", "IP66", + "30fps", + "RTSP/ONVIF", "no subscription" ], "sources": [ - "https://www.tapo.com/" - ], - "aliases": [ - "ColorPro Outdoor Camera" + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c530ws/", + "https://static.tp-link.com/upload/product-overview/2024/202412/20241219/Tapo%20C530WS%202.0&2.6&2.8_Datasheet.pdf", + "https://www.tapo.com/en/product/smart-camera/tapo-c530ws/" ], "release_year": 2024, "power_source": [ @@ -117043,77 +117306,88 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 30 + }, + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-30 to 60", + "dimensions_mm": "121.7 x 123 x 90", + "weight_g": 347, + "environment": [ + "outdoor" + ] }, { - "id": "tapo-c325wb-ca", + "id": "tapo-c560ws", "brand": "Tapo", - "model": "C325WB (Canada)", - "aliases": [ - "TP-Link Tapo C325WB 4MP ColorPro Outdoor Canada" - ], - "type": "bullet", + "model": "Tapo C560WS", + "type": "ptz", "connectivity": [ - "wifi" - ], - "release_year": 2023, - "markets": [ - "CA" + "wifi", + "ethernet" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" + "label": "4K 8MP", + "max_width": 3840, + "max_height": 2160, + "megapixels": 8 }, - "sensor": "1/2.7\" CMOS", "lens": { + "focal_length_mm": "4", + "aperture": "f/1.6", "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "96 horizontal", + "field_of_view_deg": "105 (Diagonal), 88 (Horizontal), 45 (Vertical)", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 30 }, "power": { - "method": "DC 12V" + "method": "12V/1A DC power adapter (100-240V AC input)" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "onboard": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP67", + "ip_rating": "IP66", "audio": { "microphone": true, - "speaker": false, - "two_way": false + "speaker": true, + "two_way": true }, "features": [ - "4MP ColorPro color night vision", - "F1.6 large aperture", - "AI person/vehicle detection", - "H.265", - "RTSP/ONVIF Frigate/Blue Iris compatible", - "Tapo app / Alexa / Google / HomeKit", - "IP67", - "rated -30°C", - "Canadian Tire & Best Buy stocked", - "CAD$59.99" - ], - "sources": [ - "https://www.tapo.com/ca-en/" - ], - "power_source": [ - "dc" + "VistaCam 360 outdoor 4K pan/tilt", + "360deg pan / 140deg tilt", + "WiFi 6 dual-band (2.4/5GHz)", + "4K starlight color night vision", + "on-device AI facial recognition", + "free person/pet/vehicle detection", + "360deg AI tracking", + "H500 compatible", + "24/7 continuous recording", + "no subscription" + ], + "sources": [ + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c560ws/", + "https://www.tapo.com/en/product/smart-camera/tapo-c560ws/", + "https://www.tp-link.com/us/press/news/21827/" + ], + "aliases": [ + "VistaCam 360" + ], + "release_year": 2025, + "power_source": [ + "dc" ], "configs": { "frigate": { @@ -117133,87 +117407,82 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 25 + }, + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-30 to 60", + "dimensions_mm": "147.4 x 74.7 x 165.4 (with bracket); 147.4 x 74.7 x 157.4 (without bracket)", + "environment": [ + "outdoor" + ] }, { - "id": "tapo-c325wb-india", + "id": "tapo-c566wb", "brand": "Tapo", - "model": "C325WB (India)", + "model": "C566WB", "aliases": [ - "TP-Link Tapo C325WB 4MP Outdoor Color India" + "ColorPro 4K Pan/Tilt Outdoor", + "VistaCam ColorPro" ], - "type": "bullet", + "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2023, - "markets": [ - "IN", - "global" - ], + "release_year": 2025, "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" + "label": "4K", + "max_width": 3840, + "max_height": 2160, + "megapixels": 8 }, - "sensor": "1/2.7\" CMOS", "lens": { "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F1.6", + "focal_length_mm": "3.3mm", + "aperture": "F1.0", "varifocal": false }, - "field_of_view_deg": "96 horizontal", + "field_of_view_deg": "360 pan / 140 tilt", "night_vision": { - "type": "color", - "range_m": 30 + "type": "color" }, "power": { - "method": "DC 12V" + "method": "Hardwired (AC)" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP67", - "audio": { - "microphone": true, - "speaker": false, - "two_way": false + "cloud": true, + "onboard": false, + "nvr_compatible": false }, + "protocols": [], + "ip_rating": "IP66", + "audio": {}, "features": [ - "4MP outdoor color night vision (ColorPro)", - "F1.6 large aperture", - "AI person/vehicle detection", - "H.265", - "Tapo app / Alexa / Google HomeKit", - "IP67", - "RTSP/ONVIF", - "₹4,000–5,500 popular India outdoor WiFi cam" + "4K ColorPro Night Vision (F1.0 aperture)", + "360deg AI tracking", + "facial recognition", + "red-blue alarm deterrence", + "person/pet/vehicle detection", + "no subscription" ], + "release_notes": "Announced IFA 2025; availability TBC.", "sources": [ - "https://www.tapo.com/in/" + "https://www.notebookcheck.net/New-Tapo-4K-8MP-security-cameras-on-the-way.1108686.0.html", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c566wb/", + "https://static.tp-link.com/document/pdf/en/ifa-2025/IFA%202025_Tapo%20Home%20Security_Flyer_US_2507_English_Online.pdf", + "https://www.tp-link.com/us/support/download/tapo-c566wb/", + "https://www.tp-link.com/us/support/faq/4465/", + "https://www.tapo.com/us/faq/724/" ], "power_source": [ - "dc" + "ac-mains" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." @@ -117222,120 +117491,136 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "environment": [ + "outdoor" + ] }, { - "id": "tapo-c340", + "id": "tapo-c615f-kit", "brand": "Tapo", - "model": "Tapo C340", - "type": "bullet", + "model": "C615F Kit", + "aliases": [ + "2K Floodlight Solar Pan/Tilt" + ], + "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2024, + "release_year": 2025, "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "2K", + "max_width": 2304, + "max_height": 1296, + "megapixels": 3 }, "lens": { + "focal_length_mm": "4.0", + "aperture": "F1.6", "count": 1, - "focal_length_mm": "3.2mm", "varifocal": false }, + "field_of_view_deg": "100 (diagonal); 84 (horizontal) x 44 (vertical)", "night_vision": { "type": "hybrid", - "range_m": 30 + "range_m": 10 }, "power": { - "method": "DC 9V" + "method": "Built-in rechargeable lithium-ion battery + included Tapo A201 solar panel; optional 5V/2.0A USB Type-C charging input (adapter not included)" }, "storage": { - "onboard": true, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": true, "cloud": true }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", + "protocols": [], + "ip_rating": "IP65", "audio": { + "two_way": true, "microphone": true, - "speaker": true, - "two_way": true + "speaker": true }, "features": [ - "2K QHD outdoor bullet", - "spotlight for color night vision", - "AI person/vehicle detection", - "IP66 weatherproof", - "built-in siren", - "two-way audio", + "solar-powered floodlight pan/tilt camera", + "2K QHD", + "360deg AI tracking", + "AI person/pet/vehicle detection", + "built-in floodlight", + "color night vision", "activity zones", - "Alexa / Google" + "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://us.store.tapo.com/", + "https://us.store.tapo.com/products/360-2k-floodlight-pan-tilt-security-camera-kit-with-solar-panel-tapo-c615f-kit", + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c615f-kit/", + "https://www.tapo.com/us/product/smart-camera/tapo-c615f-kit/", + "https://community.tp-link.com/us/smart-home/forum/topic/852836" ], "power_source": [ - "dc" + "battery", + "solar" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } - } + }, + "video": { + "max_fps": 20, + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 20 + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS", + "dimensions_mm": "132.8 x 81.8 x 161.0", + "environment": [ + "outdoor" + ] }, { - "id": "tapo-c402", + "id": "tapo-c660-kit", "brand": "Tapo", - "model": "Tapo C402", - "type": "bullet", + "model": "C660 KIT", + "aliases": [ + "VistaCam 360 Solar" + ], + "type": "ptz", "connectivity": [ "wifi" ], + "release_year": 2025, "resolution": { - "megapixels": 2, - "max_width": 1920, - "max_height": 1080, - "label": "1080p" + "label": "4K", + "max_height": 2160, + "max_width": 3840, + "megapixels": 8 }, "lens": { + "aperture": "F1.6", "count": 1, - "focal_length_mm": "3.18mm", - "aperture": "F2.0", + "focal_length_mm": "4", "varifocal": false }, - "field_of_view_deg": "110 horizontal", + "field_of_view_deg": "105 (Diagonal), 88 (Horizontal), 45 (Vertical)", "night_vision": { - "type": "color", - "range_m": 8 + "range_m": 12, + "type": "hybrid" }, "power": { - "method": "Built-in rechargeable battery / solar panel optional (kit)" + "method": "Solar panel (Tapo A201) + built-in rechargeable Li-ion battery; USB Type-C port accepts optional AC adapter (not included) for wired charging" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "max_microsd_gb": 512, + "nvr_compatible": false, + "onboard": true }, "protocols": [], "ip_rating": "IP65", @@ -117345,1228 +117630,46 @@ "two_way": true }, "features": [ - "1080p wire-free battery camera", - "180-day battery", - "spotlight color night vision", - "AI person detection", - "built-in siren", - "solar panel compatible", - "Alexa / Google", + "VistaCam 360 Solar 4K pan/tilt", + "solar powered + continuous 24/7 via wired", + "360deg AI tracking", + "AI person/pet/vehicle detection", + "starlight color night vision", + "4K ultra clarity", + "time-lapse", "no subscription" ], "sources": [ - "https://www.tapo.com/us/product/smart-camera/tapo-c402-kit/", - "https://www.tp-link.com/us/support/faq/2680/" + "https://www.tapo.com/us/product/smart-camera/tapo-c660-kit/", + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c660-kit/", + "https://static.tp-link.com/upload/product-overview/2025/202504/20250424/Tapo%20C660%20KIT%201.0&1.6_Datasheet.pdf", + "https://www.tp-link.com/us/press/news/21827/" ], - "release_year": 2023, "power_source": [ "battery", - "solar" + "solar", + "ac-mains" ], "configs": { "home_assistant": { "integration": "tapo", "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } - } - }, - { - "id": "tapo-c420", - "brand": "Tapo", - "model": "C420", - "type": "bullet", - "connectivity": [ - "wifi" - ], - "release_year": 2023, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.18mm", - "aperture": "F1.61", - "varifocal": false - }, - "field_of_view_deg": "110 horizontal", - "night_vision": { - "type": "color", - "range_m": 10 - }, - "power": { - "method": "Removable rechargeable battery (A100) / solar panel optional / hub H200 required" - }, - "storage": { - "onboard": false, - "nvr_compatible": false, - "cloud": true, - "notes": "microSD stored on H200 hub (up to 256GB)" - }, - "protocols": [], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "2K QHD wire-free battery camera", - "180-day battery life", - "starlight sensor F1.61", - "full-color night vision", - "AI person/pet/vehicle detection", - "built-in siren", - "removable battery", - "requires H200 hub", - "solar panel compatible", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/en/product/smart-camera/tapo-c420/", - "https://www.tapo.com/us/product/smart-camera/tapo-c420s2-kit/", - "https://www.tp-link.com/us/support/faq/2680/" - ], - "power_source": [ - "battery", - "solar" - ], - "configs": { - "home_assistant": { - "integration": "tapo", - "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." - } - } - }, - { - "id": "tapo-c425", - "brand": "Tapo", - "model": "Tapo C425", - "type": "bullet", - "connectivity": [ - "wifi" - ], - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.18mm", - "aperture": "F1.61", - "varifocal": false - }, - "field_of_view_deg": "110 horizontal", - "night_vision": { - "type": "color", - "range_m": 10 - }, - "power": { - "method": "Built-in 10,000 mAh battery (non-removable) / solar optional" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "2K QHD wire-free battery camera", - "300-day battery life (10,000 mAh built-in)", - "direct WiFi (no hub required)", - "starlight color night vision", - "AI person/pet/vehicle detection", - "magnetic mount", - "activity zones", - "built-in siren", - "solar optional", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/us/product/smart-camera/tapo-c425/", - "https://www.tp-link.com/us/support/faq/2680/" - ], - "release_year": 2024, - "power_source": [ - "battery", - "solar" - ], - "configs": { - "home_assistant": { - "integration": "tapo", - "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." - } - } - }, - { - "id": "tapo-c440", - "brand": "Tapo", - "model": "C440", - "aliases": [ - "TP-Link Tapo C440 4MP Outdoor WiFi ColorPro" - ], - "type": "dome", - "connectivity": [ - "wifi" - ], - "release_year": 2023, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" - }, - "sensor": "1/2.7\" CMOS", - "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F1.8", - "varifocal": false - }, - "field_of_view_deg": "130 horizontal", - "night_vision": { - "type": "color", - "range_m": 20 - }, - "power": { - "method": "DC 12V" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP67", - "audio": { - "microphone": true, - "speaker": false, - "two_way": false - }, - "features": [ - "4MP ColorPro color night vision", - "F1.8 aperture", - "130° wide FOV outdoor dome", - "AI person/vehicle detection", - "H.265", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "IP67" - ], - "sources": [ - "https://www.tapo.com/en/product/outdoor-camera/tapo-c440/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c460", - "brand": "Tapo", - "model": "Tapo C460", - "type": "bullet", - "connectivity": [ - "wifi" - ], - "resolution": { - "megapixels": 8, - "max_width": 3840, - "max_height": 2160, - "label": "4K UHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.17", - "aperture": "F1.65", - "varifocal": false - }, - "field_of_view_deg": "113 horizontal / 59 vertical / 134 diagonal", - "night_vision": { - "type": "hybrid", - "range_m": 15 - }, - "power": { - "method": "Built-in battery / integrated solar panel (kit version C460 KIT)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "4K wire-free battery/solar camera", - "200-day battery", - "edge improvement algorithm for sharper 4K", - "starlight color night vision", - "AI person/pet/vehicle detection", - "magnetic mount", - "dual-band WiFi (2.4/5GHz)", - "solar panel option (C460 KIT)", - "no subscription" - ], - "sources": [ - "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c460/", - "https://www.tapo.com/ph/product/smart-camera/tapo-c460-kit/", - "https://www.tp-link.com/us/support/faq/2680/" - ], - "aliases": [ - "MagCam 4K Solar" - ], - "release_year": 2025, - "power_source": [ - "battery", - "solar" - ], - "configs": { - "home_assistant": { - "integration": "tapo", - "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration, which uses TP-Links proprietary API (not ONVIF), or the Tapo app/cloud." - } - }, - "sensor": "1/2.7\" Progressive Scan CMOS (Starlight)", - "video": { - "max_fps": 15 - }, - "operating_temp_c": "-20 to 45", - "dimensions_mm": "Ø64.8 x 114.5" - }, - { - "id": "tapo-c500", - "brand": "Tapo", - "model": "Tapo C500", - "type": "ptz", - "connectivity": [ - "wifi" - ], - "resolution": { - "megapixels": 2, - "max_width": 1920, - "max_height": 1080, - "label": "1080p" - }, - "lens": { - "count": 1, - "focal_length_mm": "2.9mm", - "aperture": "F2.0", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 100 tilt", - "night_vision": { - "type": "ir", - "range_m": 9 - }, - "power": { - "method": "DC 5V (USB outdoor adapter)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 128, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "outdoor 1080p pan/tilt", - "360deg pan / 100deg tilt", - "motion tracking", - "person detection", - "IP65 weatherproof", - "night vision IR", - "Alexa / Google", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/" - ], - "release_year": 2022, - "power_source": [ - "usb" - ], - "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c500-eu", - "brand": "Tapo", - "model": "C500 (EU)", - "aliases": [ - "TP-Link Tapo C500 1080p Outdoor WiFi EU" - ], - "type": "bullet", - "connectivity": [ - "wifi" - ], - "release_year": 2022, - "markets": [ - "DE", - "FR", - "ES", - "EU", - "global" - ], - "resolution": { - "megapixels": 2, - "max_width": 1920, - "max_height": 1080, - "label": "1080p HD" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F2.4", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 139 tilt", - "night_vision": { - "type": "ir", - "range_m": 30 - }, - "power": { - "method": "DC 12V" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": false, - "two_way": false - }, - "features": [ - "360deg pan outdoor WiFi bullet", - "1080p IR night vision 30m", - "AI person/vehicle detection", - "H.265", - "Tapo app / Alexa / Google / HomeKit", - "RTSP/ONVIF", - "IP65", - "budget EU Amazon outdoor cam" - ], - "sources": [ - "https://www.tapo.com/de/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c500-outdoor", - "brand": "Tapo", - "model": "C500", - "aliases": [ - "TP-Link Tapo C500 1080p Outdoor Pan/Tilt WiFi" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2022, - "resolution": { - "megapixels": 2, - "max_width": 1920, - "max_height": 1080, - "label": "1080p HD" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F2.4", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 139 tilt", - "night_vision": { - "type": "ir", - "range_m": 30 - }, - "power": { - "method": "DC 12V" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": false, - "two_way": false - }, - "features": [ - "1080p outdoor pan/tilt WiFi", - "360° pan / 139° tilt", - "AI person/vehicle detection", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "IP65", - "budget outdoor PTZ" - ], - "sources": [ - "https://www.tapo.com/en/product/outdoor-camera/tapo-c500/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c510w", - "brand": "Tapo", - "model": "Tapo C510W", - "type": "ptz", - "connectivity": [ - "wifi" - ], - "resolution": { - "megapixels": 3, - "max_width": 2304, - "max_height": 1296, - "label": "3MP 1296p" - }, - "lens": { - "count": 1, - "focal_length_mm": "2.9mm", - "aperture": "F2.0", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 130 tilt", - "night_vision": { - "type": "color", - "range_m": 10 - }, - "power": { - "method": "DC 5V outdoor adapter" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "outdoor 2K pan/tilt", - "360deg pan / 130deg tilt", - "spotlights color night vision", - "AI person detection", - "motion tracking", - "IP65", - "15fps max", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/" - ], - "release_year": 2023, - "power_source": [ - "usb" - ], - "configs": { - "frigate": { - "detect": { - "width": 640, - "height": 480, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c520ws", - "brand": "Tapo", - "model": "Tapo C520WS", - "type": "ptz", - "connectivity": [ - "wifi", - "ethernet" - ], - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "2.9mm", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 130 tilt", - "night_vision": { - "type": "color", - "range_m": 10 - }, - "power": { - "method": "DC 9V outdoor adapter" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "outdoor 2K pan/tilt", - "360deg pan / 130deg tilt", - "starlight color night vision (F1.6)", - "AI person/pet/vehicle detection", - "motion tracking", - "30fps", - "activity zones", - "IP66", - "Alexa / Google", - "RTSP/ONVIF", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/" - ], - "release_year": 2023, - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c530ws", - "brand": "Tapo", - "model": "Tapo C530WS", - "type": "ptz", - "connectivity": [ - "wifi", - "ethernet" - ], - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "2.9mm", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 130 tilt", - "night_vision": { - "type": "color", - "range_m": 10 - }, - "power": { - "method": "DC 9V outdoor adapter" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "outdoor 2K QHD pan/tilt upgraded starlight sensor", - "360deg pan / 130deg tilt", - "full-color night vision", - "AI person/pet/vehicle detection", - "motion tracking", - "IP66", - "30fps", - "RTSP/ONVIF", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/" - ], - "release_year": 2024, - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c540", - "brand": "Tapo", - "model": "Tapo C540", - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2024, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.2mm", - "varifocal": false - }, - "night_vision": { - "type": "hybrid", - "range_m": 30 - }, - "power": { - "method": "DC 9V" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "4MP outdoor pan/tilt WiFi camera", - "360° horizontal / 130° vertical", - "auto-tracking of moving objects", - "spotlight color night vision", - "AI person/vehicle detection", - "IP66 weatherproof", - "built-in siren", - "Alexa / Google" - ], - "sources": [ - "https://www.tapo.com/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c560ws", - "brand": "Tapo", - "model": "Tapo C560WS", - "type": "ptz", - "connectivity": [ - "wifi" - ], - "resolution": { - "megapixels": 8, - "max_width": 3840, - "max_height": 2160, - "label": "4K UHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.3mm", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 140 tilt", - "night_vision": { - "type": "color", - "range_m": 10 - }, - "power": { - "method": "DC 12V outdoor adapter" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "VistaCam 360 outdoor 4K pan/tilt", - "360deg pan / 140deg tilt", - "WiFi 6 dual-band (2.4/5GHz)", - "4K starlight color night vision", - "on-device AI facial recognition", - "free person/pet/vehicle detection", - "360deg AI tracking", - "H500 compatible", - "24/7 continuous recording", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/" - ], - "aliases": [ - "VistaCam 360" - ], - "release_year": 2025, - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c566wb", - "brand": "Tapo", - "model": "C566WB", - "aliases": [ - "ColorPro 4K Pan/Tilt Outdoor", - "VistaCam ColorPro" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2025, - "resolution": { - "megapixels": 8, - "max_width": 3840, - "max_height": 2160, - "label": "4K UHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.3mm", - "aperture": "F1.0", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 140 tilt", - "night_vision": { - "type": "color", - "range_m": 15 - }, - "power": { - "method": "Hardwired (AC)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": false, - "cloud": true - }, - "protocols": [ - "rtsp" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "4K ColorPro Night Vision (F1.0 aperture)", - "360deg AI tracking", - "facial recognition", - "red-blue alarm deterrence", - "person/pet/vehicle detection", - "no subscription" - ], - "release_notes": "Announced IFA 2025; availability TBC.", - "sources": [ - "https://www.notebookcheck.net/New-Tapo-4K-8MP-security-cameras-on-the-way.1108686.0.html" - ], - "power_source": [ - "ac-mains" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c615f-kit", - "brand": "Tapo", - "model": "C615F Kit", - "aliases": [ - "2K Floodlight Solar Pan/Tilt" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2025, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.3mm", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 140 tilt", - "night_vision": { - "type": "color", - "range_m": 15 - }, - "power": { - "method": "Solar panel + hardwired backup" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": false, - "cloud": true - }, - "protocols": [], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "solar-powered floodlight pan/tilt camera", - "2K QHD", - "360deg AI tracking", - "AI person/pet/vehicle detection", - "built-in floodlight", - "color night vision", - "activity zones", - "no subscription" - ], - "sources": [ - "https://us.store.tapo.com/", - "https://us.store.tapo.com/products/360-2k-floodlight-pan-tilt-security-camera-kit-with-solar-panel-tapo-c615f-kit", - "https://www.tp-link.com/us/support/faq/2680/" - ], - "power_source": [ - "solar", - "ac-mains" - ], - "configs": { - "home_assistant": { - "integration": "tapo", - "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." - } - } - }, - { - "id": "tapo-c660-kit", - "brand": "Tapo", - "model": "C660 KIT", - "aliases": [ - "VistaCam 360 Solar" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2025, - "resolution": { - "megapixels": 8, - "max_width": 3840, - "max_height": 2160, - "label": "4K UHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "3.3mm", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 140 tilt", - "night_vision": { - "type": "color", - "range_m": 10 - }, - "power": { - "method": "Solar panel + hardwired / rechargeable battery backup" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": false, - "cloud": true - }, - "protocols": [], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true }, - "features": [ - "VistaCam 360 Solar 4K pan/tilt", - "solar powered + continuous 24/7 via wired", - "360deg AI tracking", - "AI person/pet/vehicle detection", - "starlight color night vision", - "4K ultra clarity", - "time-lapse", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/us/product/smart-camera/tapo-c660-kit/", - "https://www.tp-link.com/us/support/faq/2680/" - ], - "power_source": [ - "battery", - "solar", - "ac-mains" - ], - "configs": { - "home_assistant": { - "integration": "tapo", - "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." - } - } + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 20 + }, + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "185 x 147 x 75", + "weight_g": 607, + "environment": [ + "outdoor" + ] }, { "id": "tapo-c675d-kit", @@ -118581,36 +117684,34 @@ ], "release_year": 2026, "resolution": { - "megapixels": 8, - "label": "4K 8MP dual-lens" + "label": "4K (dual-lens, each lens independently 4K)", + "max_width": 3840, + "max_height": 2160, + "megapixels": 8 }, "lens": { "count": 2, - "focal_length_mm": "Wide 169deg + 6mm tele", + "varifocal": false, "aperture": "F1.6", - "varifocal": false + "focal_length_mm": "2.53 (fixed lens) / 6.0 (pan-tilt lens)" }, - "field_of_view_deg": "169 wide + tele", + "field_of_view_deg": "169.7 (fixed lens, diagonal); 66.5 (pan-tilt lens, diagonal)", "night_vision": { - "type": "color", - "range_m": 10 + "type": "hybrid", + "range_m": 16 }, "power": { - "method": "Integrated solar panel" + "method": "battery + solar charging" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": false, - "cloud": true + "cloud": true, + "onboard": false, + "nvr_compatible": false }, "protocols": [], "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, + "audio": {}, "features": [ "solar-powered dual-lens 4K camera", "169deg wide-angle view + 6mm tele lens", @@ -118624,335 +117725,106 @@ "sources": [ "https://www.notebookcheck.net/New-Tapo-4K-8MP-security-cameras-on-the-way.1108686.0.html", "https://www.tapo.com/us/product/smart-camera/tapo-c675d-kit/", - "https://www.tp-link.com/us/support/faq/2680/" - ], - "power_source": [ - "solar" - ], - "configs": { - "home_assistant": { - "integration": "tapo", - "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." - } - } - }, - { - "id": "tapo-c720", - "brand": "Tapo", - "model": "Tapo C720", - "type": "bullet", - "connectivity": [ - "wifi", - "ethernet" - ], - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "2.8mm", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "120 horizontal", - "night_vision": { - "type": "color", - "range_m": 15 - }, - "power": { - "method": "Hardwired (AC mains)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "2K QHD floodlight camera", - "2800-lumen adjustable floodlight", - "AI motion tracking", - "AI person/pet/vehicle detection", - "activity zones", - "built-in siren", - "IP65", - "24/7 recording", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/" - ], - "release_year": 2024, - "power_source": [ - "ac-mains" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c720-india", - "brand": "Tapo", - "model": "C720 (India)", - "aliases": [ - "TP-Link Tapo C720 2K Outdoor Pan/Tilt India" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2024, - "markets": [ - "IN", - "global" - ], - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 160 tilt", - "night_vision": { - "type": "color", - "range_m": 30 - }, - "power": { - "method": "DC 12V / PoE (outdoor)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "4MP outdoor pan/tilt WiFi", - "F1.6 color night vision", - "360deg pan", - "AI person/vehicle detection", - "smart tracking", - "IP66", - "Tapo app / Alexa / Google / HomeKit", - "RTSP/ONVIF", - "₹5,000–7,000 popular India outdoor PTZ WiFi" - ], - "sources": [ - "https://www.tapo.com/in/" - ], - "power_source": [ - "dc" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, - "home_assistant": { - "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." - } - } - }, - { - "id": "tapo-c720-outdoor", - "brand": "Tapo", - "model": "C720", - "aliases": [ - "TP-Link Tapo C720 4MP Outdoor Pan/Tilt" - ], - "type": "ptz", - "connectivity": [ - "wifi" - ], - "release_year": 2024, - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" - }, - "sensor": "CMOS", - "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "360 pan / 160 tilt", - "night_vision": { - "type": "color", - "range_m": 30 - }, - "power": { - "method": "DC 12V / PoE optional" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "4MP outdoor pan/tilt WiFi", - "F1.6 color night vision 30m", - "AI person/vehicle detection", - "smart tracking", - "two-way audio", - "IP66", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit" - ], - "sources": [ - "https://www.tapo.com/en/product/outdoor-camera/tapo-c720/" + "https://www.tp-link.com/us/support/faq/2680/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c675d-kit/", + "https://www.tp-link.com/us/document/113455/" ], "power_source": [ - "dc" + "solar", + "battery" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", - "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } - } + }, + "video": { + "max_fps": 15, + "streams": [ + { + "name": "fixed lens", + "resolution": "3840x2160", + "fps": 15 + }, + { + "name": "pan-tilt lens", + "resolution": "3840x2160", + "fps": 15 + } + ] + }, + "sensor": "1/2.7\" CMOS Starlight Sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "102.2 x 160.3 x 132", + "weight_g": 678, + "environment": [ + "outdoor" + ] }, { - "id": "tapo-c770", + "id": "tapo-c720", "brand": "Tapo", - "model": "Tapo C770", + "model": "Tapo C720", "type": "bullet", "connectivity": [ - "wifi", - "ethernet" + "wifi" ], - "release_year": 2024, "resolution": { - "megapixels": 8, - "max_width": 3840, - "max_height": 2160, - "label": "4K UHD" + "label": "2K QHD", + "max_width": 2560, + "max_height": 1440, + "megapixels": 4 }, "lens": { + "focal_length_mm": "2.1", + "aperture": "F2.1", "count": 1, - "focal_length_mm": "2.8mm", "varifocal": false }, + "field_of_view_deg": "153 diagonal, 134 horizontal, 77.6 vertical", "night_vision": { "type": "hybrid", "range_m": 30 }, "power": { - "method": "DC 12V / PoE" + "method": "hardwired AC mains, 110-240V 50/60Hz" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, + "nvr_compatible": false, "cloud": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP67", + "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "4K UHD outdoor bullet", - "AI person/vehicle/pet detection", - "spotlight color night vision", - "IP67 weatherproof", - "built-in siren", - "two-way audio", + "2K QHD floodlight camera", + "2800-lumen adjustable floodlight", + "AI motion tracking", + "AI person/pet/vehicle detection", "activity zones", - "Alexa / Google" + "built-in siren", + "IP65", + "24/7 recording", + "no subscription" ], "sources": [ - "https://www.tapo.com/" + "https://www.tapo.com/us/product/smart-camera/tapo-c720/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c720/", + "https://community.tp-link.com/en/home/forum/topic/658724" ], + "release_year": 2024, "power_source": [ - "dc" + "ac-mains" ], "configs": { "frigate": { @@ -118972,7 +117844,20 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 15, + "streams": [] + }, + "sensor": "1/3\" progressive scan CMOS Starlight sensor", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "151 x 151 x 145.6", + "environment": [ + "outdoor" + ] }, { "id": "tapo-c840", @@ -118981,38 +117866,39 @@ "aliases": [ "Smart AI Baby Monitor Pan/Tilt" ], - "type": "ptz", + "type": "dual-lens", "connectivity": [ "wifi" ], - "release_year": 2024, + "release_year": 2025, "resolution": { - "megapixels": 4, - "label": "4MP wide + 2MP tele dual lens" + "label": "4MP wide + 2MP tele dual lens", + "max_width": 2560, + "max_height": 1440, + "megapixels": 4 }, "lens": { "count": 2, - "focal_length_mm": "Wide 2.9mm + 2x Tele", + "focal_length_mm": "2.53 (wide) / 6.2 (tele)", + "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "360 pan / 130 tilt", + "field_of_view_deg": "144 (wide lens, diagonal) / 55 (tele lens, diagonal)", "night_vision": { - "type": "color", - "range_m": 8 + "type": "ir" }, "power": { - "method": "DC 5V (USB)" + "method": "5V DC, 2A power adapter (USB-C cable, 100-240V~ 50/60Hz mains input), 4.2W typical / 7.6W max consumption" }, "storage": { "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": false, - "cloud": true + "cloud": true, + "max_microsd_gb": 512 }, "protocols": [ - "rtsp" + "rtsp", + "onvif" ], - "ip_rating": "IP20", "audio": { "microphone": true, "speaker": true, @@ -119030,7 +117916,12 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/us/product/smart-camera/tapo-c840/" + "https://www.tapo.com/us/product/smart-camera/tapo-c840/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c840/", + "https://www.tp-link.com/nordic/home-networking/cloud-camera/tapo-c840/", + "https://www.tp-link.com/uk/home-networking/cloud-camera/tapo-c840/", + "https://www.tp-link.com/nordic/press/news/21910/", + "https://connectit.ie/pages/c840-technical-specs" ], "power_source": [ "usb" @@ -119053,66 +117944,102 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "Wide-angle", + "resolution": "2560x1440", + "fps": 30, + "codec": "H.264" + }, + { + "name": "Telephoto", + "resolution": "1920x1080", + "fps": 30, + "codec": "H.264" + } + ] + }, + "sensor": "1/2.9\" image sensor", + "operating_temp_c": "0 to 40", + "dimensions_mm": "46 x 46 x 105.8", + "weight_g": 249, + "environment": [ + "indoor" + ] }, { "id": "tapo-d130", "brand": "Tapo", "model": "Tapo D130", - "type": "box", + "type": "doorbell", "connectivity": [ "wifi" ], - "release_year": 2024, + "power_source": [ + "ac-mains" + ], "resolution": { - "megapixels": 4, + "label": "2K (5MP)", "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "max_height": 1920, + "megapixels": 5 + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30 }, + "sensor": "1/2.7\" Progressive Scan CMOS", "lens": { + "focal_length_mm": "1.18", + "aperture": "f/1.8", "count": 1, - "focal_length_mm": "2.0mm", "varifocal": false }, - "field_of_view_deg": "160 diagonal", + "field_of_view_deg": "180 diagonal, 172 horizontal, 144 vertical", "night_vision": { - "type": "ir", - "range_m": 5 + "type": "hybrid", + "range_m": 10 }, "power": { - "method": "rechargeable battery" + "method": "Hardwired only (existing doorbell transformer or AC adapter), 8-24VAC, 10VA minimum" }, "storage": { "onboard": false, - "nvr_compatible": false, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": true }, "protocols": [ - "p2p" + "rtsp", + "onvif" ], - "ip_rating": "IP64", + "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, "two_way": true }, - "features": [ - "2K WiFi video doorbell", - "battery-powered wireless install", - "160° wide-angle view", - "AI person detection", - "real-time push notifications", - "two-way audio", - "anti-theft alarm", - "chime included", - "Alexa / Google" + "operating_temp_c": "-20 to 45", + "dimensions_mm": "85 x 42.5 x 32.5 (doorbell unit; chime is separate at 73 x 43.5 x 46.9)", + "release_year": 2024, + "environment": [ + "outdoor" ], - "sources": [ - "https://www.tapo.com/" + "markets": [ + "global" ], - "power_source": [ - "battery" + "sources": [ + "https://www.tp-link.com/us/smart-home/smart-doorbell/tapo-d130/", + "https://www.tp-link.com/us/support/faq/4329/", + "https://www.tapo.com/en/product/smart-camera/tapo-d130/" ] }, { @@ -119128,34 +118055,35 @@ ], "release_year": 2024, "resolution": { - "megapixels": 5, - "max_width": 2560, - "max_height": 1920, - "label": "2K QHD" + "label": "2K QHD", + "max_width": 2304, + "max_height": 1728, + "megapixels": 4 }, "lens": { + "focal_length_mm": "1.18", + "aperture": "f/1.8", "count": 1, - "focal_length_mm": "2.4mm", - "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "150 diagonal / 180 horizontal", + "field_of_view_deg": "170.6 horizontal / 140.1 vertical", "night_vision": { - "type": "color", - "range_m": 5 + "type": "hybrid", + "range_m": 10 }, "power": { - "method": "Hardwired (existing doorbell wiring 8-24V AC) or battery" + "method": "10,000mAh built-in rechargeable Li-ion battery, or hardwired via included adapter (100-240V 50/60Hz input, 5.0V/2.0A output) with jumper-enabled always-on mode" }, "storage": { - "onboard": false, - "nvr_compatible": false, - "cloud": true + "onboard": true, + "max_microsd_gb": 512, + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp" ], - "ip_rating": "IP44", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, @@ -119172,7 +118100,11 @@ "no subscription" ], "sources": [ - "https://www.tapo.com/us/product/smart-camera/tapo-d225/" + "https://www.tapo.com/us/product/smart-camera/tapo-d225/", + "https://www.tp-link.com/us/smart-home/smart-doorbell/tapo-d225/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-d225/", + "https://www.tapo.com/us/faq/724/", + "https://www.tp-link.com/us/press/news/21292/" ], "power_source": [ "battery", @@ -119197,7 +118129,24 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Requires Always-On mode (hardwired only)." } - } + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 20, + "streams": [ + { + "name": "main", + "resolution": "2304x1728", + "fps": 20, + "codec": "H.264" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "150 x 50 x 38.4" }, { "id": "tapo-d230s1", @@ -119210,35 +118159,32 @@ "connectivity": [ "wifi" ], - "release_year": 2024, + "release_year": 2023, "resolution": { - "megapixels": 5, + "label": "2K", "max_width": 2560, "max_height": 1920, - "label": "2K QHD" + "megapixels": 5 }, "lens": { - "count": 1, - "focal_length_mm": "2.4mm", - "aperture": "F2.0", - "varifocal": false + "aperture": "F/2.1", + "count": 1 }, - "field_of_view_deg": "160 diagonal", + "field_of_view_deg": "160 (diagonal)", "night_vision": { - "type": "color", - "range_m": 5 + "type": "hybrid", + "range_m": 8 }, "power": { - "method": "Built-in 5000 mAh rechargeable battery / hardwired optional" + "method": "battery" }, "storage": { + "max_microsd_gb": 512, + "cloud": true, "onboard": false, - "nvr_compatible": false, - "cloud": true + "nvr_compatible": false }, - "protocols": [ - "http" - ], + "protocols": [], "ip_rating": "IP64", "audio": { "microphone": true, @@ -119256,18 +118202,30 @@ "requires Tapo H200 hub" ], "sources": [ - "https://www.tapo.com/us/product/smart-camera/tapo-d230s1/" + "https://www.tapo.com/us/product/smart-camera/tapo-d230s1/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-d230s1/", + "https://www.tp-link.com/us/support/faq/3879/", + "https://www.tapo.com/en/product/smart-camera/tapo-d230s1/", + "https://www.tapo.com/us/faq/397/" ], "power_source": [ - "battery", - "ac-mains" + "battery" ], "configs": { "home_assistant": { "integration": "tapo", "notes": "Requires Tapo H200 hub. No RTSP or ONVIF — hub-based only. TP-Link Tapo integration exposes the doorbell via the hub. Not compatible with Frigate or Blue Iris." } - } + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 15 + }, + "sensor": "1/2.7\"", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "146 x 54.5 x 35.5" }, { "id": "tapo-d235", @@ -119283,36 +118241,33 @@ "release_year": 2024, "resolution": { "megapixels": 5, - "max_width": 2880, - "max_height": 1620, - "label": "3K 5MP" + "max_width": 2560, + "max_height": 1920, + "label": "2K 5MP" }, "lens": { "count": 1, - "focal_length_mm": "Fixed", - "aperture": "F1.6", + "focal_length_mm": "1.18mm", + "aperture": "F1.8", "varifocal": false }, - "field_of_view_deg": "160 diagonal", + "field_of_view_deg": "170.6 (horizontal) / 140.1 (vertical) / up to 180 diagonal", "night_vision": { - "type": "color", - "range_m": 5 + "type": "hybrid", + "range_m": 10 }, "power": { - "method": "Hardwired (existing 16-24V AC doorbell wiring)" + "method": "10000mAh built-in rechargeable Li-ion battery (up to ~210 days typical / 365 days max use), OR hardwired to existing doorbell transformer (8-24V AC, 10-40VA) / DC adapter (9-24V DC, >=10W, 2-pin no-polarity)" }, "storage": { "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": false, + "max_microsd_gb": 512, "cloud": true }, "protocols": [ - "rtsp", - "onvif", - "http" + "rtsp" ], - "ip_rating": "IP44", + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, @@ -119328,9 +118283,15 @@ "free cloud storage" ], "sources": [ - "https://www.tapo.com/en/product/smart-doorbell/tapo-d235/" + "https://www.tapo.com/en/product/smart-doorbell/tapo-d235/", + "https://www.tapo.com/en/product/smart-camera/tapo-d235/", + "https://static.tp-link.com/upload/product-overview/2024/202412/20241231/Tapo%20D235%201.0_Datasheet.pdf", + "https://www.tp-link.com/us/support/faq/4465/", + "https://www.tp-link.com/us/support/faq/3972/", + "https://community.tp-link.com/en/smart-home/forum/topic/712770" ], "power_source": [ + "battery", "ac-mains" ], "configs": { @@ -119352,68 +118313,81 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Requires Always-On mode enabled in Tapo app." } - } + }, + "video": { + "codecs": [ + "H264" + ], + "max_fps": 20 + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "operating_temp_c": "-20 to 45", + "dimensions_mm": "150 x 50 x 38.4 (doorbell unit only, excludes chime)", + "weight_g": 297 }, { "id": "tapo-tc40", "brand": "Tapo", "model": "TC40", - "type": "bullet", + "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2021, + "power_source": [ + "dc" + ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "1080p Full HD", + "max_width": 1920, + "max_height": 1080, + "megapixels": 2 + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15, + "streams": [ + { + "resolution": "1920x1080", + "fps": 15, + "codec": "H.264" + } + ] }, + "sensor": "1/3\" Progressive Scan CMOS", "lens": { - "count": 1, - "focal_length_mm": "3.9mm", - "aperture": "F1.6", - "varifocal": false + "focal_length_mm": "3.89", + "count": 1 }, - "field_of_view_deg": "105 horizontal", + "field_of_view_deg": "85.5 diagonal, 73.5 horizontal, 41 vertical", "night_vision": { "type": "color", "range_m": 30 }, "power": { - "method": "DC 12V (outdoor adapter)" + "method": "12V DC power adapter (input 100-240V 50/60Hz, output 9V 0.85A)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "max_microsd_gb": 512, + "cloud": true, + "onboard": false, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "2K outdoor fixed bullet", - "starlight color night vision", - "AI person detection", - "motion detection", - "IP66", - "RTSP/ONVIF", - "Alexa / Google", - "no subscription" + "ip_rating": "IP65", + "operating_temp_c": "-30 to 60", + "dimensions_mm": "123.8 x 123 x 90", + "markets": [ + "global" ], "sources": [ - "https://www.tapo.com/" - ], - "power_source": [ - "dc" + "https://www.tp-link.com/uk/home-networking/cloud-camera/tc40/", + "https://www.tapo.com/en/product/smart-camera/tc40/", + "https://static.tp-link.com/upload/manual/2023/202309/20230919/1910013472_TC40_UG_V1.pdf" ], "configs": { "frigate": { @@ -119439,33 +118413,43 @@ "id": "tapo-tc55", "brand": "Tapo", "model": "Tapo TC55", - "type": "ptz", + "type": "bullet", "connectivity": [ "wifi" ], - "release_year": 2024, + "power_source": [ + "ac-mains" + ], "resolution": { - "megapixels": 4, + "label": "2K QHD", "max_width": 2560, "max_height": 1440, - "label": "2K QHD" + "megapixels": 4 + }, + "video": { + "codecs": [ + "h264" + ], + "max_fps": 15 }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", "lens": { "count": 1, - "focal_length_mm": "3.2mm", + "focal_length_mm": "2.1mm", + "aperture": "F2.1", "varifocal": false }, + "field_of_view_deg": "153 (Diagonal), 134 (Horizontal), 77.6 (Vertical)", "night_vision": { "type": "hybrid", "range_m": 30 }, "power": { - "method": "DC 9V" + "method": "Hardwired only, 110-240V AC, 50/60Hz (no battery/DC option)" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, "cloud": true }, "protocols": [ @@ -119478,21 +118462,17 @@ "speaker": true, "two_way": true }, - "features": [ - "2K outdoor pan/tilt WiFi camera", - "360° pan / 130° tilt", - "spotlight for color night vision", - "AI person/vehicle detection", - "IP65 weatherproof", - "built-in siren", - "two-way audio", - "Alexa / Google" + "operating_temp_c": "-20 to 45 (-4F to 113F)", + "dimensions_mm": "151 x 151 x 145.6", + "weight_g": 686, + "release_year": 2024, + "markets": [ + "global" ], "sources": [ - "https://www.tapo.com/" - ], - "power_source": [ - "dc" + "https://www.tp-link.com/us/home-networking/cloud-camera/tc55/", + "https://static.tp-link.com/upload/product-overview/2024/202405/20240524/TC55(US)1.6_Datasheet.pdf", + "https://www.tapo.com/en/product/smart-camera/tc55/" ], "configs": { "frigate": { @@ -119526,78 +118506,72 @@ "connectivity": [ "wifi" ], - "release_year": 2023, + "power_source": [ + "battery" + ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "2K 3MP", + "max_width": 2304, + "max_height": 1296, + "megapixels": 3 }, - "sensor": "CMOS", + "video": { + "codecs": [ + "h264" + ], + "max_fps": 15, + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 15, + "codec": "h264" + } + ] + }, + "sensor": "1/2.8\" Progressive Scan CMOS Starlight Sensor", "lens": { "count": 1, - "focal_length_mm": "Fixed", - "aperture": "F1.6", + "focal_length_mm": "3.17", + "aperture": "F1.65", "varifocal": false }, - "field_of_view_deg": "118 horizontal", + "field_of_view_deg": "125 (diagonal), 111 (horizontal), 56 (vertical)", "night_vision": { - "type": "color", - "range_m": 15 + "type": "hybrid", + "range_m": 9 }, "power": { - "method": "Hardwired (AC mains)" + "method": "Built-in 6400 mAh rechargeable Li-ion battery (up to 180-day life), charged via USB-C; optional Tapo A201/A200 solar panel sold separately" }, "storage": { "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, + "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP44", + "protocols": [], + "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, "two_way": true }, - "features": [ - "2K floodlight camera", - "2000-lumen dual floodlight", - "F1.6 color night vision", - "AI person/vehicle detection", - "two-way audio", - "active deterrence (light + siren)", - "RTSP/ONVIF", - "Tapo app / Alexa / Google / HomeKit", - "IP44" + "operating_temp_c": "-20 to 45", + "dimensions_mm": "60 (D) x 89 (H)", + "weight_g": 230, + "markets": [ + "global" ], "sources": [ - "https://www.tapo.com/en/product/outdoor-camera/tapo-tc82/" - ], - "power_source": [ - "ac-mains" + "https://www.tp-link.com/us/home-networking/cloud-camera/tc82/", + "https://www.tapo.com/en/product/smart-camera/tc82/", + "https://static.tp-link.com/upload/product-overview/2024/202403/20240322/Tapo%20C410&TC82%20KIT_1.0&1.6_Datasheet.pdf" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } } }, @@ -119608,79 +118582,75 @@ "aliases": [ "Smart Outdoor PTZ Camera with Floodlight" ], - "type": "ptz", + "type": "bullet", "connectivity": [ "wifi" ], - "release_year": 2023, + "power_source": [ + "battery", + "solar" + ], "resolution": { "megapixels": 4, "max_width": 2560, "max_height": 1440, "label": "2K QHD" }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2560x1440", + "fps": 30, + "codec": "H.264" + } + ] + }, + "sensor": "1/3\" Progressive Scan CMOS", "lens": { "count": 1, - "focal_length_mm": "2.8mm", - "aperture": "F1.6", + "focal_length_mm": "2.1mm", "varifocal": false }, - "field_of_view_deg": "360 pan / 140 tilt", + "field_of_view_deg": "150 diagonal", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 15 }, "power": { - "method": "Hardwired (AC)" + "method": "Built-in rechargeable lithium-ion battery (10,000mAh); optional Tapo solar panel" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, + "onboard": false, + "max_microsd_gb": 512, "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp" - ], - "ip_rating": "IP65", + "protocols": [], + "ip_rating": "IP66", "audio": { "microphone": true, "speaker": true, "two_way": true }, - "features": [ - "2K pan/tilt floodlight camera", - "360deg AI tracking", - "AI person/pet/vehicle detection", - "built-in floodlight", - "color night vision", - "IP65", - "built-in siren", - "no subscription" + "operating_temp_c": "-20 to 45", + "dimensions_mm": "116.2 x 64.8 x 64.8", + "weight_g": 235, + "markets": [ + "global" ], "sources": [ - "https://www.tapo.com/" - ], - "power_source": [ - "ac-mains" + "https://www.tp-link.com/us/home-networking/cloud-camera/tc85/", + "https://www.tapo.com/en/product/smart-camera/tc85/" ], "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 - }, - "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" - }, "home_assistant": { "integration": "tapo", "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." - }, - "blue_iris": { - "profile": "Generic/ONVIF", - "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } } }, diff --git a/package.json b/package.json index aea455ea..6edc2e9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cctv-camera-database", - "version": "1.12.1", + "version": "1.13.0", "description": "An open, structured database of CCTV / IP camera specifications.", "scripts": { "build": "node scripts/build.js && node scripts/gen-docs.js", From 700fdd1dce76dba12d90b8034f0dfd409cfe5648 Mon Sep 17 00:00:00 2001 From: bassem chagra Date: Tue, 30 Jun 2026 22:49:36 +0100 Subject: [PATCH 05/16] Verify TC85 against official spec page; soften unconfirmed battery capacity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cross-checked against tapo.com's TC85 v1 spec page — every field matches (resolution, sensor, lens, FOV, IR 49ft, IP66, dimensions, weight, codec/fps, audio, 512GB storage, no RTSP/ONVIF). The stored "10,000mAh" battery capacity wasn't confirmed on this or any cited source, so replaced with only the verified charging spec (5V/2A) and battery life (300 days). --- cameras/tapo/tc85.json | 5 +++-- data/cameras.json | 5 +++-- docs/cameras.json | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/cameras/tapo/tc85.json b/cameras/tapo/tc85.json index a0eed4e8..da1eeb80 100644 --- a/cameras/tapo/tc85.json +++ b/cameras/tapo/tc85.json @@ -45,7 +45,7 @@ "range_m": 15 }, "power": { - "method": "Built-in rechargeable lithium-ion battery (10,000mAh); optional Tapo solar panel" + "method": "Built-in rechargeable lithium-ion battery (5.0V/2.0A charging, up to 300 days battery life); optional Tapo A200 solar panel (sold separately)" }, "storage": { "onboard": false, @@ -68,7 +68,8 @@ ], "sources": [ "https://www.tp-link.com/us/home-networking/cloud-camera/tc85/", - "https://www.tapo.com/en/product/smart-camera/tc85/" + "https://www.tapo.com/en/product/smart-camera/tc85/", + "https://www.tapo.com/us/product/smart-camera/tc85/v1%20(1-pack)/" ], "configs": { "home_assistant": { diff --git a/data/cameras.json b/data/cameras.json index 6e135d13..0cfdf201 100644 --- a/data/cameras.json +++ b/data/cameras.json @@ -118622,7 +118622,7 @@ "range_m": 15 }, "power": { - "method": "Built-in rechargeable lithium-ion battery (10,000mAh); optional Tapo solar panel" + "method": "Built-in rechargeable lithium-ion battery (5.0V/2.0A charging, up to 300 days battery life); optional Tapo A200 solar panel (sold separately)" }, "storage": { "onboard": false, @@ -118645,7 +118645,8 @@ ], "sources": [ "https://www.tp-link.com/us/home-networking/cloud-camera/tc85/", - "https://www.tapo.com/en/product/smart-camera/tc85/" + "https://www.tapo.com/en/product/smart-camera/tc85/", + "https://www.tapo.com/us/product/smart-camera/tc85/v1%20(1-pack)/" ], "configs": { "home_assistant": { diff --git a/docs/cameras.json b/docs/cameras.json index 6e135d13..0cfdf201 100644 --- a/docs/cameras.json +++ b/docs/cameras.json @@ -118622,7 +118622,7 @@ "range_m": 15 }, "power": { - "method": "Built-in rechargeable lithium-ion battery (10,000mAh); optional Tapo solar panel" + "method": "Built-in rechargeable lithium-ion battery (5.0V/2.0A charging, up to 300 days battery life); optional Tapo A200 solar panel (sold separately)" }, "storage": { "onboard": false, @@ -118645,7 +118645,8 @@ ], "sources": [ "https://www.tp-link.com/us/home-networking/cloud-camera/tc85/", - "https://www.tapo.com/en/product/smart-camera/tc85/" + "https://www.tapo.com/en/product/smart-camera/tc85/", + "https://www.tapo.com/us/product/smart-camera/tc85/v1%20(1-pack)/" ], "configs": { "home_assistant": { From 6d22bef03f7dd719a9dcaf4ee766d086450eaac4 Mon Sep 17 00:00:00 2001 From: bassem chagra Date: Tue, 30 Jun 2026 23:11:58 +0100 Subject: [PATCH 06/16] Verify C460 against official spec page; soften unconfirmed battery capacity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cross-checked C460 against tp-link.com's specifications tab — resolution, sensor, lens, FOV, night vision, IP66, dimensions, operating temp, and storage (512GB microSD) all confirmed correct. The stored "10,000mAh" battery capacity wasn't confirmed on this or any cited source (same issue found on TC85), so replaced with only the verified charger spec (5V/2A) and the official solar panel note. --- cameras/tapo/c460.json | 5 +++-- data/cameras.json | 8 +++++--- docs/cameras.json | 8 +++++--- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/cameras/tapo/c460.json b/cameras/tapo/c460.json index 1aa5eeb4..92315107 100644 --- a/cameras/tapo/c460.json +++ b/cameras/tapo/c460.json @@ -24,7 +24,7 @@ "range_m": 15 }, "power": { - "method": "Built-in rechargeable 10,000mAh Li-ion battery; optional Tapo A201 solar panel (sold separately); USB-C charging (5.0V/2.0A adapter not included)" + "method": "Built-in rechargeable lithium-ion battery; USB-C/adapter charging (input 100-240V 50/60Hz, output 5.0V/2.0A); optional Tapo A201 solar panel (sold separately)" }, "storage": { "max_microsd_gb": 512, @@ -56,7 +56,8 @@ "https://www.tp-link.com/us/support/faq/2680/", "https://www.tapo.com/us/product/smart-camera/tapo-c460/", "https://static.tp-link.com/upload/product-overview/2025/202502/20250219/Tapo%20C460%201.0&1.6_Datasheet.pdf", - "https://www.tp-link.com/us/press/news/21827/" + "https://www.tp-link.com/us/press/news/21827/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c460/#specifications" ], "aliases": [ "MagCam 4K Solar" diff --git a/data/cameras.json b/data/cameras.json index 0cfdf201..c73a9551 100644 --- a/data/cameras.json +++ b/data/cameras.json @@ -116859,7 +116859,7 @@ "range_m": 15 }, "power": { - "method": "Built-in rechargeable 10,000mAh Li-ion battery; optional Tapo A201 solar panel (sold separately); USB-C charging (5.0V/2.0A adapter not included)" + "method": "Built-in rechargeable lithium-ion battery; USB-C/adapter charging (input 100-240V 50/60Hz, output 5.0V/2.0A); optional Tapo A201 solar panel (sold separately)" }, "storage": { "max_microsd_gb": 512, @@ -116891,7 +116891,8 @@ "https://www.tp-link.com/us/support/faq/2680/", "https://www.tapo.com/us/product/smart-camera/tapo-c460/", "https://static.tp-link.com/upload/product-overview/2025/202502/20250219/Tapo%20C460%201.0&1.6_Datasheet.pdf", - "https://www.tp-link.com/us/press/news/21827/" + "https://www.tp-link.com/us/press/news/21827/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c460/#specifications" ], "aliases": [ "MagCam 4K Solar" @@ -118351,7 +118352,8 @@ { "resolution": "1920x1080", "fps": 15, - "codec": "H.264" + "codec": "H.264", + "name": "main" } ] }, diff --git a/docs/cameras.json b/docs/cameras.json index 0cfdf201..c73a9551 100644 --- a/docs/cameras.json +++ b/docs/cameras.json @@ -116859,7 +116859,7 @@ "range_m": 15 }, "power": { - "method": "Built-in rechargeable 10,000mAh Li-ion battery; optional Tapo A201 solar panel (sold separately); USB-C charging (5.0V/2.0A adapter not included)" + "method": "Built-in rechargeable lithium-ion battery; USB-C/adapter charging (input 100-240V 50/60Hz, output 5.0V/2.0A); optional Tapo A201 solar panel (sold separately)" }, "storage": { "max_microsd_gb": 512, @@ -116891,7 +116891,8 @@ "https://www.tp-link.com/us/support/faq/2680/", "https://www.tapo.com/us/product/smart-camera/tapo-c460/", "https://static.tp-link.com/upload/product-overview/2025/202502/20250219/Tapo%20C460%201.0&1.6_Datasheet.pdf", - "https://www.tp-link.com/us/press/news/21827/" + "https://www.tp-link.com/us/press/news/21827/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c460/#specifications" ], "aliases": [ "MagCam 4K Solar" @@ -118351,7 +118352,8 @@ { "resolution": "1920x1080", "fps": 15, - "codec": "H.264" + "codec": "H.264", + "name": "main" } ] }, From ffdd1cf05421f50fe43337978dfce95b178362e9 Mon Sep 17 00:00:00 2001 From: bassem chagra Date: Wed, 1 Jul 2026 09:22:01 +0100 Subject: [PATCH 07/16] Fix data/cameras.json out of sync with cameras/tapo/tc40.json The "name": "main" fix to tc40's video stream (added earlier to resolve a static-export prerender crash in the web repo) was baked into a rebuilt data/cameras.json and committed, but the source cameras/tapo/tc40.json change itself was never committed -- a later `git reset --hard` (dropping an unrelated commit) discarded it from the working tree, leaving the generated files out of sync with their own source. CI's "generated files must match a fresh build" check caught this. Re-applied the source fix; data/ and docs/ already matched a fresh build so no other changes needed. --- cameras/tapo/tc40.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cameras/tapo/tc40.json b/cameras/tapo/tc40.json index 42e6f60e..038d9336 100644 --- a/cameras/tapo/tc40.json +++ b/cameras/tapo/tc40.json @@ -24,7 +24,8 @@ { "resolution": "1920x1080", "fps": 15, - "codec": "H.264" + "codec": "H.264", + "name": "main" } ] }, From 0bf6f76b0e9533b5ab2d30b4449b515f620c3199 Mon Sep 17 00:00:00 2001 From: bassem chagra Date: Wed, 1 Jul 2026 09:28:17 +0100 Subject: [PATCH 08/16] Verify Tapo C675D Kit against official v1 spec page; fill audio, correct power MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cross-checked against the official tapo.com v1 product/spec page — resolution, sensor, both lenses, night vision, IP65, storage, dimensions, no RTSP/ONVIF all confirmed correct. Fixed: audio was empty (mic+speaker+two-way confirmed official), power.method now names the included Tapo A202 solar panel (4.5W) instead of generic "solar charging", field_of_view_deg enriched with H/V components for both lenses (was diagonal-only). Product page is now live (v1), so marked status: available and updated release_notes accordingly. --- cameras/tapo/c675d-kit.json | 18 ++++++++++++------ data/cameras.csv | 2 +- data/cameras.json | 18 ++++++++++++------ docs/cameras.json | 18 ++++++++++++------ 4 files changed, 37 insertions(+), 19 deletions(-) diff --git a/cameras/tapo/c675d-kit.json b/cameras/tapo/c675d-kit.json index 36f1e6d1..8e8720c3 100644 --- a/cameras/tapo/c675d-kit.json +++ b/cameras/tapo/c675d-kit.json @@ -22,13 +22,13 @@ "aperture": "F1.6", "focal_length_mm": "2.53 (fixed lens) / 6.0 (pan-tilt lens)" }, - "field_of_view_deg": "169.7 (fixed lens, diagonal); 66.5 (pan-tilt lens, diagonal)", + "field_of_view_deg": "Fixed lens: 169.7 diagonal / 140.8 horizontal / 74.7 vertical; Pan-tilt lens: 66.5 diagonal / 57.3 horizontal / 31.0 vertical", "night_vision": { "type": "hybrid", "range_m": 16 }, "power": { - "method": "battery + solar charging" + "method": "Built-in rechargeable lithium-ion battery; Tapo A202 solar panel (included, up to 4.5W output)" }, "storage": { "max_microsd_gb": 512, @@ -38,7 +38,11 @@ }, "protocols": [], "ip_rating": "IP65", - "audio": {}, + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, "features": [ "solar-powered dual-lens 4K camera", "169deg wide-angle view + 6mm tele lens", @@ -48,13 +52,14 @@ "color night vision", "no subscription" ], - "release_notes": "Announced CES 2025 and IFA 2025; launching 2026.", + "release_notes": "Announced CES 2025 and IFA 2025; official v1 product/spec page now live.", "sources": [ "https://www.notebookcheck.net/New-Tapo-4K-8MP-security-cameras-on-the-way.1108686.0.html", "https://www.tapo.com/us/product/smart-camera/tapo-c675d-kit/", "https://www.tp-link.com/us/support/faq/2680/", "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c675d-kit/", - "https://www.tp-link.com/us/document/113455/" + "https://www.tp-link.com/us/document/113455/", + "https://www.tapo.com/us/product/smart-camera/tapo-c675d-kit/v1/#tapo-product-overview" ], "power_source": [ "solar", @@ -87,5 +92,6 @@ "weight_g": 678, "environment": [ "outdoor" - ] + ], + "status": "available" } diff --git a/data/cameras.csv b/data/cameras.csv index b1e5cbdf..f8e56386 100644 --- a/data/cameras.csv +++ b/data/cameras.csv @@ -1403,7 +1403,7 @@ tapo-c560ws,Tapo,Tapo C560WS,ptz,4K 8MP,8,"1/2.7"" Progressive Scan CMOS Starlig tapo-c566wb,Tapo,C566WB,ptz,4K,8,,360 pan / 140 tilt,color,IP66,,2025 tapo-c615f-kit,Tapo,C615F Kit,ptz,2K,3,"1/2.8"" Progressive Scan CMOS",100 (diagonal); 84 (horizontal) x 44 (vertical),hybrid,IP65,true,2025 tapo-c660-kit,Tapo,C660 KIT,ptz,4K,8,"1/2.7"" Progressive Scan CMOS Starlight Sensor","105 (Diagonal), 88 (Horizontal), 45 (Vertical)",hybrid,IP65,true,2025 -tapo-c675d-kit,Tapo,C675D Kit,dual-lens,"4K (dual-lens, each lens independently 4K)",8,"1/2.7"" CMOS Starlight Sensor","169.7 (fixed lens, diagonal); 66.5 (pan-tilt lens, diagonal)",hybrid,IP65,,2026 +tapo-c675d-kit,Tapo,C675D Kit,dual-lens,"4K (dual-lens, each lens independently 4K)",8,"1/2.7"" CMOS Starlight Sensor",Fixed lens: 169.7 diagonal / 140.8 horizontal / 74.7 vertical; Pan-tilt lens: 66.5 diagonal / 57.3 horizontal / 31.0 vertical,hybrid,IP65,true,2026 tapo-c720,Tapo,Tapo C720,bullet,2K QHD,4,"1/3"" progressive scan CMOS Starlight sensor","153 diagonal, 134 horizontal, 77.6 vertical",hybrid,IP65,true,2024 tapo-c840,Tapo,C840,dual-lens,4MP wide + 2MP tele dual lens,4,"1/2.9"" image sensor","144 (wide lens, diagonal) / 55 (tele lens, diagonal)",ir,,true,2025 tapo-d130,Tapo,Tapo D130,doorbell,2K (5MP),5,"1/2.7"" Progressive Scan CMOS","180 diagonal, 172 horizontal, 144 vertical",hybrid,IP65,true,2024 diff --git a/data/cameras.json b/data/cameras.json index c73a9551..93d7a92e 100644 --- a/data/cameras.json +++ b/data/cameras.json @@ -117696,13 +117696,13 @@ "aperture": "F1.6", "focal_length_mm": "2.53 (fixed lens) / 6.0 (pan-tilt lens)" }, - "field_of_view_deg": "169.7 (fixed lens, diagonal); 66.5 (pan-tilt lens, diagonal)", + "field_of_view_deg": "Fixed lens: 169.7 diagonal / 140.8 horizontal / 74.7 vertical; Pan-tilt lens: 66.5 diagonal / 57.3 horizontal / 31.0 vertical", "night_vision": { "type": "hybrid", "range_m": 16 }, "power": { - "method": "battery + solar charging" + "method": "Built-in rechargeable lithium-ion battery; Tapo A202 solar panel (included, up to 4.5W output)" }, "storage": { "max_microsd_gb": 512, @@ -117712,7 +117712,11 @@ }, "protocols": [], "ip_rating": "IP65", - "audio": {}, + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, "features": [ "solar-powered dual-lens 4K camera", "169deg wide-angle view + 6mm tele lens", @@ -117722,13 +117726,14 @@ "color night vision", "no subscription" ], - "release_notes": "Announced CES 2025 and IFA 2025; launching 2026.", + "release_notes": "Announced CES 2025 and IFA 2025; official v1 product/spec page now live.", "sources": [ "https://www.notebookcheck.net/New-Tapo-4K-8MP-security-cameras-on-the-way.1108686.0.html", "https://www.tapo.com/us/product/smart-camera/tapo-c675d-kit/", "https://www.tp-link.com/us/support/faq/2680/", "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c675d-kit/", - "https://www.tp-link.com/us/document/113455/" + "https://www.tp-link.com/us/document/113455/", + "https://www.tapo.com/us/product/smart-camera/tapo-c675d-kit/v1/#tapo-product-overview" ], "power_source": [ "solar", @@ -117761,7 +117766,8 @@ "weight_g": 678, "environment": [ "outdoor" - ] + ], + "status": "available" }, { "id": "tapo-c720", diff --git a/docs/cameras.json b/docs/cameras.json index c73a9551..93d7a92e 100644 --- a/docs/cameras.json +++ b/docs/cameras.json @@ -117696,13 +117696,13 @@ "aperture": "F1.6", "focal_length_mm": "2.53 (fixed lens) / 6.0 (pan-tilt lens)" }, - "field_of_view_deg": "169.7 (fixed lens, diagonal); 66.5 (pan-tilt lens, diagonal)", + "field_of_view_deg": "Fixed lens: 169.7 diagonal / 140.8 horizontal / 74.7 vertical; Pan-tilt lens: 66.5 diagonal / 57.3 horizontal / 31.0 vertical", "night_vision": { "type": "hybrid", "range_m": 16 }, "power": { - "method": "battery + solar charging" + "method": "Built-in rechargeable lithium-ion battery; Tapo A202 solar panel (included, up to 4.5W output)" }, "storage": { "max_microsd_gb": 512, @@ -117712,7 +117712,11 @@ }, "protocols": [], "ip_rating": "IP65", - "audio": {}, + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, "features": [ "solar-powered dual-lens 4K camera", "169deg wide-angle view + 6mm tele lens", @@ -117722,13 +117726,14 @@ "color night vision", "no subscription" ], - "release_notes": "Announced CES 2025 and IFA 2025; launching 2026.", + "release_notes": "Announced CES 2025 and IFA 2025; official v1 product/spec page now live.", "sources": [ "https://www.notebookcheck.net/New-Tapo-4K-8MP-security-cameras-on-the-way.1108686.0.html", "https://www.tapo.com/us/product/smart-camera/tapo-c675d-kit/", "https://www.tp-link.com/us/support/faq/2680/", "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c675d-kit/", - "https://www.tp-link.com/us/document/113455/" + "https://www.tp-link.com/us/document/113455/", + "https://www.tapo.com/us/product/smart-camera/tapo-c675d-kit/v1/#tapo-product-overview" ], "power_source": [ "solar", @@ -117761,7 +117766,8 @@ "weight_g": 678, "environment": [ "outdoor" - ] + ], + "status": "available" }, { "id": "tapo-c720", From d2b0cc862fcdefccd862437608e6b0a1e5351cfa Mon Sep 17 00:00:00 2001 From: bassem chagra Date: Wed, 1 Jul 2026 09:31:04 +0100 Subject: [PATCH 09/16] Verify Tapo C660 Kit against official v1 spec page Cross-checked against tapo.com's v1 product/spec page -- resolution, sensor, lens, FOV (exact match), night vision, IP65, dimensions (exact match), operating temp, audio, storage, and no RTSP/ONVIF all already correct. Enriched power.method with the exact solar panel output (5.2V/2.5W) and required adapter spec (5.0V/2.0A), and added 18x digital zoom to features -- both confirmed on the official page but not previously captured. --- cameras/tapo/c660-kit.json | 8 +++++--- data/cameras.json | 8 +++++--- docs/cameras.json | 8 +++++--- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/cameras/tapo/c660-kit.json b/cameras/tapo/c660-kit.json index a891bc02..b96b3646 100644 --- a/cameras/tapo/c660-kit.json +++ b/cameras/tapo/c660-kit.json @@ -28,7 +28,7 @@ "type": "hybrid" }, "power": { - "method": "Solar panel (Tapo A201) + built-in rechargeable Li-ion battery; USB Type-C port accepts optional AC adapter (not included) for wired charging" + "method": "Solar panel (Tapo A201, 5.2V/2.5W max output) + built-in rechargeable Li-ion battery; USB Type-C port accepts an optional 5.0V/2.0A AC adapter (not included) for wired charging" }, "storage": { "cloud": true, @@ -51,14 +51,16 @@ "starlight color night vision", "4K ultra clarity", "time-lapse", - "no subscription" + "no subscription", + "18x digital zoom" ], "sources": [ "https://www.tapo.com/us/product/smart-camera/tapo-c660-kit/", "https://www.tp-link.com/us/support/faq/2680/", "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c660-kit/", "https://static.tp-link.com/upload/product-overview/2025/202504/20250424/Tapo%20C660%20KIT%201.0&1.6_Datasheet.pdf", - "https://www.tp-link.com/us/press/news/21827/" + "https://www.tp-link.com/us/press/news/21827/", + "https://www.tapo.com/us/product/smart-camera/tapo-c660-kit/v1/" ], "power_source": [ "battery", diff --git a/data/cameras.json b/data/cameras.json index 93d7a92e..a3df5eab 100644 --- a/data/cameras.json +++ b/data/cameras.json @@ -117615,7 +117615,7 @@ "type": "hybrid" }, "power": { - "method": "Solar panel (Tapo A201) + built-in rechargeable Li-ion battery; USB Type-C port accepts optional AC adapter (not included) for wired charging" + "method": "Solar panel (Tapo A201, 5.2V/2.5W max output) + built-in rechargeable Li-ion battery; USB Type-C port accepts an optional 5.0V/2.0A AC adapter (not included) for wired charging" }, "storage": { "cloud": true, @@ -117638,14 +117638,16 @@ "starlight color night vision", "4K ultra clarity", "time-lapse", - "no subscription" + "no subscription", + "18x digital zoom" ], "sources": [ "https://www.tapo.com/us/product/smart-camera/tapo-c660-kit/", "https://www.tp-link.com/us/support/faq/2680/", "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c660-kit/", "https://static.tp-link.com/upload/product-overview/2025/202504/20250424/Tapo%20C660%20KIT%201.0&1.6_Datasheet.pdf", - "https://www.tp-link.com/us/press/news/21827/" + "https://www.tp-link.com/us/press/news/21827/", + "https://www.tapo.com/us/product/smart-camera/tapo-c660-kit/v1/" ], "power_source": [ "battery", diff --git a/docs/cameras.json b/docs/cameras.json index 93d7a92e..a3df5eab 100644 --- a/docs/cameras.json +++ b/docs/cameras.json @@ -117615,7 +117615,7 @@ "type": "hybrid" }, "power": { - "method": "Solar panel (Tapo A201) + built-in rechargeable Li-ion battery; USB Type-C port accepts optional AC adapter (not included) for wired charging" + "method": "Solar panel (Tapo A201, 5.2V/2.5W max output) + built-in rechargeable Li-ion battery; USB Type-C port accepts an optional 5.0V/2.0A AC adapter (not included) for wired charging" }, "storage": { "cloud": true, @@ -117638,14 +117638,16 @@ "starlight color night vision", "4K ultra clarity", "time-lapse", - "no subscription" + "no subscription", + "18x digital zoom" ], "sources": [ "https://www.tapo.com/us/product/smart-camera/tapo-c660-kit/", "https://www.tp-link.com/us/support/faq/2680/", "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c660-kit/", "https://static.tp-link.com/upload/product-overview/2025/202504/20250424/Tapo%20C660%20KIT%201.0&1.6_Datasheet.pdf", - "https://www.tp-link.com/us/press/news/21827/" + "https://www.tp-link.com/us/press/news/21827/", + "https://www.tapo.com/us/product/smart-camera/tapo-c660-kit/v1/" ], "power_source": [ "battery", From 12e95e10e443451d1fc0613b6da30c0f6976a141 Mon Sep 17 00:00:00 2001 From: bassem chagra Date: Wed, 1 Jul 2026 09:33:21 +0100 Subject: [PATCH 10/16] Add Tapo C645D Kit (real specs from official v1 spec page) New dual-lens (165 wide-angle + 6mm telephoto, 10.8x zoom) pan/tilt battery +solar camera. Every field sourced from the official tapo.com v1 product page; TP-Link's RTSP/ONVIF FAQ explicitly names the C645D on the battery-camera exclusion list, so protocols: []. No fabricated fields (weight/release_year omitted -- not stated on any cited source). Tapo: 42 -> 43 cameras. --- cameras/tapo/c645d-kit.json | 71 ++++++++++++++++++++++++++++++ data/cameras.csv | 1 + data/cameras.json | 86 +++++++++++++++++++++++++++++++++++++ docs/cameras.json | 86 +++++++++++++++++++++++++++++++++++++ 4 files changed, 244 insertions(+) create mode 100644 cameras/tapo/c645d-kit.json diff --git a/cameras/tapo/c645d-kit.json b/cameras/tapo/c645d-kit.json new file mode 100644 index 00000000..9168cd96 --- /dev/null +++ b/cameras/tapo/c645d-kit.json @@ -0,0 +1,71 @@ +{ + "id": "tapo-c645d-kit", + "brand": "Tapo", + "model": "C645D Kit", + "type": "dual-lens", + "connectivity": ["wifi"], + "resolution": { + "megapixels": 3, + "max_width": 2304, + "max_height": 1296, + "label": "2K 3MP (dual-lens, each lens independently 2K)" + }, + "sensor": "1/2.8\" Progressive Scan CMOS", + "lens": { + "count": 2, + "focal_length_mm": "2.53 (wide-angle lens) / 6.0 (telephoto lens)", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "Wide-angle lens: 165.1 diagonal / 137.6 horizontal / 73 vertical; Telephoto lens: 65.5 diagonal / 56.5 horizontal / 30.6 vertical", + "night_vision": { + "type": "hybrid", + "range_m": 10 + }, + "power": { + "method": "Built-in rechargeable lithium-ion battery; Tapo A201 solar panel (included, up to 2.5W output)" + }, + "power_source": ["battery", "solar"], + "storage": { + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, + "cloud": true + }, + "protocols": [], + "ip_rating": "IP65", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "video": { + "max_fps": 15, + "streams": [ + { "name": "wide-angle lens", "resolution": "2304x1296", "fps": 15 }, + { "name": "telephoto lens", "resolution": "2304x1296", "fps": 15 } + ] + }, + "environment": ["outdoor"], + "dimensions_mm": "132 x 82 x 160", + "operating_temp_c": "-20 to 45", + "status": "available", + "features": [ + "dual-lens pan/tilt battery/solar camera", + "165° wide-angle + 6mm telephoto with 10.8x digital zoom", + "334° pan / 90° tilt mechanical range (360° pan / 120° tilt coverage)", + "color night vision with 6 built-in spotlights", + "91.5dB siren", + "no subscription" + ], + "sources": [ + "https://www.tapo.com/us/product/smart-camera/tapo-c645d-kit/v1/", + "https://www.tp-link.com/us/support/faq/2680/" + ], + "configs": { + "home_assistant": { + "integration": "tapo", + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ, which explicitly names the C645D). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." + } + } +} diff --git a/data/cameras.csv b/data/cameras.csv index f8e56386..179a03e1 100644 --- a/data/cameras.csv +++ b/data/cameras.csv @@ -1402,6 +1402,7 @@ tapo-c530ws,Tapo,Tapo C530WS,ptz,3K 5MP,5,"1/2.7"" Progressive Scan CMOS Starlig tapo-c560ws,Tapo,Tapo C560WS,ptz,4K 8MP,8,"1/2.7"" Progressive Scan CMOS Starlight Sensor","105 (Diagonal), 88 (Horizontal), 45 (Vertical)",hybrid,IP66,true,2025 tapo-c566wb,Tapo,C566WB,ptz,4K,8,,360 pan / 140 tilt,color,IP66,,2025 tapo-c615f-kit,Tapo,C615F Kit,ptz,2K,3,"1/2.8"" Progressive Scan CMOS",100 (diagonal); 84 (horizontal) x 44 (vertical),hybrid,IP65,true,2025 +tapo-c645d-kit,Tapo,C645D Kit,dual-lens,"2K 3MP (dual-lens, each lens independently 2K)",3,"1/2.8"" Progressive Scan CMOS",Wide-angle lens: 165.1 diagonal / 137.6 horizontal / 73 vertical; Telephoto lens: 65.5 diagonal / 56.5 horizontal / 30.6 vertical,hybrid,IP65,true, tapo-c660-kit,Tapo,C660 KIT,ptz,4K,8,"1/2.7"" Progressive Scan CMOS Starlight Sensor","105 (Diagonal), 88 (Horizontal), 45 (Vertical)",hybrid,IP65,true,2025 tapo-c675d-kit,Tapo,C675D Kit,dual-lens,"4K (dual-lens, each lens independently 4K)",8,"1/2.7"" CMOS Starlight Sensor",Fixed lens: 169.7 diagonal / 140.8 horizontal / 74.7 vertical; Pan-tilt lens: 66.5 diagonal / 57.3 horizontal / 31.0 vertical,hybrid,IP65,true,2026 tapo-c720,Tapo,Tapo C720,bullet,2K QHD,4,"1/3"" progressive scan CMOS Starlight sensor","153 diagonal, 134 horizontal, 77.6 vertical",hybrid,IP65,true,2024 diff --git a/data/cameras.json b/data/cameras.json index a3df5eab..3df75f81 100644 --- a/data/cameras.json +++ b/data/cameras.json @@ -117585,6 +117585,92 @@ "outdoor" ] }, + { + "id": "tapo-c645d-kit", + "brand": "Tapo", + "model": "C645D Kit", + "type": "dual-lens", + "connectivity": [ + "wifi" + ], + "resolution": { + "megapixels": 3, + "max_width": 2304, + "max_height": 1296, + "label": "2K 3MP (dual-lens, each lens independently 2K)" + }, + "sensor": "1/2.8\" Progressive Scan CMOS", + "lens": { + "count": 2, + "focal_length_mm": "2.53 (wide-angle lens) / 6.0 (telephoto lens)", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "Wide-angle lens: 165.1 diagonal / 137.6 horizontal / 73 vertical; Telephoto lens: 65.5 diagonal / 56.5 horizontal / 30.6 vertical", + "night_vision": { + "type": "hybrid", + "range_m": 10 + }, + "power": { + "method": "Built-in rechargeable lithium-ion battery; Tapo A201 solar panel (included, up to 2.5W output)" + }, + "power_source": [ + "battery", + "solar" + ], + "storage": { + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, + "cloud": true + }, + "protocols": [], + "ip_rating": "IP65", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "video": { + "max_fps": 15, + "streams": [ + { + "name": "wide-angle lens", + "resolution": "2304x1296", + "fps": 15 + }, + { + "name": "telephoto lens", + "resolution": "2304x1296", + "fps": 15 + } + ] + }, + "environment": [ + "outdoor" + ], + "dimensions_mm": "132 x 82 x 160", + "operating_temp_c": "-20 to 45", + "status": "available", + "features": [ + "dual-lens pan/tilt battery/solar camera", + "165° wide-angle + 6mm telephoto with 10.8x digital zoom", + "334° pan / 90° tilt mechanical range (360° pan / 120° tilt coverage)", + "color night vision with 6 built-in spotlights", + "91.5dB siren", + "no subscription" + ], + "sources": [ + "https://www.tapo.com/us/product/smart-camera/tapo-c645d-kit/v1/", + "https://www.tp-link.com/us/support/faq/2680/" + ], + "configs": { + "home_assistant": { + "integration": "tapo", + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ, which explicitly names the C645D). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." + } + } + }, { "id": "tapo-c660-kit", "brand": "Tapo", diff --git a/docs/cameras.json b/docs/cameras.json index a3df5eab..3df75f81 100644 --- a/docs/cameras.json +++ b/docs/cameras.json @@ -117585,6 +117585,92 @@ "outdoor" ] }, + { + "id": "tapo-c645d-kit", + "brand": "Tapo", + "model": "C645D Kit", + "type": "dual-lens", + "connectivity": [ + "wifi" + ], + "resolution": { + "megapixels": 3, + "max_width": 2304, + "max_height": 1296, + "label": "2K 3MP (dual-lens, each lens independently 2K)" + }, + "sensor": "1/2.8\" Progressive Scan CMOS", + "lens": { + "count": 2, + "focal_length_mm": "2.53 (wide-angle lens) / 6.0 (telephoto lens)", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "Wide-angle lens: 165.1 diagonal / 137.6 horizontal / 73 vertical; Telephoto lens: 65.5 diagonal / 56.5 horizontal / 30.6 vertical", + "night_vision": { + "type": "hybrid", + "range_m": 10 + }, + "power": { + "method": "Built-in rechargeable lithium-ion battery; Tapo A201 solar panel (included, up to 2.5W output)" + }, + "power_source": [ + "battery", + "solar" + ], + "storage": { + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, + "cloud": true + }, + "protocols": [], + "ip_rating": "IP65", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "video": { + "max_fps": 15, + "streams": [ + { + "name": "wide-angle lens", + "resolution": "2304x1296", + "fps": 15 + }, + { + "name": "telephoto lens", + "resolution": "2304x1296", + "fps": 15 + } + ] + }, + "environment": [ + "outdoor" + ], + "dimensions_mm": "132 x 82 x 160", + "operating_temp_c": "-20 to 45", + "status": "available", + "features": [ + "dual-lens pan/tilt battery/solar camera", + "165° wide-angle + 6mm telephoto with 10.8x digital zoom", + "334° pan / 90° tilt mechanical range (360° pan / 120° tilt coverage)", + "color night vision with 6 built-in spotlights", + "91.5dB siren", + "no subscription" + ], + "sources": [ + "https://www.tapo.com/us/product/smart-camera/tapo-c645d-kit/v1/", + "https://www.tp-link.com/us/support/faq/2680/" + ], + "configs": { + "home_assistant": { + "integration": "tapo", + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ, which explicitly names the C645D). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." + } + } + }, { "id": "tapo-c660-kit", "brand": "Tapo", From 852c658ad5897f830d476338c80280b76bccd71a Mon Sep 17 00:00:00 2001 From: bassem chagra Date: Wed, 1 Jul 2026 09:36:48 +0100 Subject: [PATCH 11/16] Add Tapo TCW90 Kit (real specs from official v1 spec page) New pan/tilt battery+solar dome camera (100.6deg FOV, 4mm F1.6, 10.8x digital zoom, 340/90 pan-tilt mechanical range). Every field sourced from the official tapo.com v1 product page. RTSP/ONVIF not mentioned on the page, consistent with TP-Link's battery-camera policy, so protocols: []. Weight not stated on any source -- omitted rather than guessed. Tapo: 43 -> 44 cameras. --- cameras/tapo/tcw90-kit.json | 67 +++++++++++++++++++++++++++++++++ data/cameras.csv | 1 + data/cameras.json | 74 +++++++++++++++++++++++++++++++++++++ docs/cameras.json | 74 +++++++++++++++++++++++++++++++++++++ 4 files changed, 216 insertions(+) create mode 100644 cameras/tapo/tcw90-kit.json diff --git a/cameras/tapo/tcw90-kit.json b/cameras/tapo/tcw90-kit.json new file mode 100644 index 00000000..f32be0ea --- /dev/null +++ b/cameras/tapo/tcw90-kit.json @@ -0,0 +1,67 @@ +{ + "id": "tapo-tcw90-kit", + "brand": "Tapo", + "model": "TCW90 Kit", + "type": "ptz", + "connectivity": ["wifi"], + "resolution": { + "megapixels": 3, + "max_width": 2304, + "max_height": 1296, + "label": "2K 3MP" + }, + "sensor": "1/2.8\" Progressive Scan CMOS", + "lens": { + "count": 1, + "focal_length_mm": "4.0", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "100.6 diagonal / 84.4 horizontal / 44.3 vertical", + "night_vision": { + "type": "hybrid", + "range_m": 10 + }, + "power": { + "method": "Built-in rechargeable lithium-ion battery; Tapo A201 solar panel (included, up to 5.2V/2.5W max charging); up to 200 days battery life without sunlight" + }, + "power_source": ["battery", "solar"], + "storage": { + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, + "cloud": true + }, + "protocols": [], + "ip_rating": "IP65", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "video": { + "max_fps": 15 + }, + "environment": ["outdoor"], + "dimensions_mm": "130.8 x 116.1 x 84.1", + "operating_temp_c": "-20 to 45", + "status": "available", + "features": [ + "pan/tilt battery/solar dome camera", + "340° pan / 90° tilt mechanical range (360° pan / 130° tilt coverage)", + "10.8x digital zoom", + "3DNR and WDR image enhancement", + "full-color night vision with 2 built-in spotlights", + "97.2dBA siren", + "no subscription" + ], + "sources": [ + "https://www.tapo.com/us/product/smart-camera/tcw90-kit/v1/" + ], + "configs": { + "home_assistant": { + "integration": "tapo", + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ) -- not mentioned on the official spec page for this model either. Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." + } + } +} diff --git a/data/cameras.csv b/data/cameras.csv index 179a03e1..483d135a 100644 --- a/data/cameras.csv +++ b/data/cameras.csv @@ -1415,6 +1415,7 @@ tapo-tc40,Tapo,TC40,ptz,1080p Full HD,2,"1/3"" Progressive Scan CMOS","85.5 diag tapo-tc55,Tapo,Tapo TC55,bullet,2K QHD,4,"1/3"" Progressive Scan CMOS Starlight Sensor","153 (Diagonal), 134 (Horizontal), 77.6 (Vertical)",hybrid,IP65,true,2024 tapo-tc82-global,Tapo,TC82,bullet,2K 3MP,3,"1/2.8"" Progressive Scan CMOS Starlight Sensor","125 (diagonal), 111 (horizontal), 56 (vertical)",hybrid,IP65,true, tapo-tc85,Tapo,TC85,bullet,2K QHD,4,"1/3"" Progressive Scan CMOS",150 diagonal,hybrid,IP66,true, +tapo-tcw90-kit,Tapo,TCW90 Kit,ptz,2K 3MP,3,"1/2.8"" Progressive Scan CMOS",100.6 diagonal / 84.4 horizontal / 44.3 vertical,hybrid,IP65,true, tiandy-tc-c32fn,Tiandy,TC-C32FN,dome,1080p,2,"1/2.8"" CMOS",108 horizontal,ir,IP66,false,2021 tiandy-tc-c32gn,Tiandy,TC-C32GN,bullet,1080p,2,"1/2.8"" CMOS",84 horizontal,ir,IP66,false,2021 tiandy-tc-c32gp,Tiandy,TC-C32GP,bullet,1080p,2,"1/2.8"" Starlight CMOS",108 horizontal,ir,IP67,false,2022 diff --git a/data/cameras.json b/data/cameras.json index 3df75f81..26207f1b 100644 --- a/data/cameras.json +++ b/data/cameras.json @@ -118751,6 +118751,80 @@ } } }, + { + "id": "tapo-tcw90-kit", + "brand": "Tapo", + "model": "TCW90 Kit", + "type": "ptz", + "connectivity": [ + "wifi" + ], + "resolution": { + "megapixels": 3, + "max_width": 2304, + "max_height": 1296, + "label": "2K 3MP" + }, + "sensor": "1/2.8\" Progressive Scan CMOS", + "lens": { + "count": 1, + "focal_length_mm": "4.0", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "100.6 diagonal / 84.4 horizontal / 44.3 vertical", + "night_vision": { + "type": "hybrid", + "range_m": 10 + }, + "power": { + "method": "Built-in rechargeable lithium-ion battery; Tapo A201 solar panel (included, up to 5.2V/2.5W max charging); up to 200 days battery life without sunlight" + }, + "power_source": [ + "battery", + "solar" + ], + "storage": { + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, + "cloud": true + }, + "protocols": [], + "ip_rating": "IP65", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "video": { + "max_fps": 15 + }, + "environment": [ + "outdoor" + ], + "dimensions_mm": "130.8 x 116.1 x 84.1", + "operating_temp_c": "-20 to 45", + "status": "available", + "features": [ + "pan/tilt battery/solar dome camera", + "340° pan / 90° tilt mechanical range (360° pan / 130° tilt coverage)", + "10.8x digital zoom", + "3DNR and WDR image enhancement", + "full-color night vision with 2 built-in spotlights", + "97.2dBA siren", + "no subscription" + ], + "sources": [ + "https://www.tapo.com/us/product/smart-camera/tcw90-kit/v1/" + ], + "configs": { + "home_assistant": { + "integration": "tapo", + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ) -- not mentioned on the official spec page for this model either. Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." + } + } + }, { "id": "tiandy-tc-c32fn", "brand": "Tiandy", diff --git a/docs/cameras.json b/docs/cameras.json index 3df75f81..26207f1b 100644 --- a/docs/cameras.json +++ b/docs/cameras.json @@ -118751,6 +118751,80 @@ } } }, + { + "id": "tapo-tcw90-kit", + "brand": "Tapo", + "model": "TCW90 Kit", + "type": "ptz", + "connectivity": [ + "wifi" + ], + "resolution": { + "megapixels": 3, + "max_width": 2304, + "max_height": 1296, + "label": "2K 3MP" + }, + "sensor": "1/2.8\" Progressive Scan CMOS", + "lens": { + "count": 1, + "focal_length_mm": "4.0", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "100.6 diagonal / 84.4 horizontal / 44.3 vertical", + "night_vision": { + "type": "hybrid", + "range_m": 10 + }, + "power": { + "method": "Built-in rechargeable lithium-ion battery; Tapo A201 solar panel (included, up to 5.2V/2.5W max charging); up to 200 days battery life without sunlight" + }, + "power_source": [ + "battery", + "solar" + ], + "storage": { + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, + "cloud": true + }, + "protocols": [], + "ip_rating": "IP65", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "video": { + "max_fps": 15 + }, + "environment": [ + "outdoor" + ], + "dimensions_mm": "130.8 x 116.1 x 84.1", + "operating_temp_c": "-20 to 45", + "status": "available", + "features": [ + "pan/tilt battery/solar dome camera", + "340° pan / 90° tilt mechanical range (360° pan / 130° tilt coverage)", + "10.8x digital zoom", + "3DNR and WDR image enhancement", + "full-color night vision with 2 built-in spotlights", + "97.2dBA siren", + "no subscription" + ], + "sources": [ + "https://www.tapo.com/us/product/smart-camera/tcw90-kit/v1/" + ], + "configs": { + "home_assistant": { + "integration": "tapo", + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF (TP-Link FAQ) -- not mentioned on the official spec page for this model either. Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." + } + } + }, { "id": "tiandy-tc-c32fn", "brand": "Tiandy", From a0ad862f286de08c6b91291ce967a441252b18cd Mon Sep 17 00:00:00 2001 From: bassem chagra Date: Wed, 1 Jul 2026 09:40:41 +0100 Subject: [PATCH 12/16] Verify Tapo C615F Kit against official v1 spec page; add missing operating temp Cross-checked against tapo.com's v1 product/spec page -- resolution, sensor, lens, FOV, night vision, IP65, dimensions (exact match), audio, storage all confirmed correct. Fixed: operating_temp_c was completely missing, added "-20 to 45" per the official page. Enriched features with confirmed floodlight specs (800 lumens/4000K), pan-tilt mechanical range (338/97, 360/141 coverage), 12x digital zoom, and 97dB siren -- none previously captured. --- cameras/tapo/c615f-kit.json | 14 +++++++++----- data/cameras.csv | 2 +- data/cameras.json | 14 +++++++++----- docs/cameras.json | 14 +++++++++----- 4 files changed, 28 insertions(+), 16 deletions(-) diff --git a/cameras/tapo/c615f-kit.json b/cameras/tapo/c615f-kit.json index 2bd63d68..6d1476c1 100644 --- a/cameras/tapo/c615f-kit.json +++ b/cameras/tapo/c615f-kit.json @@ -22,7 +22,7 @@ "count": 1, "varifocal": false }, - "field_of_view_deg": "100 (diagonal); 84 (horizontal) x 44 (vertical)", + "field_of_view_deg": "100 diagonal / 84 horizontal / 44 vertical", "night_vision": { "type": "hybrid", "range_m": 10 @@ -44,11 +44,13 @@ }, "features": [ "solar-powered floodlight pan/tilt camera", - "2K QHD", + "800-lumen floodlight (4000K) + 2 built-in spotlights", + "338 pan / 97 tilt mechanical range (360 pan / 141 tilt coverage)", + "12x digital zoom", "360deg AI tracking", "AI person/pet/vehicle detection", - "built-in floodlight", "color night vision", + "97dB siren", "activity zones", "no subscription" ], @@ -58,7 +60,8 @@ "https://www.tp-link.com/us/support/faq/2680/", "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c615f-kit/", "https://www.tapo.com/us/product/smart-camera/tapo-c615f-kit/", - "https://community.tp-link.com/us/smart-home/forum/topic/852836" + "https://community.tp-link.com/us/smart-home/forum/topic/852836", + "https://www.tapo.com/us/product/smart-camera/tapo-c615f-kit/v1/" ], "power_source": [ "battery", @@ -84,5 +87,6 @@ "dimensions_mm": "132.8 x 81.8 x 161.0", "environment": [ "outdoor" - ] + ], + "operating_temp_c": "-20 to 45" } diff --git a/data/cameras.csv b/data/cameras.csv index 483d135a..f66ba591 100644 --- a/data/cameras.csv +++ b/data/cameras.csv @@ -1401,7 +1401,7 @@ tapo-c520ws,Tapo,Tapo C520WS,ptz,2K QHD (4MP),4,"1/3"" Progressive Scan CMOS Sta tapo-c530ws,Tapo,Tapo C530WS,ptz,3K 5MP,5,"1/2.7"" Progressive Scan CMOS Starlight Sensor","102° (Diagonal), 87° (Horizontal), 45.5° (Vertical)",hybrid,IP66,true,2024 tapo-c560ws,Tapo,Tapo C560WS,ptz,4K 8MP,8,"1/2.7"" Progressive Scan CMOS Starlight Sensor","105 (Diagonal), 88 (Horizontal), 45 (Vertical)",hybrid,IP66,true,2025 tapo-c566wb,Tapo,C566WB,ptz,4K,8,,360 pan / 140 tilt,color,IP66,,2025 -tapo-c615f-kit,Tapo,C615F Kit,ptz,2K,3,"1/2.8"" Progressive Scan CMOS",100 (diagonal); 84 (horizontal) x 44 (vertical),hybrid,IP65,true,2025 +tapo-c615f-kit,Tapo,C615F Kit,ptz,2K,3,"1/2.8"" Progressive Scan CMOS",100 diagonal / 84 horizontal / 44 vertical,hybrid,IP65,true,2025 tapo-c645d-kit,Tapo,C645D Kit,dual-lens,"2K 3MP (dual-lens, each lens independently 2K)",3,"1/2.8"" Progressive Scan CMOS",Wide-angle lens: 165.1 diagonal / 137.6 horizontal / 73 vertical; Telephoto lens: 65.5 diagonal / 56.5 horizontal / 30.6 vertical,hybrid,IP65,true, tapo-c660-kit,Tapo,C660 KIT,ptz,4K,8,"1/2.7"" Progressive Scan CMOS Starlight Sensor","105 (Diagonal), 88 (Horizontal), 45 (Vertical)",hybrid,IP65,true,2025 tapo-c675d-kit,Tapo,C675D Kit,dual-lens,"4K (dual-lens, each lens independently 4K)",8,"1/2.7"" CMOS Starlight Sensor",Fixed lens: 169.7 diagonal / 140.8 horizontal / 74.7 vertical; Pan-tilt lens: 66.5 diagonal / 57.3 horizontal / 31.0 vertical,hybrid,IP65,true,2026 diff --git a/data/cameras.json b/data/cameras.json index 26207f1b..8555753b 100644 --- a/data/cameras.json +++ b/data/cameras.json @@ -117521,7 +117521,7 @@ "count": 1, "varifocal": false }, - "field_of_view_deg": "100 (diagonal); 84 (horizontal) x 44 (vertical)", + "field_of_view_deg": "100 diagonal / 84 horizontal / 44 vertical", "night_vision": { "type": "hybrid", "range_m": 10 @@ -117543,11 +117543,13 @@ }, "features": [ "solar-powered floodlight pan/tilt camera", - "2K QHD", + "800-lumen floodlight (4000K) + 2 built-in spotlights", + "338 pan / 97 tilt mechanical range (360 pan / 141 tilt coverage)", + "12x digital zoom", "360deg AI tracking", "AI person/pet/vehicle detection", - "built-in floodlight", "color night vision", + "97dB siren", "activity zones", "no subscription" ], @@ -117557,7 +117559,8 @@ "https://www.tp-link.com/us/support/faq/2680/", "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c615f-kit/", "https://www.tapo.com/us/product/smart-camera/tapo-c615f-kit/", - "https://community.tp-link.com/us/smart-home/forum/topic/852836" + "https://community.tp-link.com/us/smart-home/forum/topic/852836", + "https://www.tapo.com/us/product/smart-camera/tapo-c615f-kit/v1/" ], "power_source": [ "battery", @@ -117583,7 +117586,8 @@ "dimensions_mm": "132.8 x 81.8 x 161.0", "environment": [ "outdoor" - ] + ], + "operating_temp_c": "-20 to 45" }, { "id": "tapo-c645d-kit", diff --git a/docs/cameras.json b/docs/cameras.json index 26207f1b..8555753b 100644 --- a/docs/cameras.json +++ b/docs/cameras.json @@ -117521,7 +117521,7 @@ "count": 1, "varifocal": false }, - "field_of_view_deg": "100 (diagonal); 84 (horizontal) x 44 (vertical)", + "field_of_view_deg": "100 diagonal / 84 horizontal / 44 vertical", "night_vision": { "type": "hybrid", "range_m": 10 @@ -117543,11 +117543,13 @@ }, "features": [ "solar-powered floodlight pan/tilt camera", - "2K QHD", + "800-lumen floodlight (4000K) + 2 built-in spotlights", + "338 pan / 97 tilt mechanical range (360 pan / 141 tilt coverage)", + "12x digital zoom", "360deg AI tracking", "AI person/pet/vehicle detection", - "built-in floodlight", "color night vision", + "97dB siren", "activity zones", "no subscription" ], @@ -117557,7 +117559,8 @@ "https://www.tp-link.com/us/support/faq/2680/", "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c615f-kit/", "https://www.tapo.com/us/product/smart-camera/tapo-c615f-kit/", - "https://community.tp-link.com/us/smart-home/forum/topic/852836" + "https://community.tp-link.com/us/smart-home/forum/topic/852836", + "https://www.tapo.com/us/product/smart-camera/tapo-c615f-kit/v1/" ], "power_source": [ "battery", @@ -117583,7 +117586,8 @@ "dimensions_mm": "132.8 x 81.8 x 161.0", "environment": [ "outdoor" - ] + ], + "operating_temp_c": "-20 to 45" }, { "id": "tapo-c645d-kit", From f3f07eb1b141eb3c39fa5071ad7b9e19006d779b Mon Sep 17 00:00:00 2001 From: bassem chagra Date: Wed, 1 Jul 2026 09:42:30 +0100 Subject: [PATCH 13/16] Add Tapo C465 (real specs from official v1.10 spec page) New 4K wire-free camera with an integrated (built-in) solar panel, unlike the C460's external A201 panel. Every field sourced from the official tapo.com spec page, which explicitly confirms "RTSP: No, ONVIF: No" -- so protocols: []. Night-vision range and weight not stated on the source -- omitted rather than guessed. Tapo: 44 -> 45 cameras. --- cameras/tapo/c465.json | 65 ++++++++++++++++++++++++++++++++++++ data/cameras.csv | 1 + data/cameras.json | 75 ++++++++++++++++++++++++++++++++++++++++++ docs/cameras.json | 75 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 216 insertions(+) create mode 100644 cameras/tapo/c465.json diff --git a/cameras/tapo/c465.json b/cameras/tapo/c465.json new file mode 100644 index 00000000..2f5b2605 --- /dev/null +++ b/cameras/tapo/c465.json @@ -0,0 +1,65 @@ +{ + "id": "tapo-c465", + "brand": "Tapo", + "model": "C465", + "type": "bullet", + "connectivity": ["wifi"], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K 8MP" + }, + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "lens": { + "count": 1, + "focal_length_mm": "3.17", + "aperture": "F1.65", + "varifocal": false + }, + "field_of_view_deg": "134 diagonal / 113 horizontal / 59 vertical", + "night_vision": { + "type": "hybrid" + }, + "power": { + "method": "Built-in rechargeable lithium-ion battery with integrated solar panel (built-in, not sold separately); optional 5.0V/2.0A AC adapter (not included) for wired charging" + }, + "power_source": ["battery", "solar"], + "storage": { + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, + "cloud": true + }, + "protocols": [], + "ip_rating": "IP65", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "video": { + "codecs": ["H.265", "H.264"], + "max_fps": 15 + }, + "environment": ["outdoor"], + "dimensions_mm": "109 x 84 x 120", + "operating_temp_c": "-20 to 45", + "status": "available", + "features": [ + "4K wire-free camera with integrated (built-in) solar panel", + "IR and full-color night-vision modes with built-in spotlights", + "18x digital zoom", + "dual-band WiFi (2.4/5GHz)", + "no subscription" + ], + "sources": [ + "https://www.tapo.com/us/product/smart-camera/tapo-c465/v1.10/" + ], + "configs": { + "home_assistant": { + "integration": "tapo", + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF -- confirmed explicitly on the official spec page (RTSP: No, ONVIF: No). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." + } + } +} diff --git a/data/cameras.csv b/data/cameras.csv index f66ba591..9c2eac64 100644 --- a/data/cameras.csv +++ b/data/cameras.csv @@ -1395,6 +1395,7 @@ tapo-c402,Tapo,Tapo C402,bullet,1080p Full HD,2,"1/2.8"" Progressive Scan CMOS S tapo-c420,Tapo,C420,bullet,2K QHD,4,"1/3"" Progressive Scan CMOS Starlight Sensor","113 (diagonal), 97 (horizontal), 54 (vertical)",hybrid,IP65,true,2023 tapo-c425,Tapo,Tapo C425,bullet,2K QHD,4,"1/3"" Progressive Scan CMOS Starlight Sensor","150 (Diagonal), 134 (Horizontal), 77 (Vertical)",hybrid,IP66,true,2023 tapo-c460,Tapo,Tapo C460,bullet,4K 8MP,8,"1/2.7"" Progressive Scan CMOS Starlight Sensor","134° (Diagonal), 113° (Horizontal), 59° (Vertical)",hybrid,IP66,true,2025 +tapo-c465,Tapo,C465,bullet,4K 8MP,8,"1/2.7"" Progressive Scan CMOS Starlight Sensor",134 diagonal / 113 horizontal / 59 vertical,hybrid,IP65,true, tapo-c500,Tapo,Tapo C500,ptz,1080p,2,"1/3"" Progressive Scan CMOS Sensor","85.5 (Diagonal), 73.5 (Horizontal), 41 (Vertical)",hybrid,IP65,true,2024 tapo-c510w,Tapo,Tapo C510W,ptz,2K (3MP),3,"1/2.8"" Progressive Scan CMOS","97.23 (diagonal), 82.3 (horizontal), 45.31 (vertical)",hybrid,IP65,true,2023 tapo-c520ws,Tapo,Tapo C520WS,ptz,2K QHD (4MP),4,"1/3"" Progressive Scan CMOS Starlight Sensor","112 (Diagonal), 95 (Horizontal), 53 (Vertical)",hybrid,IP66,true,2023 diff --git a/data/cameras.json b/data/cameras.json index 8555753b..1e387c12 100644 --- a/data/cameras.json +++ b/data/cameras.json @@ -116920,6 +116920,81 @@ "dimensions_mm": "D64.8 x 114.6 mm", "weight_g": 327 }, + { + "id": "tapo-c465", + "brand": "Tapo", + "model": "C465", + "type": "bullet", + "connectivity": [ + "wifi" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K 8MP" + }, + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "lens": { + "count": 1, + "focal_length_mm": "3.17", + "aperture": "F1.65", + "varifocal": false + }, + "field_of_view_deg": "134 diagonal / 113 horizontal / 59 vertical", + "night_vision": { + "type": "hybrid" + }, + "power": { + "method": "Built-in rechargeable lithium-ion battery with integrated solar panel (built-in, not sold separately); optional 5.0V/2.0A AC adapter (not included) for wired charging" + }, + "power_source": [ + "battery", + "solar" + ], + "storage": { + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, + "cloud": true + }, + "protocols": [], + "ip_rating": "IP65", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "video": { + "codecs": [ + "H.265", + "H.264" + ], + "max_fps": 15 + }, + "environment": [ + "outdoor" + ], + "dimensions_mm": "109 x 84 x 120", + "operating_temp_c": "-20 to 45", + "status": "available", + "features": [ + "4K wire-free camera with integrated (built-in) solar panel", + "IR and full-color night-vision modes with built-in spotlights", + "18x digital zoom", + "dual-band WiFi (2.4/5GHz)", + "no subscription" + ], + "sources": [ + "https://www.tapo.com/us/product/smart-camera/tapo-c465/v1.10/" + ], + "configs": { + "home_assistant": { + "integration": "tapo", + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF -- confirmed explicitly on the official spec page (RTSP: No, ONVIF: No). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." + } + } + }, { "id": "tapo-c500", "brand": "Tapo", diff --git a/docs/cameras.json b/docs/cameras.json index 8555753b..1e387c12 100644 --- a/docs/cameras.json +++ b/docs/cameras.json @@ -116920,6 +116920,81 @@ "dimensions_mm": "D64.8 x 114.6 mm", "weight_g": 327 }, + { + "id": "tapo-c465", + "brand": "Tapo", + "model": "C465", + "type": "bullet", + "connectivity": [ + "wifi" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K 8MP" + }, + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "lens": { + "count": 1, + "focal_length_mm": "3.17", + "aperture": "F1.65", + "varifocal": false + }, + "field_of_view_deg": "134 diagonal / 113 horizontal / 59 vertical", + "night_vision": { + "type": "hybrid" + }, + "power": { + "method": "Built-in rechargeable lithium-ion battery with integrated solar panel (built-in, not sold separately); optional 5.0V/2.0A AC adapter (not included) for wired charging" + }, + "power_source": [ + "battery", + "solar" + ], + "storage": { + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, + "cloud": true + }, + "protocols": [], + "ip_rating": "IP65", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "video": { + "codecs": [ + "H.265", + "H.264" + ], + "max_fps": 15 + }, + "environment": [ + "outdoor" + ], + "dimensions_mm": "109 x 84 x 120", + "operating_temp_c": "-20 to 45", + "status": "available", + "features": [ + "4K wire-free camera with integrated (built-in) solar panel", + "IR and full-color night-vision modes with built-in spotlights", + "18x digital zoom", + "dual-band WiFi (2.4/5GHz)", + "no subscription" + ], + "sources": [ + "https://www.tapo.com/us/product/smart-camera/tapo-c465/v1.10/" + ], + "configs": { + "home_assistant": { + "integration": "tapo", + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF -- confirmed explicitly on the official spec page (RTSP: No, ONVIF: No). Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." + } + } + }, { "id": "tapo-c500", "brand": "Tapo", From e3bc54ba1ce53a947af5c8169a560a312c621917 Mon Sep 17 00:00:00 2001 From: bassem chagra Date: Wed, 1 Jul 2026 09:47:24 +0100 Subject: [PATCH 14/16] Add Tapo C400 Kit and C207 (real specs from official spec pages) - C400 Kit: battery+solar bullet camera (2MP, 3.16mm F1.6, IP65). Official page confirms "RTSP/ONVIF: Not supported" -- protocols: []. - C207: DC-powered pan/tilt camera (2MP, 4mm F2.0, 360/146 pan-tilt, IP65). Official page confirms RTSP + ONVIF support (consistent with wired Tapo cameras) -- added the standard wired-Tapo Frigate config (stream1/stream2), marked verified: false since not individually bench-tested. Weight omitted for C400 Kit (not stated on any source). Tapo: 45 -> 47. --- cameras/tapo/c207.json | 77 +++++++++++++++++ cameras/tapo/c400-kit.json | 66 +++++++++++++++ data/cameras.csv | 2 + data/cameras.json | 168 +++++++++++++++++++++++++++++++++++++ docs/cameras.json | 168 +++++++++++++++++++++++++++++++++++++ 5 files changed, 481 insertions(+) create mode 100644 cameras/tapo/c207.json create mode 100644 cameras/tapo/c400-kit.json diff --git a/cameras/tapo/c207.json b/cameras/tapo/c207.json new file mode 100644 index 00000000..e1c8df56 --- /dev/null +++ b/cameras/tapo/c207.json @@ -0,0 +1,77 @@ +{ + "id": "tapo-c207", + "brand": "Tapo", + "model": "C207", + "type": "ptz", + "connectivity": ["wifi"], + "resolution": { + "megapixels": 2, + "max_width": 1920, + "max_height": 1080, + "label": "1080p" + }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", + "lens": { + "count": 1, + "focal_length_mm": "4", + "aperture": "F2.0", + "varifocal": false + }, + "field_of_view_deg": "85 diagonal / 73.5 horizontal / 41 vertical", + "night_vision": { + "type": "hybrid", + "range_m": 12 + }, + "power": { + "method": "5V DC power adapter (100-240V AC input, 5.0V/1.0A Type-C output); 2.3W typical / 5W max consumption" + }, + "power_source": ["dc"], + "storage": { + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, + "cloud": true + }, + "protocols": ["rtsp", "onvif"], + "ip_rating": "IP65", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "video": { + "codecs": ["H.264"], + "max_fps": 30 + }, + "environment": ["indoor", "outdoor"], + "dimensions_mm": "105.3 x 77.8 x 69.8", + "weight_g": 220, + "operating_temp_c": "-20 to 50", + "status": "available", + "features": [ + "pan/tilt indoor/outdoor camera", + "360 horizontal / 146 vertical pan-tilt range", + "color night vision", + "no subscription" + ], + "sources": [ + "https://www.tapo.com/us/product/smart-camera/tapo-c207/v1/" + ], + "configs": { + "frigate": { + "detect": { "width": 640, "height": 480, "fps": 5 }, + "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", + "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2", + "verified": false, + "notes": "Standard Tapo wired-camera RTSP scheme (stream1 main / stream2 sub); not individually bench-tested on this model." + }, + "home_assistant": { + "integration": "tapo", + "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." + }, + "blue_iris": { + "profile": "Generic/ONVIF", + "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + } + } +} diff --git a/cameras/tapo/c400-kit.json b/cameras/tapo/c400-kit.json new file mode 100644 index 00000000..4f8e276b --- /dev/null +++ b/cameras/tapo/c400-kit.json @@ -0,0 +1,66 @@ +{ + "id": "tapo-c400-kit", + "brand": "Tapo", + "model": "C400 Kit", + "type": "bullet", + "connectivity": ["wifi"], + "resolution": { + "megapixels": 2, + "max_width": 1920, + "max_height": 1080, + "label": "1080p" + }, + "sensor": "1/3\" Progressive Scan CMOS", + "lens": { + "count": 1, + "focal_length_mm": "3.16", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "116.7 diagonal / 99.7 horizontal / 53.8 vertical", + "night_vision": { + "type": "hybrid", + "range_m": 10 + }, + "power": { + "method": "Built-in rechargeable lithium-ion battery; included solar panel (monocrystalline silicon, angle-adjustable bracket); optional USB Type-C AC adapter (not included); up to 180-day battery life" + }, + "power_source": ["battery", "solar"], + "storage": { + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, + "cloud": true + }, + "protocols": [], + "ip_rating": "IP65", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "video": { + "codecs": ["H.264"], + "max_fps": 15 + }, + "environment": ["outdoor"], + "dimensions_mm": "81 x 48 x 58.32", + "operating_temp_c": "-20 to 45", + "status": "available", + "features": [ + "wire-free battery/solar bullet camera, no hub required", + "included solar panel with angle-adjustable bracket", + "up to 180-day battery life", + "color night vision", + "no subscription" + ], + "sources": [ + "https://www.tapo.com/us/product/smart-camera/tapo-c400-kit/v2/" + ], + "configs": { + "home_assistant": { + "integration": "tapo", + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF -- confirmed on the official spec page. Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." + } + } +} diff --git a/data/cameras.csv b/data/cameras.csv index 9c2eac64..09c76baa 100644 --- a/data/cameras.csv +++ b/data/cameras.csv @@ -1378,6 +1378,7 @@ tapo-c120,Tapo,Tapo C120,dome,2K QHD,3.7,"1/2.9"" Progressive Scan CMOS Starligh tapo-c121,Tapo,Tapo C121,turret,2K QHD 4MP,4,"1/2.9"" Progressive Scan CMOS Starlight Sensor","120 (diagonal), 103 (horizontal), 55 (vertical)",hybrid,IP66,true,2024 tapo-c125,Tapo,Tapo C125,dome,2K QHD,4,"1/2.9"" Progressive Scan CMOS Starlight Sensor","140 (diagonal), 120 (horizontal), 67 (vertical)",ir,,true,2024 tapo-c200,Tapo,Tapo C200,ptz,1080p,2,"1/3\"" Progressive Scan CMOS","88.3 (Diagonal), 75.2 (Horizontal), 40.8 (Vertical)",ir,,true,2019 +tapo-c207,Tapo,C207,ptz,1080p,2,"1/3"" Progressive Scan CMOS Starlight Sensor",85 diagonal / 73.5 horizontal / 41 vertical,hybrid,IP65,true, tapo-c210,Tapo,Tapo C210,ptz,2K (3MP),3,"1/2.8"" Progressive Scan CMOS","83 (horizontal), 45 (vertical), 98 (diagonal)",ir,,true,2021 tapo-c216,Tapo,Tapo C216,ptz,2K 3MP,3,"1/2.8"" Progressive Scan CMOS Starlight Sensor",360 pan / 152 tilt,color,IP65,true,2025 tapo-c220,Tapo,Tapo C220,ptz,2K QHD,4,"1/3"" Progressive Scan Non-Starlight Sensor","88 (diagonal), 75 (horizontal), 41 (vertical)",ir,,,2021 @@ -1391,6 +1392,7 @@ tapo-c320ws,Tapo,Tapo C320WS,bullet,2K QHD,4,"1/3"" Progressive Scan CMOS Starli tapo-c325wb,Tapo,Tapo C325WB,bullet,2K QHD,4.09,"1/1.79"" Progressive Scan CMOS Starlight Sensor",127,color,IP66,true,2023 tapo-c325wb-ca,Tapo,C325WB (Canada),bullet,2K QHD,3.69,"1/1.88"" Progressive Scan CMOS","125 (diagonal), 106 (horizontal), 56 (vertical)",hybrid,IP66,true,2023 tapo-c325wb-india,Tapo,C325WB (India),bullet,2K QHD,4,"1/1.79"" Progressive Scan CMOS Starlight Sensor","131 (Diagonal), 106 (Horizontal), 56 (Vertical)",hybrid,IP66,true,2023 +tapo-c400-kit,Tapo,C400 Kit,bullet,1080p,2,"1/3"" Progressive Scan CMOS",116.7 diagonal / 99.7 horizontal / 53.8 vertical,hybrid,IP65,true, tapo-c402,Tapo,Tapo C402,bullet,1080p Full HD,2,"1/2.8"" Progressive Scan CMOS Starlight Sensor","125° (Diagonal), 111° (Horizontal), 56° (Vertical)",hybrid,IP65,,2023 tapo-c420,Tapo,C420,bullet,2K QHD,4,"1/3"" Progressive Scan CMOS Starlight Sensor","113 (diagonal), 97 (horizontal), 54 (vertical)",hybrid,IP65,true,2023 tapo-c425,Tapo,Tapo C425,bullet,2K QHD,4,"1/3"" Progressive Scan CMOS Starlight Sensor","150 (Diagonal), 134 (Horizontal), 77 (Vertical)",hybrid,IP66,true,2023 diff --git a/data/cameras.json b/data/cameras.json index 1e387c12..02147d18 100644 --- a/data/cameras.json +++ b/data/cameras.json @@ -115281,6 +115281,99 @@ "indoor" ] }, + { + "id": "tapo-c207", + "brand": "Tapo", + "model": "C207", + "type": "ptz", + "connectivity": [ + "wifi" + ], + "resolution": { + "megapixels": 2, + "max_width": 1920, + "max_height": 1080, + "label": "1080p" + }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", + "lens": { + "count": 1, + "focal_length_mm": "4", + "aperture": "F2.0", + "varifocal": false + }, + "field_of_view_deg": "85 diagonal / 73.5 horizontal / 41 vertical", + "night_vision": { + "type": "hybrid", + "range_m": 12 + }, + "power": { + "method": "5V DC power adapter (100-240V AC input, 5.0V/1.0A Type-C output); 2.3W typical / 5W max consumption" + }, + "power_source": [ + "dc" + ], + "storage": { + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, + "cloud": true + }, + "protocols": [ + "rtsp", + "onvif" + ], + "ip_rating": "IP65", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30 + }, + "environment": [ + "indoor", + "outdoor" + ], + "dimensions_mm": "105.3 x 77.8 x 69.8", + "weight_g": 220, + "operating_temp_c": "-20 to 50", + "status": "available", + "features": [ + "pan/tilt indoor/outdoor camera", + "360 horizontal / 146 vertical pan-tilt range", + "color night vision", + "no subscription" + ], + "sources": [ + "https://www.tapo.com/us/product/smart-camera/tapo-c207/v1/" + ], + "configs": { + "frigate": { + "detect": { + "width": 640, + "height": 480, + "fps": 5 + }, + "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", + "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2", + "verified": false, + "notes": "Standard Tapo wired-camera RTSP scheme (stream1 main / stream2 sub); not individually bench-tested on this model." + }, + "home_assistant": { + "integration": "tapo", + "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." + }, + "blue_iris": { + "profile": "Generic/ONVIF", + "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + } + } + }, { "id": "tapo-c210", "brand": "Tapo", @@ -116585,6 +116678,81 @@ "outdoor" ] }, + { + "id": "tapo-c400-kit", + "brand": "Tapo", + "model": "C400 Kit", + "type": "bullet", + "connectivity": [ + "wifi" + ], + "resolution": { + "megapixels": 2, + "max_width": 1920, + "max_height": 1080, + "label": "1080p" + }, + "sensor": "1/3\" Progressive Scan CMOS", + "lens": { + "count": 1, + "focal_length_mm": "3.16", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "116.7 diagonal / 99.7 horizontal / 53.8 vertical", + "night_vision": { + "type": "hybrid", + "range_m": 10 + }, + "power": { + "method": "Built-in rechargeable lithium-ion battery; included solar panel (monocrystalline silicon, angle-adjustable bracket); optional USB Type-C AC adapter (not included); up to 180-day battery life" + }, + "power_source": [ + "battery", + "solar" + ], + "storage": { + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, + "cloud": true + }, + "protocols": [], + "ip_rating": "IP65", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15 + }, + "environment": [ + "outdoor" + ], + "dimensions_mm": "81 x 48 x 58.32", + "operating_temp_c": "-20 to 45", + "status": "available", + "features": [ + "wire-free battery/solar bullet camera, no hub required", + "included solar panel with angle-adjustable bracket", + "up to 180-day battery life", + "color night vision", + "no subscription" + ], + "sources": [ + "https://www.tapo.com/us/product/smart-camera/tapo-c400-kit/v2/" + ], + "configs": { + "home_assistant": { + "integration": "tapo", + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF -- confirmed on the official spec page. Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." + } + } + }, { "id": "tapo-c402", "brand": "Tapo", diff --git a/docs/cameras.json b/docs/cameras.json index 1e387c12..02147d18 100644 --- a/docs/cameras.json +++ b/docs/cameras.json @@ -115281,6 +115281,99 @@ "indoor" ] }, + { + "id": "tapo-c207", + "brand": "Tapo", + "model": "C207", + "type": "ptz", + "connectivity": [ + "wifi" + ], + "resolution": { + "megapixels": 2, + "max_width": 1920, + "max_height": 1080, + "label": "1080p" + }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", + "lens": { + "count": 1, + "focal_length_mm": "4", + "aperture": "F2.0", + "varifocal": false + }, + "field_of_view_deg": "85 diagonal / 73.5 horizontal / 41 vertical", + "night_vision": { + "type": "hybrid", + "range_m": 12 + }, + "power": { + "method": "5V DC power adapter (100-240V AC input, 5.0V/1.0A Type-C output); 2.3W typical / 5W max consumption" + }, + "power_source": [ + "dc" + ], + "storage": { + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, + "cloud": true + }, + "protocols": [ + "rtsp", + "onvif" + ], + "ip_rating": "IP65", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30 + }, + "environment": [ + "indoor", + "outdoor" + ], + "dimensions_mm": "105.3 x 77.8 x 69.8", + "weight_g": 220, + "operating_temp_c": "-20 to 50", + "status": "available", + "features": [ + "pan/tilt indoor/outdoor camera", + "360 horizontal / 146 vertical pan-tilt range", + "color night vision", + "no subscription" + ], + "sources": [ + "https://www.tapo.com/us/product/smart-camera/tapo-c207/v1/" + ], + "configs": { + "frigate": { + "detect": { + "width": 640, + "height": 480, + "fps": 5 + }, + "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", + "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2", + "verified": false, + "notes": "Standard Tapo wired-camera RTSP scheme (stream1 main / stream2 sub); not individually bench-tested on this model." + }, + "home_assistant": { + "integration": "tapo", + "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." + }, + "blue_iris": { + "profile": "Generic/ONVIF", + "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." + } + } + }, { "id": "tapo-c210", "brand": "Tapo", @@ -116585,6 +116678,81 @@ "outdoor" ] }, + { + "id": "tapo-c400-kit", + "brand": "Tapo", + "model": "C400 Kit", + "type": "bullet", + "connectivity": [ + "wifi" + ], + "resolution": { + "megapixels": 2, + "max_width": 1920, + "max_height": 1080, + "label": "1080p" + }, + "sensor": "1/3\" Progressive Scan CMOS", + "lens": { + "count": 1, + "focal_length_mm": "3.16", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "116.7 diagonal / 99.7 horizontal / 53.8 vertical", + "night_vision": { + "type": "hybrid", + "range_m": 10 + }, + "power": { + "method": "Built-in rechargeable lithium-ion battery; included solar panel (monocrystalline silicon, angle-adjustable bracket); optional USB Type-C AC adapter (not included); up to 180-day battery life" + }, + "power_source": [ + "battery", + "solar" + ], + "storage": { + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, + "cloud": true + }, + "protocols": [], + "ip_rating": "IP65", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 15 + }, + "environment": [ + "outdoor" + ], + "dimensions_mm": "81 x 48 x 58.32", + "operating_temp_c": "-20 to 45", + "status": "available", + "features": [ + "wire-free battery/solar bullet camera, no hub required", + "included solar panel with angle-adjustable bracket", + "up to 180-day battery life", + "color night vision", + "no subscription" + ], + "sources": [ + "https://www.tapo.com/us/product/smart-camera/tapo-c400-kit/v2/" + ], + "configs": { + "home_assistant": { + "integration": "tapo", + "notes": "Battery/solar Tapo cameras do not support RTSP/ONVIF -- confirmed on the official spec page. Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." + } + } + }, { "id": "tapo-c402", "brand": "Tapo", From 0df4fcd1afdd846a2d3fd71b1309ab68aac82fb4 Mon Sep 17 00:00:00 2001 From: bassem chagra Date: Wed, 1 Jul 2026 09:52:38 +0100 Subject: [PATCH 15/16] Add Kasa brand -- KC420WS (real specs, confirmed no RTSP/ONVIF) New brand: Kasa is a separate TP-Link sub-brand/ecosystem from Tapo, with its own app and no RTSP/ONVIF support -- confirmed via official TP-Link FAQ 1959 ("Kasa Cameras do not support RTSP/ONVIF"), which is a different policy from Tapo's wired-cameras-support-RTSP rule. Verified this doesn't carry over before assuming it did. KC420WS: 4MP wired outdoor bullet camera with Starlight sensor + dual IR/ white-light spotlight illumination, IP65. Video codecs, max fps, dimensions, weight, and operating temp not stated on any source -- omitted rather than guessed. No Frigate/HA config added (no local streaming protocol to configure). Database: 1564 cameras, 69 brands. --- cameras/kasa/kc420ws.json | 54 +++++++++++++++++++++++++++++++++++ data/cameras.csv | 1 + data/cameras.json | 60 +++++++++++++++++++++++++++++++++++++++ docs/cameras.json | 60 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 175 insertions(+) create mode 100644 cameras/kasa/kc420ws.json diff --git a/cameras/kasa/kc420ws.json b/cameras/kasa/kc420ws.json new file mode 100644 index 00000000..a7e71a4d --- /dev/null +++ b/cameras/kasa/kc420ws.json @@ -0,0 +1,54 @@ +{ + "id": "kasa-kc420ws", + "brand": "Kasa", + "model": "KC420WS", + "type": "bullet", + "connectivity": ["wifi"], + "resolution": { + "megapixels": 4, + "max_width": 2560, + "max_height": 1440, + "label": "4MP HD" + }, + "sensor": "1/3\"", + "lens": { + "count": 1, + "focal_length_mm": "3.18", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "110", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "AC power adapter (wired; weatherproof outdoor outlet required)" + }, + "power_source": ["ac-mains"], + "storage": { + "onboard": false, + "max_microsd_gb": 256, + "nvr_compatible": false, + "cloud": true + }, + "protocols": [], + "ip_rating": "IP65", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "environment": ["outdoor"], + "status": "available", + "features": [ + "Starlight sensor with dual IR + white-light spotlight illumination (both up to 98ft)", + "128-bit AES encryption with SSL/TLS", + "Kasa Care cloud subscription option", + "no native RTSP/ONVIF -- Kasa is a separate TP-Link ecosystem from Tapo and does not support local streaming protocols" + ], + "sources": [ + "https://www.kasasmart.com/us/products/security-cameras/kasa-cam-product-kc420ws", + "https://www.tp-link.com/us/support/faq/1959/" + ] +} diff --git a/data/cameras.csv b/data/cameras.csv index 09c76baa..b1638580 100644 --- a/data/cameras.csv +++ b/data/cameras.csv @@ -1029,6 +1029,7 @@ intelbras-vip-1430-b-g2,Intelbras,VIP 1430 B G2,bullet,4MP QHD,4,"1/2.7"" CMOS", intelbras-vip-3230-b-sl,Intelbras,VIP 3230 B SL,bullet,1080p HD,2,,103h,color,IP67,true,2023 intelbras-vip-3830-b-ai,Intelbras,VIP 3830 B AI,bullet,4K UHD,8,,107h,color,IP67,false,2024 intelbras-vip-s4020-g2,Intelbras,VIP-S4020-G2,dome,4MP,4,,107h,ir,IP67,false,2022 +kasa-kc420ws,Kasa,KC420WS,bullet,4MP HD,4,"1/3""",110,hybrid,IP65,true, kbvision-kx-a2012c3-b,KBvision,KX-A2012C3-B,dome,1080p HD,2,"1/2.8"" CMOS",103 horizontal,ir,IP67,false,2023 kbvision-kx-a4k12c2,KBvision,KX-A4K12C2,bullet,4K UHD,8,"1/2.7"" CMOS",102 horizontal,ir,IP67,false,2023 kbvision-kx-a4k21c,KBvision,KX-A4K21C,dome,4K UHD,8,,107h,ir,IP67,false,2023 diff --git a/data/cameras.json b/data/cameras.json index 02147d18..9025c127 100644 --- a/data/cameras.json +++ b/data/cameras.json @@ -86394,6 +86394,66 @@ } } }, + { + "id": "kasa-kc420ws", + "brand": "Kasa", + "model": "KC420WS", + "type": "bullet", + "connectivity": [ + "wifi" + ], + "resolution": { + "megapixels": 4, + "max_width": 2560, + "max_height": 1440, + "label": "4MP HD" + }, + "sensor": "1/3\"", + "lens": { + "count": 1, + "focal_length_mm": "3.18", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "110", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "AC power adapter (wired; weatherproof outdoor outlet required)" + }, + "power_source": [ + "ac-mains" + ], + "storage": { + "onboard": false, + "max_microsd_gb": 256, + "nvr_compatible": false, + "cloud": true + }, + "protocols": [], + "ip_rating": "IP65", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "environment": [ + "outdoor" + ], + "status": "available", + "features": [ + "Starlight sensor with dual IR + white-light spotlight illumination (both up to 98ft)", + "128-bit AES encryption with SSL/TLS", + "Kasa Care cloud subscription option", + "no native RTSP/ONVIF -- Kasa is a separate TP-Link ecosystem from Tapo and does not support local streaming protocols" + ], + "sources": [ + "https://www.kasasmart.com/us/products/security-cameras/kasa-cam-product-kc420ws", + "https://www.tp-link.com/us/support/faq/1959/" + ] + }, { "id": "kbvision-kx-a2012c3-b", "brand": "KBvision", diff --git a/docs/cameras.json b/docs/cameras.json index 02147d18..9025c127 100644 --- a/docs/cameras.json +++ b/docs/cameras.json @@ -86394,6 +86394,66 @@ } } }, + { + "id": "kasa-kc420ws", + "brand": "Kasa", + "model": "KC420WS", + "type": "bullet", + "connectivity": [ + "wifi" + ], + "resolution": { + "megapixels": 4, + "max_width": 2560, + "max_height": 1440, + "label": "4MP HD" + }, + "sensor": "1/3\"", + "lens": { + "count": 1, + "focal_length_mm": "3.18", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "110", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "AC power adapter (wired; weatherproof outdoor outlet required)" + }, + "power_source": [ + "ac-mains" + ], + "storage": { + "onboard": false, + "max_microsd_gb": 256, + "nvr_compatible": false, + "cloud": true + }, + "protocols": [], + "ip_rating": "IP65", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "environment": [ + "outdoor" + ], + "status": "available", + "features": [ + "Starlight sensor with dual IR + white-light spotlight illumination (both up to 98ft)", + "128-bit AES encryption with SSL/TLS", + "Kasa Care cloud subscription option", + "no native RTSP/ONVIF -- Kasa is a separate TP-Link ecosystem from Tapo and does not support local streaming protocols" + ], + "sources": [ + "https://www.kasasmart.com/us/products/security-cameras/kasa-cam-product-kc420ws", + "https://www.tp-link.com/us/support/faq/1959/" + ] + }, { "id": "kbvision-kx-a2012c3-b", "brand": "KBvision", From 114f6ffbb5aaf37221e4023d8723399c20ce06dd Mon Sep 17 00:00:00 2001 From: bassem chagra Date: Wed, 1 Jul 2026 10:03:23 +0100 Subject: [PATCH 16/16] v1.14.0: Kasa brand + 5 new Tapo cameras, changelog/README bump Adds the Kasa (TP-Link) brand with KC420WS, and 5 new Tapo cameras (C645D Kit, TCW90 Kit, C465, C400 Kit, C207) verified against official spec pages. Also folds in fixes to C615F Kit, C675D Kit, C660 Kit, C460, TC85, and TC40 made during this round's verification. Dataset now covers 1,564 cameras across 69 brands. --- CHANGELOG.md | 24 ++++++++++++++++++++++++ README.md | 25 +++++++++++++------------ package.json | 2 +- 3 files changed, 38 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e1a9ab2..88945622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,30 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) --- +## [1.14.0] — 2026-07-01 + +Continued Tapo verification (per user-supplied official links) plus a new brand. + +### Added + +- **Kasa — new brand** (`Kasa (TP-Link)`): KC420WS, a 4MP wired outdoor bullet camera with Starlight sensor and dual IR/white-light spotlight illumination. Kasa is a separate TP-Link sub-brand/ecosystem from Tapo; confirmed via official TP-Link FAQ 1959 that Kasa cameras do **not** support RTSP/ONVIF (a different policy from Tapo's wired cameras) before assuming otherwise. +- **5 new Tapo cameras** added from official tapo.com spec pages, each checked individually before adding: `C645D Kit` (dual-lens pan/tilt, battery+solar), `TCW90 Kit` (pan/tilt dome, battery+solar), `C465` (4K wire-free, integrated solar panel), `C400 Kit` (battery+solar bullet), `C207` (DC-powered pan/tilt — RTSP+ONVIF confirmed supported, unlike the battery models). + +### Fixed + +- **`C615F Kit`**: `operating_temp_c` was completely missing — added `-20 to 45` from the official spec page; enriched features (800-lumen floodlight, 12x digital zoom, pan-tilt mechanical range, siren dB). +- **`C675D Kit`**: `audio` was completely empty — filled (mic/speaker/two-way confirmed); corrected `power.method` to name the included Tapo A202 solar panel; enriched `field_of_view_deg` with horizontal/vertical components. +- **`C660 Kit`**: verified fully accurate against the official page; enriched `power.method` with exact solar/adapter output specs and added 18x digital zoom to features. +- **`TC85`, `C460`**: verified against official spec pages; both had an unconfirmed "10,000mAh"-style battery capacity figure not stated on any official source — softened to only the verified charger spec. +- **`data/cameras.json` / `docs/cameras.json` sync bug**: a source-file fix (`tapo-tc40`'s missing `video.streams[].name`) had been baked into a rebuilt `data/cameras.json` and committed, but the source file change itself was never committed — a later `git reset --hard` (dropping an unrelated commit) silently discarded it from the working tree, leaving the generated files out of sync with their own source. CI's "generated files must match a fresh build" check caught it; re-applied and re-committed together this time. + +### Changed + +- Tapo: 42 → 47 cameras (+5 new models). +- Database now covers **1,564 cameras** across **69 brands**. + +--- + ## [1.13.0] — 2026-06-30 Full Tapo brand recheck — every Tapo camera re-verified against official TP-Link/Tapo sources (product pages + datasheets), continuing from the #26 investigation. No fabrication: unverifiable fields left empty. diff --git a/README.md b/README.md index d4f7b16a..04cf76f0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # CCTV Camera Database -An open, structured database of 1,558 CCTV / IP camera models and their technical specifications, covering 68 brands across every market segment — from budget consumer WiFi cameras to enterprise PTZ domes and thermal imaging systems. Each camera is a validated JSON file, aggregated into a single queryable dataset (JSON + CSV). +An open, structured database of 1,564 CCTV / IP camera models and their technical specifications, covering 69 brands across every market segment — from budget consumer WiFi cameras to enterprise PTZ domes and thermal imaging systems. Each camera is a validated JSON file, aggregated into a single queryable dataset (JSON + CSV). -[![cameras](https://img.shields.io/badge/cameras-1%2C558-blue)](data/cameras.json) -[![brands](https://img.shields.io/badge/brands-68-green)](cameras/) +[![cameras](https://img.shields.io/badge/cameras-1%2C564-blue)](data/cameras.json) +[![brands](https://img.shields.io/badge/brands-69-green)](cameras/) [![license](https://img.shields.io/badge/license-CC0-lightgrey)](LICENSE) --- @@ -31,7 +31,7 @@ Prefer to self-host or browse offline? A [standalone demo](docs/demo.html) (just - **Filter** — narrow by brand, camera type, night vision, resolution, or market - **Sort** — click any column header to sort ascending/descending - **Detail drawer** — click a row to slide open the full spec sheet (resolution, connectivity, protocols, storage, audio, pricing, source links) -- **Pagination** — page through all 1,558 cameras, 25 per page +- **Pagination** — page through all 1,564 cameras, 25 per page - **Stats bar** — live counts for total cameras, brands, 4K+, WiFi, and no-subscription models --- @@ -63,7 +63,7 @@ cctv-camera-database/ │ ├── tapo/ # 62 cameras │ └── …60 more brands ├── data/ # GENERATED — do not edit by hand -│ ├── cameras.json # all 1,558 cameras as one array +│ ├── cameras.json # all 1,564 cameras as one array │ └── cameras.csv # flattened, spreadsheet-friendly ├── schema/ │ └── camera.schema.json @@ -121,18 +121,18 @@ Or open `data/cameras.csv` in any spreadsheet for a quick browse. | Metric | Count | |--------|-------| -| Total cameras | **1,558** | -| Brands | **68** | +| Total cameras | **1,564** | +| Brands | **69** | | Form factors | 10 (bullet, dome, turret, PTZ, dual-lens, panoramic, covert, box, fisheye, doorbell) | | PoE wired | 1,091 | -| WiFi | 418 | -| Battery / wire-free | 155 | +| WiFi | 424 | +| Battery / wire-free | 159 | | 4K / 8MP+ | 463 | | 4–5MP | 673 | | 1080p–2MP | 394 | -| With integration configs (Frigate / Home Assistant) | 1,284 | +| With integration configs (Frigate / Home Assistant) | 1,289 | -### All 68 brands +### All 69 brands | Brand | Cameras | Segment | |-------|---------|---------| @@ -141,7 +141,7 @@ Or open `data/cameras.csv` in any spreadsheet for a quick browse. | Dahua | 155 | Enterprise + consumer, global | | Hanwha | 71 | Enterprise AI, Korea/global | | Axis | 66 | Enterprise premium, global | -| Tapo (TP-Link) | 42 | Consumer budget, global | +| Tapo (TP-Link) | 47 | Consumer budget, global | | Eufy (Anker) | 36 | Consumer no-subscription, global | | Arlo | 29 | Consumer premium wire-free, global | | Ring (Amazon) | 25 | Consumer ecosystem, US/EU/AU | @@ -204,6 +204,7 @@ Or open `data/cameras.csv` in any spreadsheet for a quick browse. | Ajax | 2 | Professional alarm, EU/UK | | Bosch Smart Home | 2 | Consumer smart home, DE/AT/CH | | Canon | 2 | Enterprise optical, JP/global | +| Kasa (TP-Link) | 1 | Consumer wired, US | ### Market coverage diff --git a/package.json b/package.json index 6edc2e9d..8700de9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cctv-camera-database", - "version": "1.13.0", + "version": "1.14.0", "description": "An open, structured database of CCTV / IP camera specifications.", "scripts": { "build": "node scripts/build.js && node scripts/gen-docs.js",