diff --git a/CHANGELOG.md b/CHANGELOG.md index cdc49039..88945622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,67 @@ 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. + +### 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 + +- **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 + +- 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 ### Added diff --git a/README.md b/README.md index a4c6aa7f..04cf76f0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # 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,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%2C577-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,577 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,577 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,577** | -| 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,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 | 424 | +| Battery / wire-free | 159 | +| 4K / 8MP+ | 463 | +| 4–5MP | 673 | +| 1080p–2MP | 394 | +| 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) | 62 | 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/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/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/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/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-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/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/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/cameras/tapo/c402.json b/cameras/tapo/c402.json index dff76f45..9c9a4d7d 100644 --- a/cameras/tapo/c402.json +++ b/cameras/tapo/c402.json @@ -7,41 +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": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, + "audio": {}, "features": [ "1080p wire-free battery camera", "180-day battery", @@ -53,7 +46,10 @@ "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": 2023, "power_source": [ @@ -61,22 +57,20 @@ "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." } - } + }, + "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 eacb411d..6ace4de0 100644 --- a/cameras/tapo/c420.json +++ b/cameras/tapo/c420.json @@ -8,33 +8,33 @@ ], "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": [ - "rtsp" + "p2p" ], "ip_rating": "IP65", "audio": { @@ -55,29 +55,29 @@ "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/", + "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": { - "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" } diff --git a/cameras/tapo/c425.json b/cameras/tapo/c425.json index a92b929c..74fa75df 100644 --- a/cameras/tapo/c425.json +++ b/cameras/tapo/c425.json @@ -7,35 +7,31 @@ "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": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP66", "audio": { "microphone": true, @@ -55,30 +51,39 @@ "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/", + "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" ], "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 } 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 b4c23d83..92315107 100644 --- a/cameras/tapo/c460.json +++ b/cameras/tapo/c460.json @@ -7,35 +7,32 @@ "wifi" ], "resolution": { - "megapixels": 8, + "label": "4K 8MP", "max_width": 3840, "max_height": 2160, - "label": "4K UHD" + "megapixels": 8 }, "lens": { + "focal_length_mm": "3.17", + "aperture": "F1.65", "count": 1, - "focal_length_mm": "3.3mm", - "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "110 horizontal", + "field_of_view_deg": "134° (Diagonal), 113° (Horizontal), 59° (Vertical)", "night_vision": { - "type": "color", - "range_m": 10 + "type": "hybrid", + "range_m": 15 }, "power": { - "method": "Built-in battery / integrated solar panel (kit version C460 KIT)" + "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": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "nvr_compatible": false, + "onboard": false }, - "protocols": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP66", "audio": { "microphone": true, @@ -54,7 +51,13 @@ "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/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c460/#specifications" ], "aliases": [ "MagCam 4K Solar" @@ -65,22 +68,20 @@ "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." } - } + }, + "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 } 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/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 157b4536..6d1476c1 100644 --- a/cameras/tapo/c615f-kit.json +++ b/cameras/tapo/c615f-kit.json @@ -11,74 +11,82 @@ ], "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 / 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": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { + "two_way": true, "microphone": true, - "speaker": true, - "two_way": true + "speaker": true }, "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" ], "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/", + "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://www.tapo.com/us/product/smart-camera/tapo-c615f-kit/v1/" ], "power_source": [ - "solar", - "ac-mains" + "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" + ], + "operating_temp_c": "-20 to 45" } 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/cameras/tapo/c660-kit.json b/cameras/tapo/c660-kit.json index 41b9246b..b96b3646 100644 --- a/cameras/tapo/c660-kit.json +++ b/cameras/tapo/c660-kit.json @@ -11,34 +11,32 @@ ], "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, 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": { - "onboard": true, + "cloud": true, "max_microsd_gb": 512, "nvr_compatible": false, - "cloud": true + "onboard": true }, - "protocols": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, @@ -53,10 +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.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.tapo.com/us/product/smart-camera/tapo-c660-kit/v1/" ], "power_source": [ "battery", @@ -64,22 +68,22 @@ "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." } - } + }, + "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 58f46895..8e8720c3 100644 --- a/cameras/tapo/c675d-kit.json +++ b/cameras/tapo/c675d-kit.json @@ -11,32 +11,32 @@ ], "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": "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": "color", - "range_m": 10 + "type": "hybrid", + "range_m": 16 }, "power": { - "method": "Integrated solar panel" + "method": "Built-in rechargeable lithium-ion battery; Tapo A202 solar panel (included, up to 4.5W output)" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": false, - "cloud": true + "cloud": true, + "onboard": false, + "nvr_compatible": false }, - "protocols": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, @@ -52,30 +52,46 @@ "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.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.tapo.com/us/product/smart-camera/tapo-c675d-kit/v1/#tapo-product-overview" ], "power_source": [ - "solar" + "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" + ], + "status": "available" } 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..038d9336 100644 --- a/cameras/tapo/tc40.json +++ b/cameras/tapo/tc40.json @@ -2,62 +2,66 @@ "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", + "name": "main" + } + ] }, + "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..da1eeb80 100644 --- a/cameras/tapo/tc85.json +++ b/cameras/tapo/tc85.json @@ -5,79 +5,76 @@ "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 (5.0V/2.0A charging, up to 300 days battery life); optional Tapo A200 solar panel (sold separately)" }, "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/", + "https://www.tapo.com/us/product/smart-camera/tc85/v1%20(1-pack)/" ], "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/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/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..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 @@ -1372,68 +1373,53 @@ 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-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 -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-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-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 +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-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 +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 +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 / 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 +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, +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 @@ -1510,6 +1496,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 c7be24a3..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", @@ -114703,40 +114763,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 +114811,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 +114838,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 +114858,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 +114899,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 +114925,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 +115002,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,126 +115030,59 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } - }, - { - "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 + "video": { + "codecs": [ + "h264" + ], + "max_fps": 20 }, - "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." - } - } + "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-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, @@ -115155,7 +115100,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" @@ -115178,7 +115124,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", + "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-c125", @@ -115189,36 +115147,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, @@ -115234,11 +115191,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": { @@ -115258,40 +115217,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": 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-c135", + "id": "tapo-c200", "brand": "Tapo", - "model": "Tapo C135", - "type": "dome", + "model": "Tapo C200", + "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2025, "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "1080p", + "max_height": 1080, + "max_width": 1920, + "megapixels": 2 }, "lens": { + "aperture": "f/2.0", "count": 1, - "focal_length_mm": "3.0mm", + "focal_length_mm": "4.0", "varifocal": false }, + "field_of_view_deg": "88.3 (Diagonal), 75.2 (Horizontal), 40.8 (Vertical)", "night_vision": { - "type": "ir", - "range_m": 10 + "range_m": 9, + "type": "ir" }, "power": { - "method": "DC 5V (USB-C)" + "method": "9V/0.6A DC power adapter (barrel jack)" }, "storage": { - "onboard": true, + "cloud": true, "max_microsd_gb": 512, "nvr_compatible": false, - "cloud": true + "onboard": false }, "protocols": [ "rtsp", @@ -115303,26 +115283,29 @@ "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", + "360deg pan / 114deg tilt", + "1080p indoor PT", + "motion tracking", + "night vision IR", + "sound/motion detection", "Alexa / Google", - "no subscription required" + "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": 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", @@ -115336,12 +115319,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": 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-c200", + "id": "tapo-c207", "brand": "Tapo", - "model": "Tapo C200", + "model": "C207", "type": "ptz", "connectivity": [ "wifi" @@ -115352,51 +115355,62 @@ "max_height": 1080, "label": "1080p" }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", "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": "85 diagonal / 73.5 horizontal / 41 vertical", "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, 5.0V/1.0A Type-C output); 2.3W typical / 5W max consumption" }, + "power_source": [ + "dc" + ], "storage": { - "onboard": true, - "max_microsd_gb": 128, - "nvr_compatible": true, + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, "cloud": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", + "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": [ - "360deg pan / 114deg tilt", - "1080p indoor PT", - "motion tracking", - "night vision IR", - "sound/motion detection", - "Alexa / Google", + "pan/tilt indoor/outdoor camera", + "360 horizontal / 146 vertical pan-tilt range", + "color night vision", "no subscription" ], "sources": [ - "https://www.tapo.com/" - ], - "release_year": 2020, - "power_source": [ - "usb" + "https://www.tapo.com/us/product/smart-camera/tapo-c207/v1/" ], "configs": { "frigate": { @@ -115406,7 +115420,9 @@ "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" + "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", @@ -115427,36 +115443,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, @@ -115472,11 +115487,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": { @@ -115496,44 +115513,56 @@ "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-c210-india", + "id": "tapo-c216", "brand": "Tapo", - "model": "C210 (India)", - "aliases": [ - "TP-Link Tapo C210 3MP Pan/Tilt India" - ], + "model": "Tapo C216", "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2022, - "markets": [ - "IN", - "global" - ], "resolution": { - "megapixels": 3, + "label": "2K 3MP", "max_width": 2304, "max_height": 1296, - "label": "3MP 2K" + "megapixels": 3 }, - "sensor": "CMOS", "lens": { "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", + "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, @@ -115545,33 +115574,39 @@ "rtsp", "onvif" ], - "ip_rating": "IP20", + "ip_rating": "IP65", "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" + "HybridCam 360 indoor/outdoor flexible", + "2K QHD pan/tilt", + "AI person/pet/vehicle detection", + "motion tracking", + "IP44 all-weather", + "starlight color night vision", + "H500 compatible", + "no subscription" ], "sources": [ - "https://www.tapo.com/in/" + "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" + ], + "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", @@ -115585,83 +115620,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-latam", + "id": "tapo-c220", "brand": "Tapo", - "model": "C210 (LATAM)", - "aliases": [ - "TP-Link Tapo C210 3MP Indoor Argentina Chile Brazil" - ], + "model": "Tapo C220", "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_height": 1440, + "max_width": 2560, + "megapixels": 4 }, - "sensor": "CMOS", "lens": { + "aperture": "F2.0", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", + "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, + "cloud": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "nvr_compatible": false, + "onboard": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, + "audio": {}, "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 pan/tilt indoor", + "360deg pan / 130deg tilt", + "AI person/pet/vehicle detection", + "motion tracking", + "physical privacy shutter", + "sound classification", + "Alexa / Google", + "no subscription" ], "sources": [ - "https://www.tp-link.com/ar/" + "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", @@ -115675,78 +115720,90 @@ "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" + ] }, { - "id": "tapo-c210-mena", + "id": "tapo-c222", "brand": "Tapo", - "model": "C210 (MENA)", + "model": "C222", "aliases": [ - "TP-Link Tapo C210 3MP Indoor UAE/KSA" + "TP-Link Tapo C222 3MP Indoor Colour Night" ], "type": "ptz", "connectivity": [ - "wifi" + "wifi", + "ethernet" ], - "release_year": 2022, - "markets": [ - "AE", - "SA", - "MENA" + "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", - "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" + "operating_temp_c": "0 to 40", + "dimensions_mm": "82.05 x 82 x 112.6", + "markets": [ + "global" ], "sources": [ - "https://www.tapo.com/me-en/", - "https://www.jarir.com/" - ], - "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": { @@ -115769,79 +115826,73 @@ } }, { - "id": "tapo-c210-vn", + "id": "tapo-c225", "brand": "Tapo", - "model": "C210 (Vietnam)", - "aliases": [ - "TP-Link Tapo C210 3MP Vietnam", - "Camera WiFi Tapo Việt Nam" - ], + "model": "Tapo C225", "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2022, - "markets": [ - "VN" - ], "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", - "Shopee/Lazada Vietnam top-rated indoor cam", - "≈500,000–800,000 VND" + "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/vn/" + "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", @@ -115855,71 +115906,81 @@ "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-c216", + "id": "tapo-c230", "brand": "Tapo", - "model": "Tapo C216", + "model": "Tapo C230", "type": "ptz", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "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": "F2.0", "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 adapter) or included power supply" + "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": "IP44", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "HybridCam 360 indoor/outdoor flexible", - "2K QHD pan/tilt", + "5MP 2K+ pan/tilt indoor", "AI person/pet/vehicle detection", "motion tracking", - "IP44 all-weather", - "starlight color night vision", - "H500 compatible", + "physical privacy shutter", + "sound classification", "no subscription" ], "sources": [ - "https://www.tapo.com/" - ], - "aliases": [ - "HybridCam 360" + "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": 2025, + "release_year": 2024, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -115939,68 +116000,91 @@ "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-c220", + "id": "tapo-c246d", "brand": "Tapo", - "model": "Tapo C220", + "model": "Tapo C246D", "type": "ptz", "connectivity": [ "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": "2.9mm", - "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 / 130 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)" + "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": "IP20", + "ip_rating": "IP65", "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", - "Alexa / Google", + "HybridCam Duo 2K dual-lens indoor/outdoor", + "AI tracking", + "person/pet/vehicle detection", + "IP44", + "starlight color night vision", "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/" ], - "release_year": 2023, + "aliases": [ + "HybridCam Duo" + ], + "release_year": 2025, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -116020,77 +116104,106 @@ "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-c222", + "id": "tapo-c260", "brand": "Tapo", - "model": "C222", - "aliases": [ - "TP-Link Tapo C222 3MP Indoor Colour Night" - ], - "type": "dome", + "model": "Tapo C260", + "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2023, "resolution": { - "megapixels": 3, - "max_width": 2048, - "max_height": 1536, - "label": "3MP 2K" + "label": "4K (8MP)", + "max_width": 3840, + "max_height": 2160, + "megapixels": 8 }, - "sensor": "CMOS", "lens": { + "focal_length_mm": "4.3", + "aperture": "F1.6", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F1.8", "varifocal": false }, - "field_of_view_deg": "120 diagonal", + "field_of_view_deg": "109.6 (diagonal), 91.5 (horizontal), 46.1 (vertical)", "night_vision": { - "type": "color", - "range_m": 6 + "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, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "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" + "RoomCam 360 4K indoor pan/tilt", + "AI person/pet/vehicle detection", + "facial recognition", + "360deg AI tracking", + "dual-band WiFi 5 (2.4/5GHz)", + "starlight color night vision", + "no subscription" ], "sources": [ - "https://www.tapo.com/en/product/indoor-camera/tapo-c222/" + "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" ], + "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", @@ -116104,75 +116217,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-c225", + "id": "tapo-c310", "brand": "Tapo", - "model": "Tapo C225", - "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 smart AI pan/tilt", - "AI person/pet/vehicle detection", - "motion tracking", - "line-crossing detection", - "physical privacy shutter", - "sound classification", - "baby cry detection", + "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", @@ -116186,79 +116311,93 @@ "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-c225-ch", + "id": "tapo-c320ws", "brand": "Tapo", - "model": "C225 (Switzerland)", - "aliases": [ - "TP-Link Tapo C225 4MP QHD Indoor Pan/Tilt CH/AT" - ], - "type": "ptz", + "model": "Tapo C320WS", + "type": "bullet", "connectivity": [ - "wifi" - ], - "release_year": 2023, - "markets": [ - "CH", - "AT", - "EU" + "wifi", + "ethernet" ], "resolution": { - "megapixels": 4, + "label": "2K QHD", "max_width": 2560, "max_height": 1440, - "label": "4MP QHD" + "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": "360 pan / 114 tilt", + "field_of_view_deg": "113 diagonal, 97 horizontal, 54 vertical", "night_vision": { - "type": "color", - "range_m": 9 + "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": [ - "4MP QHD indoor pan/tilt", - "colour night vision", - "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", - "budget Digitec CH bestseller indoor cam", - "CHF 49–59" + "no subscription" ], "sources": [ - "https://www.tapo.com/ch-de/", - "https://www.digitec.ch/" + "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": { @@ -116278,79 +116417,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-eu", + "id": "tapo-c325wb", "brand": "Tapo", - "model": "C225 (EU)", - "aliases": [ - "TP-Link Tapo C225 4MP QHD Indoor EU" - ], - "type": "ptz", + "model": "Tapo C325WB", + "type": "bullet", "connectivity": [ - "wifi" - ], - "release_year": 2023, - "markets": [ - "DE", - "FR", - "ES", - "EU", - "global" + "wifi", + "ethernet" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" + "max_width": 2688, + "max_height": 1520, + "megapixels": 4.09, + "label": "2K QHD" }, - "sensor": "CMOS", "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": "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": 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", - "color night vision", - "AI person/pet detection", - "privacy shutter", - "H.265", - "Tapo app / Alexa / Google / HomeKit", + "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", - "top-rated EU Amazon indoor cam" + "IP66", + "no subscription" ], "sources": [ - "https://www.tapo.com/de/" + "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": { @@ -116370,66 +116515,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-c230", + "id": "tapo-c325wb-ca", "brand": "Tapo", - "model": "Tapo C230", - "type": "ptz", + "model": "C325WB (Canada)", + "aliases": [ + "TP-Link Tapo C325WB 4MP ColorPro Outdoor Canada" + ], + "type": "bullet", "connectivity": [ - "wifi" + "wifi", + "ethernet" + ], + "release_year": 2023, + "markets": [ + "CA" ], "resolution": { - "megapixels": 5, "max_width": 2560, - "max_height": 1920, - "label": "5MP 2K+" + "max_height": 1440, + "label": "2K QHD", + "megapixels": 3.69 }, + "sensor": "1/1.88\" Progressive Scan CMOS", "lens": { + "focal_length_mm": "4.1", + "aperture": "F1.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": "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, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "onboard": false, + "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": [ - "5MP 2K+ pan/tilt indoor", - "AI person/pet/vehicle detection", - "motion tracking", - "physical privacy shutter", - "sound classification", - "no subscription" + "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/" + "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/" ], - "release_year": 2024, "power_source": [ - "usb" + "dc", + "poe" ], "configs": { "frigate": { @@ -116449,69 +116624,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-c246d", + "id": "tapo-c325wb-india", "brand": "Tapo", - "model": "Tapo C246D", - "type": "ptz", + "model": "C325WB (India)", + "aliases": [ + "TP-Link Tapo C325WB 4MP Outdoor Color India" + ], + "type": "bullet", "connectivity": [ - "wifi" + "wifi", + "ethernet" + ], + "release_year": 2023, + "markets": [ + "IN", + "global" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "2K QHD", + "max_width": 2688, + "max_height": 1520, + "megapixels": 4 }, + "sensor": "1/1.79\" Progressive Scan CMOS Starlight Sensor", "lens": { + "focal_length_mm": "4.58", + "aperture": "F1.0", "count": 1, - "focal_length_mm": "Dual-lens", - "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "360 pan / 150 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) or adapter" + "method": "9V DC Power Adapter (100-240V 50/60Hz input, 9V 0.6A 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" ], - "ip_rating": "IP44", + "ip_rating": "IP66", "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", - "no subscription" + "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" ], "sources": [ - "https://www.tapo.com/" + "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" ], - "aliases": [ - "HybridCam Duo" - ], - "release_year": 2025, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -116531,855 +116725,91 @@ "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-c260", + "id": "tapo-c400-kit", "brand": "Tapo", - "model": "Tapo C260", - "type": "ptz", + "model": "C400 Kit", + "type": "bullet", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 8, - "max_width": 3840, - "max_height": 2160, - "label": "4K UHD" + "megapixels": 2, + "max_width": 1920, + "max_height": 1080, + "label": "1080p" }, + "sensor": "1/3\" Progressive Scan CMOS", "lens": { "count": 1, - "focal_length_mm": "3.3mm", + "focal_length_mm": "3.16", "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "360 pan / 150 tilt", + "field_of_view_deg": "116.7 diagonal / 99.7 horizontal / 53.8 vertical", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 10 }, "power": { - "method": "DC 5V / USB" + "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": true, - "max_microsd_gb": 256, - "nvr_compatible": true, + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP20", + "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": [ - "RoomCam 360 4K indoor pan/tilt", - "AI person/pet/vehicle detection", - "facial recognition", - "360deg AI tracking", - "dual-band WiFi 5 (2.4/5GHz)", - "starlight color night vision", + "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/" - ], - "aliases": [ - "RoomCam 360" - ], - "release_year": 2025, - "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." - } - } - }, - { - "id": "tapo-c310", - "brand": "Tapo", - "model": "Tapo C310", - "type": "bullet", - "connectivity": [ - "wifi", - "ethernet" - ], - "resolution": { - "megapixels": 3, - "max_width": 2304, - "max_height": 1296, - "label": "3MP 1296p" - }, - "lens": { - "count": 1, - "focal_length_mm": "4mm", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "89 horizontal", - "night_vision": { - "type": "color", - "range_m": 30 - }, - "power": { - "method": "DC 9V (outdoor adapter)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "outdoor 3MP starlight color night vision", - "IP66 weatherproof", - "AI person detection", - "motion detection", - "Alexa / Google", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/" - ], - "release_year": 2021, - "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-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." - } - } - }, - { - "id": "tapo-c320ws", - "brand": "Tapo", - "model": "Tapo C320WS", - "type": "bullet", - "connectivity": [ - "wifi", - "ethernet" - ], - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "4mm", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "89 horizontal", - "night_vision": { - "type": "color", - "range_m": 30 - }, - "power": { - "method": "DC 9V (outdoor adapter)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "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", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/" - ], - "release_year": 2022, - "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-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." - } - } - }, - { - "id": "tapo-c325wb", - "brand": "Tapo", - "model": "Tapo C325WB", - "type": "bullet", - "connectivity": [ - "wifi", - "ethernet" - ], - "resolution": { - "megapixels": 5, - "max_width": 2560, - "max_height": 1520, - "label": "1520p 5MP" - }, - "lens": { - "count": 1, - "focal_length_mm": "2.8mm", - "aperture": "F1.0", - "varifocal": false - }, - "field_of_view_deg": "127 horizontal", - "night_vision": { - "type": "color", - "range_m": 30 - }, - "power": { - "method": "DC 12V (outdoor wired)" - }, - "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": [ - "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", - "IP66", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/" - ], - "aliases": [ - "ColorPro Outdoor Camera" - ], - "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-c325wb-ca", - "brand": "Tapo", - "model": "C325WB (Canada)", - "aliases": [ - "TP-Link Tapo C325WB 4MP ColorPro Outdoor Canada" - ], - "type": "bullet", - "connectivity": [ - "wifi" - ], - "release_year": 2023, - "markets": [ - "CA" - ], - "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": "96 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 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" - ], - "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-c325wb-india", - "brand": "Tapo", - "model": "C325WB (India)", - "aliases": [ - "TP-Link Tapo C325WB 4MP Outdoor Color India" - ], - "type": "bullet", - "connectivity": [ - "wifi" - ], - "release_year": 2023, - "markets": [ - "IN", - "global" - ], - "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": "96 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 (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" - ], - "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-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." - } - } - }, - { - "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" + "https://www.tapo.com/us/product/smart-camera/tapo-c400-kit/v2/" ], "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 -- confirmed on the official spec page. Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } }, @@ -117392,41 +116822,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": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, + "audio": {}, "features": [ "1080p wire-free battery camera", "180-day battery", @@ -117438,7 +116861,10 @@ "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": 2023, "power_source": [ @@ -117446,24 +116872,22 @@ "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." } - } + }, + "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-c420", @@ -117475,33 +116899,33 @@ ], "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": [ - "rtsp" + "p2p" ], "ip_rating": "IP65", "audio": { @@ -117522,31 +116946,31 @@ "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/", + "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": { - "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-c425", @@ -117557,35 +116981,31 @@ "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": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP66", "audio": { "microphone": true, @@ -117605,117 +117025,41 @@ "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/", + "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" ], "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." } - } - }, - { - "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 + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2560x1440", + "fps": 30, + "codec": "H.264" + } + ] }, - "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." - } - } + "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-c460", @@ -117726,35 +117070,32 @@ "wifi" ], "resolution": { - "megapixels": 8, + "label": "4K 8MP", "max_width": 3840, "max_height": 2160, - "label": "4K UHD" + "megapixels": 8 }, "lens": { + "focal_length_mm": "3.17", + "aperture": "F1.65", "count": 1, - "focal_length_mm": "3.3mm", - "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "110 horizontal", + "field_of_view_deg": "134° (Diagonal), 113° (Horizontal), 59° (Vertical)", "night_vision": { - "type": "color", - "range_m": 10 + "type": "hybrid", + "range_m": 15 }, "power": { - "method": "Built-in battery / integrated solar panel (kit version C460 KIT)" + "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": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "nvr_compatible": false, + "onboard": false }, - "protocols": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP66", "audio": { "microphone": true, @@ -117773,7 +117114,13 @@ "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/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c460/#specifications" ], "aliases": [ "MagCam 4K Solar" @@ -117784,235 +117131,129 @@ "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." } - } - }, - { - "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 + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "video": { + "codecs": [ + "H.265", + "H.264" + ], + "max_fps": 15 }, - "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." - } - } + "operating_temp_c": "-20 to 45", + "dimensions_mm": "D64.8 x 114.6 mm", + "weight_g": 327 }, { - "id": "tapo-c500-eu", + "id": "tapo-c465", "brand": "Tapo", - "model": "C500 (EU)", - "aliases": [ - "TP-Link Tapo C500 1080p Outdoor WiFi EU" - ], + "model": "C465", "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" + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K 8MP" }, - "sensor": "CMOS", + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", "lens": { "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F2.4", + "focal_length_mm": "3.17", + "aperture": "F1.65", "varifocal": false }, - "field_of_view_deg": "360 pan / 139 tilt", + "field_of_view_deg": "134 diagonal / 113 horizontal / 59 vertical", "night_vision": { - "type": "ir", - "range_m": 30 + "type": "hybrid" }, "power": { - "method": "DC 12V" + "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": true, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": true, + "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, - "speaker": false, - "two_way": false + "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": [ - "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" + "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/de/" - ], - "power_source": [ - "dc" + "https://www.tapo.com/us/product/smart-camera/tapo-c465/v1.10/" ], "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 -- 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-outdoor", + "id": "tapo-c500", "brand": "Tapo", - "model": "C500", - "aliases": [ - "TP-Link Tapo C500 1080p Outdoor Pan/Tilt WiFi" - ], + "model": "Tapo C500", "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2022, "resolution": { - "megapixels": 2, + "label": "1080p", "max_width": 1920, "max_height": 1080, - "label": "1080p HD" + "megapixels": 2 }, - "sensor": "CMOS", "lens": { + "focal_length_mm": "3.99", + "aperture": "F2.2", "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F2.4", "varifocal": false }, - "field_of_view_deg": "360 pan / 139 tilt", + "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": [ @@ -118022,21 +117263,25 @@ "ip_rating": "IP65", "audio": { "microphone": true, - "speaker": false, - "two_way": false + "speaker": true, + "two_way": true }, "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" + "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/en/product/outdoor-camera/tapo-c500/" + "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" ], @@ -118058,7 +117303,28 @@ "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" + ] }, { "id": "tapo-c510w", @@ -118069,30 +117335,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", @@ -118115,11 +117381,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": { @@ -118139,7 +117407,28 @@ "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-c520ws", @@ -118151,29 +117440,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": [ @@ -118200,7 +117489,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": [ @@ -118224,7 +117516,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": 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-c530ws", @@ -118236,30 +117538,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", @@ -118283,7 +117584,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": [ @@ -118307,86 +117610,20 @@ "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 + "video": { + "codecs": [ + "h264" + ], + "max_fps": 30 }, - "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." - } - } + "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-c560ws", @@ -118394,33 +117631,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", @@ -118445,7 +117682,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" @@ -118472,7 +117711,19 @@ "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-c566wb", @@ -118488,10 +117739,10 @@ ], "release_year": 2025, "resolution": { - "megapixels": 8, + "label": "4K", "max_width": 3840, "max_height": 2160, - "label": "4K UHD" + "megapixels": 8 }, "lens": { "count": 1, @@ -118501,27 +117752,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", @@ -118532,21 +117776,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." @@ -118555,7 +117795,10 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "environment": [ + "outdoor" + ] }, { "id": "tapo-c615f-kit", @@ -118570,560 +117813,420 @@ ], "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 / 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": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { + "two_way": true, "microphone": true, - "speaker": true, - "two_way": true + "speaker": true }, "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" ], "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/", + "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://www.tapo.com/us/product/smart-camera/tapo-c615f-kit/v1/" ], "power_source": [ - "solar", - "ac-mains" + "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." } - } - }, - { - "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": [ - "rtsp" - ], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true + "video": { + "max_fps": 20, + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 20 + } + ] }, - "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/" - ], - "power_source": [ - "battery", - "solar", - "ac-mains" + "sensor": "1/2.8\" Progressive Scan CMOS", + "dimensions_mm": "132.8 x 81.8 x 161.0", + "environment": [ + "outdoor" ], - "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." - } - } + "operating_temp_c": "-20 to 45" }, { - "id": "tapo-c675d-kit", + "id": "tapo-c645d-kit", "brand": "Tapo", - "model": "C675D Kit", - "aliases": [ - "Solar Dual-Lens Pan/Tilt 4K" - ], + "model": "C645D Kit", "type": "dual-lens", "connectivity": [ "wifi" ], - "release_year": 2026, "resolution": { - "megapixels": 8, - "label": "4K 8MP dual-lens" + "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": "Wide 169deg + 6mm tele", + "focal_length_mm": "2.53 (wide-angle lens) / 6.0 (telephoto lens)", "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "169 wide + tele", + "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": "color", + "type": "hybrid", "range_m": 10 }, "power": { - "method": "Integrated solar panel" + "method": "Built-in rechargeable lithium-ion battery; Tapo A201 solar panel (included, up to 2.5W output)" }, + "power_source": [ + "battery", + "solar" + ], "storage": { - "onboard": true, + "onboard": false, "max_microsd_gb": 512, "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, "two_way": true }, - "features": [ - "solar-powered dual-lens 4K camera", - "169deg wide-angle view + 6mm tele lens", - "pan/tilt", - "AI tracking", - "person/pet/vehicle detection", - "color night vision", - "no subscription" - ], - "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" - ], - "power_source": [ - "solar" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 + "video": { + "max_fps": 15, + "streams": [ + { + "name": "wide-angle lens", + "resolution": "2304x1296", + "fps": 15 }, - "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", - "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 + { + "name": "telephoto lens", + "resolution": "2304x1296", + "fps": 15 + } + ] }, - "protocols": [ - "rtsp", - "onvif" + "environment": [ + "outdoor" ], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, + "dimensions_mm": "132 x 82 x 160", + "operating_temp_c": "-20 to 45", + "status": "available", "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", + "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/" - ], - "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." + "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-c720-india", + "id": "tapo-c660-kit", "brand": "Tapo", - "model": "C720 (India)", + "model": "C660 KIT", "aliases": [ - "TP-Link Tapo C720 2K Outdoor Pan/Tilt India" + "VistaCam 360 Solar" ], "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2024, - "markets": [ - "IN", - "global" - ], + "release_year": 2025, "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" + "label": "4K", + "max_height": 2160, + "max_width": 3840, + "megapixels": 8 }, - "sensor": "CMOS", "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", "aperture": "F1.6", + "count": 1, + "focal_length_mm": "4", "varifocal": false }, - "field_of_view_deg": "360 pan / 160 tilt", + "field_of_view_deg": "105 (Diagonal), 88 (Horizontal), 45 (Vertical)", "night_vision": { - "type": "color", - "range_m": 30 + "range_m": 12, + "type": "hybrid" }, "power": { - "method": "DC 12V / PoE (outdoor)" + "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": { - "onboard": true, + "cloud": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "nvr_compatible": false, + "onboard": true }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", + "protocols": [], + "ip_rating": "IP65", "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" + "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", + "18x digital zoom" ], "sources": [ - "https://www.tapo.com/in/" + "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.tapo.com/us/product/smart-camera/tapo-c660-kit/v1/" ], "power_source": [ - "dc" + "battery", + "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." } - } + }, + "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-c720-outdoor", + "id": "tapo-c675d-kit", "brand": "Tapo", - "model": "C720", + "model": "C675D Kit", "aliases": [ - "TP-Link Tapo C720 4MP Outdoor Pan/Tilt" + "Solar Dual-Lens Pan/Tilt 4K" ], - "type": "ptz", + "type": "dual-lens", "connectivity": [ "wifi" ], - "release_year": 2024, + "release_year": 2026, "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" + "label": "4K (dual-lens, each lens independently 4K)", + "max_width": 3840, + "max_height": 2160, + "megapixels": 8 }, - "sensor": "CMOS", "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", + "count": 2, + "varifocal": false, "aperture": "F1.6", - "varifocal": false + "focal_length_mm": "2.53 (fixed lens) / 6.0 (pan-tilt lens)" }, - "field_of_view_deg": "360 pan / 160 tilt", + "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": "color", - "range_m": 30 + "type": "hybrid", + "range_m": 16 }, "power": { - "method": "DC 12V / PoE optional" + "method": "Built-in rechargeable lithium-ion battery; Tapo A202 solar panel (included, up to 4.5W output)" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "onboard": false, + "nvr_compatible": false }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", + "protocols": [], + "ip_rating": "IP65", "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" + "solar-powered dual-lens 4K camera", + "169deg wide-angle view + 6mm tele lens", + "pan/tilt", + "AI tracking", + "person/pet/vehicle detection", + "color night vision", + "no subscription" ], + "release_notes": "Announced CES 2025 and IFA 2025; official v1 product/spec page now live.", "sources": [ - "https://www.tapo.com/en/product/outdoor-camera/tapo-c720/" + "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.tapo.com/us/product/smart-camera/tapo-c675d-kit/v1/#tapo-product-overview" ], "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" + ], + "status": "available" }, { - "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": { @@ -119143,7 +118246,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", @@ -119152,38 +118268,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, @@ -119201,7 +118318,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" @@ -119224,66 +118346,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/" ] }, { @@ -119299,34 +118457,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, @@ -119343,7 +118502,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", @@ -119368,7 +118531,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", @@ -119381,35 +118561,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, @@ -119427,18 +118604,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", @@ -119454,36 +118643,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, @@ -119499,9 +118685,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": { @@ -119523,68 +118715,82 @@ "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", + "name": "main" + } + ] }, + "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": { @@ -119610,33 +118816,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": [ @@ -119649,21 +118865,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": { @@ -119697,78 +118909,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." } } }, @@ -119779,79 +118985,150 @@ "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 (5.0V/2.0A charging, up to 300 days battery life); optional Tapo A200 solar panel (sold separately)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, + "onboard": false, + "max_microsd_gb": 512, "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp" + "protocols": [], + "ip_rating": "IP66", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "operating_temp_c": "-20 to 45", + "dimensions_mm": "116.2 x 64.8 x 64.8", + "weight_g": 235, + "markets": [ + "global" + ], + "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/us/product/smart-camera/tc85/v1%20(1-pack)/" + ], + "configs": { + "home_assistant": { + "integration": "tapo", + "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." + } + } + }, + { + "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": [ - "2K pan/tilt floodlight camera", - "360deg AI tracking", - "AI person/pet/vehicle detection", - "built-in floodlight", - "color night vision", - "IP65", - "built-in siren", + "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/" - ], - "power_source": [ - "ac-mains" + "https://www.tapo.com/us/product/smart-camera/tcw90-kit/v1/" ], "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) -- 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." } } }, @@ -125883,6 +125160,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 c7be24a3..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", @@ -114703,40 +114763,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 +114811,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 +114838,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 +114858,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 +114899,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 +114925,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 +115002,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,126 +115030,59 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } - }, - { - "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 + "video": { + "codecs": [ + "h264" + ], + "max_fps": 20 }, - "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." - } - } + "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-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, @@ -115155,7 +115100,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" @@ -115178,7 +115124,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", + "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-c125", @@ -115189,36 +115147,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, @@ -115234,11 +115191,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": { @@ -115258,40 +115217,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": 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-c135", + "id": "tapo-c200", "brand": "Tapo", - "model": "Tapo C135", - "type": "dome", + "model": "Tapo C200", + "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2025, "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "1080p", + "max_height": 1080, + "max_width": 1920, + "megapixels": 2 }, "lens": { + "aperture": "f/2.0", "count": 1, - "focal_length_mm": "3.0mm", + "focal_length_mm": "4.0", "varifocal": false }, + "field_of_view_deg": "88.3 (Diagonal), 75.2 (Horizontal), 40.8 (Vertical)", "night_vision": { - "type": "ir", - "range_m": 10 + "range_m": 9, + "type": "ir" }, "power": { - "method": "DC 5V (USB-C)" + "method": "9V/0.6A DC power adapter (barrel jack)" }, "storage": { - "onboard": true, + "cloud": true, "max_microsd_gb": 512, "nvr_compatible": false, - "cloud": true + "onboard": false }, "protocols": [ "rtsp", @@ -115303,26 +115283,29 @@ "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", + "360deg pan / 114deg tilt", + "1080p indoor PT", + "motion tracking", + "night vision IR", + "sound/motion detection", "Alexa / Google", - "no subscription required" + "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": 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", @@ -115336,12 +115319,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": 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-c200", + "id": "tapo-c207", "brand": "Tapo", - "model": "Tapo C200", + "model": "C207", "type": "ptz", "connectivity": [ "wifi" @@ -115352,51 +115355,62 @@ "max_height": 1080, "label": "1080p" }, + "sensor": "1/3\" Progressive Scan CMOS Starlight Sensor", "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": "85 diagonal / 73.5 horizontal / 41 vertical", "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, 5.0V/1.0A Type-C output); 2.3W typical / 5W max consumption" }, + "power_source": [ + "dc" + ], "storage": { - "onboard": true, - "max_microsd_gb": 128, - "nvr_compatible": true, + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, "cloud": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", + "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": [ - "360deg pan / 114deg tilt", - "1080p indoor PT", - "motion tracking", - "night vision IR", - "sound/motion detection", - "Alexa / Google", + "pan/tilt indoor/outdoor camera", + "360 horizontal / 146 vertical pan-tilt range", + "color night vision", "no subscription" ], "sources": [ - "https://www.tapo.com/" - ], - "release_year": 2020, - "power_source": [ - "usb" + "https://www.tapo.com/us/product/smart-camera/tapo-c207/v1/" ], "configs": { "frigate": { @@ -115406,7 +115420,9 @@ "fps": 5 }, "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", - "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2" + "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", @@ -115427,36 +115443,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, @@ -115472,11 +115487,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": { @@ -115496,44 +115513,56 @@ "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-c210-india", + "id": "tapo-c216", "brand": "Tapo", - "model": "C210 (India)", - "aliases": [ - "TP-Link Tapo C210 3MP Pan/Tilt India" - ], + "model": "Tapo C216", "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2022, - "markets": [ - "IN", - "global" - ], "resolution": { - "megapixels": 3, + "label": "2K 3MP", "max_width": 2304, "max_height": 1296, - "label": "3MP 2K" + "megapixels": 3 }, - "sensor": "CMOS", "lens": { "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", + "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, @@ -115545,33 +115574,39 @@ "rtsp", "onvif" ], - "ip_rating": "IP20", + "ip_rating": "IP65", "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" + "HybridCam 360 indoor/outdoor flexible", + "2K QHD pan/tilt", + "AI person/pet/vehicle detection", + "motion tracking", + "IP44 all-weather", + "starlight color night vision", + "H500 compatible", + "no subscription" ], "sources": [ - "https://www.tapo.com/in/" + "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" + ], + "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", @@ -115585,83 +115620,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-latam", + "id": "tapo-c220", "brand": "Tapo", - "model": "C210 (LATAM)", - "aliases": [ - "TP-Link Tapo C210 3MP Indoor Argentina Chile Brazil" - ], + "model": "Tapo C220", "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_height": 1440, + "max_width": 2560, + "megapixels": 4 }, - "sensor": "CMOS", "lens": { + "aperture": "F2.0", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F2.4", + "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, + "cloud": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "nvr_compatible": false, + "onboard": true }, "protocols": [ "rtsp", "onvif" ], - "ip_rating": "IP20", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, + "audio": {}, "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 pan/tilt indoor", + "360deg pan / 130deg tilt", + "AI person/pet/vehicle detection", + "motion tracking", + "physical privacy shutter", + "sound classification", + "Alexa / Google", + "no subscription" ], "sources": [ - "https://www.tp-link.com/ar/" + "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", @@ -115675,78 +115720,90 @@ "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" + ] }, { - "id": "tapo-c210-mena", + "id": "tapo-c222", "brand": "Tapo", - "model": "C210 (MENA)", + "model": "C222", "aliases": [ - "TP-Link Tapo C210 3MP Indoor UAE/KSA" + "TP-Link Tapo C222 3MP Indoor Colour Night" ], "type": "ptz", "connectivity": [ - "wifi" + "wifi", + "ethernet" ], - "release_year": 2022, - "markets": [ - "AE", - "SA", - "MENA" + "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", - "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" + "operating_temp_c": "0 to 40", + "dimensions_mm": "82.05 x 82 x 112.6", + "markets": [ + "global" ], "sources": [ - "https://www.tapo.com/me-en/", - "https://www.jarir.com/" - ], - "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": { @@ -115769,79 +115826,73 @@ } }, { - "id": "tapo-c210-vn", + "id": "tapo-c225", "brand": "Tapo", - "model": "C210 (Vietnam)", - "aliases": [ - "TP-Link Tapo C210 3MP Vietnam", - "Camera WiFi Tapo Việt Nam" - ], + "model": "Tapo C225", "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2022, - "markets": [ - "VN" - ], "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", - "Shopee/Lazada Vietnam top-rated indoor cam", - "≈500,000–800,000 VND" + "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/vn/" + "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", @@ -115855,71 +115906,81 @@ "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-c216", + "id": "tapo-c230", "brand": "Tapo", - "model": "Tapo C216", + "model": "Tapo C230", "type": "ptz", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "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": "F2.0", "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 adapter) or included power supply" + "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": "IP44", "audio": { "microphone": true, "speaker": true, "two_way": true }, "features": [ - "HybridCam 360 indoor/outdoor flexible", - "2K QHD pan/tilt", + "5MP 2K+ pan/tilt indoor", "AI person/pet/vehicle detection", "motion tracking", - "IP44 all-weather", - "starlight color night vision", - "H500 compatible", + "physical privacy shutter", + "sound classification", "no subscription" ], "sources": [ - "https://www.tapo.com/" - ], - "aliases": [ - "HybridCam 360" + "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": 2025, + "release_year": 2024, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -115939,68 +116000,91 @@ "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-c220", + "id": "tapo-c246d", "brand": "Tapo", - "model": "Tapo C220", + "model": "Tapo C246D", "type": "ptz", "connectivity": [ "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": "2.9mm", - "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 / 130 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)" + "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": "IP20", + "ip_rating": "IP65", "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", - "Alexa / Google", + "HybridCam Duo 2K dual-lens indoor/outdoor", + "AI tracking", + "person/pet/vehicle detection", + "IP44", + "starlight color night vision", "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/" ], - "release_year": 2023, + "aliases": [ + "HybridCam Duo" + ], + "release_year": 2025, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -116020,77 +116104,106 @@ "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-c222", + "id": "tapo-c260", "brand": "Tapo", - "model": "C222", - "aliases": [ - "TP-Link Tapo C222 3MP Indoor Colour Night" - ], - "type": "dome", + "model": "Tapo C260", + "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2023, "resolution": { - "megapixels": 3, - "max_width": 2048, - "max_height": 1536, - "label": "3MP 2K" + "label": "4K (8MP)", + "max_width": 3840, + "max_height": 2160, + "megapixels": 8 }, - "sensor": "CMOS", "lens": { + "focal_length_mm": "4.3", + "aperture": "F1.6", "count": 1, - "focal_length_mm": "4 (fixed)", - "aperture": "F1.8", "varifocal": false }, - "field_of_view_deg": "120 diagonal", + "field_of_view_deg": "109.6 (diagonal), 91.5 (horizontal), 46.1 (vertical)", "night_vision": { - "type": "color", - "range_m": 6 + "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, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "nvr_compatible": false }, "protocols": [ "rtsp", "onvif" ], - "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" + "RoomCam 360 4K indoor pan/tilt", + "AI person/pet/vehicle detection", + "facial recognition", + "360deg AI tracking", + "dual-band WiFi 5 (2.4/5GHz)", + "starlight color night vision", + "no subscription" ], "sources": [ - "https://www.tapo.com/en/product/indoor-camera/tapo-c222/" + "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" ], + "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", @@ -116104,75 +116217,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-c225", + "id": "tapo-c310", "brand": "Tapo", - "model": "Tapo C225", - "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 smart AI pan/tilt", - "AI person/pet/vehicle detection", - "motion tracking", - "line-crossing detection", - "physical privacy shutter", - "sound classification", - "baby cry detection", + "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", @@ -116186,79 +116311,93 @@ "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-c225-ch", + "id": "tapo-c320ws", "brand": "Tapo", - "model": "C225 (Switzerland)", - "aliases": [ - "TP-Link Tapo C225 4MP QHD Indoor Pan/Tilt CH/AT" - ], - "type": "ptz", + "model": "Tapo C320WS", + "type": "bullet", "connectivity": [ - "wifi" - ], - "release_year": 2023, - "markets": [ - "CH", - "AT", - "EU" + "wifi", + "ethernet" ], "resolution": { - "megapixels": 4, + "label": "2K QHD", "max_width": 2560, "max_height": 1440, - "label": "4MP QHD" + "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": "360 pan / 114 tilt", + "field_of_view_deg": "113 diagonal, 97 horizontal, 54 vertical", "night_vision": { - "type": "color", - "range_m": 9 + "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": [ - "4MP QHD indoor pan/tilt", - "colour night vision", - "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", - "budget Digitec CH bestseller indoor cam", - "CHF 49–59" + "no subscription" ], "sources": [ - "https://www.tapo.com/ch-de/", - "https://www.digitec.ch/" + "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": { @@ -116278,79 +116417,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-eu", + "id": "tapo-c325wb", "brand": "Tapo", - "model": "C225 (EU)", - "aliases": [ - "TP-Link Tapo C225 4MP QHD Indoor EU" - ], - "type": "ptz", + "model": "Tapo C325WB", + "type": "bullet", "connectivity": [ - "wifi" - ], - "release_year": 2023, - "markets": [ - "DE", - "FR", - "ES", - "EU", - "global" + "wifi", + "ethernet" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" + "max_width": 2688, + "max_height": 1520, + "megapixels": 4.09, + "label": "2K QHD" }, - "sensor": "CMOS", "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": "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": 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", - "color night vision", - "AI person/pet detection", - "privacy shutter", - "H.265", - "Tapo app / Alexa / Google / HomeKit", + "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", - "top-rated EU Amazon indoor cam" + "IP66", + "no subscription" ], "sources": [ - "https://www.tapo.com/de/" + "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": { @@ -116370,66 +116515,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-c230", + "id": "tapo-c325wb-ca", "brand": "Tapo", - "model": "Tapo C230", - "type": "ptz", + "model": "C325WB (Canada)", + "aliases": [ + "TP-Link Tapo C325WB 4MP ColorPro Outdoor Canada" + ], + "type": "bullet", "connectivity": [ - "wifi" + "wifi", + "ethernet" + ], + "release_year": 2023, + "markets": [ + "CA" ], "resolution": { - "megapixels": 5, "max_width": 2560, - "max_height": 1920, - "label": "5MP 2K+" + "max_height": 1440, + "label": "2K QHD", + "megapixels": 3.69 }, + "sensor": "1/1.88\" Progressive Scan CMOS", "lens": { + "focal_length_mm": "4.1", + "aperture": "F1.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": "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, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true + "onboard": false, + "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": [ - "5MP 2K+ pan/tilt indoor", - "AI person/pet/vehicle detection", - "motion tracking", - "physical privacy shutter", - "sound classification", - "no subscription" + "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/" + "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/" ], - "release_year": 2024, "power_source": [ - "usb" + "dc", + "poe" ], "configs": { "frigate": { @@ -116449,69 +116624,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-c246d", + "id": "tapo-c325wb-india", "brand": "Tapo", - "model": "Tapo C246D", - "type": "ptz", + "model": "C325WB (India)", + "aliases": [ + "TP-Link Tapo C325WB 4MP Outdoor Color India" + ], + "type": "bullet", "connectivity": [ - "wifi" + "wifi", + "ethernet" + ], + "release_year": 2023, + "markets": [ + "IN", + "global" ], "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" + "label": "2K QHD", + "max_width": 2688, + "max_height": 1520, + "megapixels": 4 }, + "sensor": "1/1.79\" Progressive Scan CMOS Starlight Sensor", "lens": { + "focal_length_mm": "4.58", + "aperture": "F1.0", "count": 1, - "focal_length_mm": "Dual-lens", - "aperture": "F2.0", "varifocal": false }, - "field_of_view_deg": "360 pan / 150 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) or adapter" + "method": "9V DC Power Adapter (100-240V 50/60Hz input, 9V 0.6A 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" ], - "ip_rating": "IP44", + "ip_rating": "IP66", "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", - "no subscription" + "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" ], "sources": [ - "https://www.tapo.com/" + "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" ], - "aliases": [ - "HybridCam Duo" - ], - "release_year": 2025, "power_source": [ - "usb" + "dc" ], "configs": { "frigate": { @@ -116531,855 +116725,91 @@ "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-c260", + "id": "tapo-c400-kit", "brand": "Tapo", - "model": "Tapo C260", - "type": "ptz", + "model": "C400 Kit", + "type": "bullet", "connectivity": [ "wifi" ], "resolution": { - "megapixels": 8, - "max_width": 3840, - "max_height": 2160, - "label": "4K UHD" + "megapixels": 2, + "max_width": 1920, + "max_height": 1080, + "label": "1080p" }, + "sensor": "1/3\" Progressive Scan CMOS", "lens": { "count": 1, - "focal_length_mm": "3.3mm", + "focal_length_mm": "3.16", "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "360 pan / 150 tilt", + "field_of_view_deg": "116.7 diagonal / 99.7 horizontal / 53.8 vertical", "night_vision": { - "type": "color", + "type": "hybrid", "range_m": 10 }, "power": { - "method": "DC 5V / USB" + "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": true, - "max_microsd_gb": 256, - "nvr_compatible": true, + "onboard": false, + "max_microsd_gb": 512, + "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP20", + "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": [ - "RoomCam 360 4K indoor pan/tilt", - "AI person/pet/vehicle detection", - "facial recognition", - "360deg AI tracking", - "dual-band WiFi 5 (2.4/5GHz)", - "starlight color night vision", + "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/" - ], - "aliases": [ - "RoomCam 360" - ], - "release_year": 2025, - "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." - } - } - }, - { - "id": "tapo-c310", - "brand": "Tapo", - "model": "Tapo C310", - "type": "bullet", - "connectivity": [ - "wifi", - "ethernet" - ], - "resolution": { - "megapixels": 3, - "max_width": 2304, - "max_height": 1296, - "label": "3MP 1296p" - }, - "lens": { - "count": 1, - "focal_length_mm": "4mm", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "89 horizontal", - "night_vision": { - "type": "color", - "range_m": 30 - }, - "power": { - "method": "DC 9V (outdoor adapter)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, - "features": [ - "outdoor 3MP starlight color night vision", - "IP66 weatherproof", - "AI person detection", - "motion detection", - "Alexa / Google", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/" - ], - "release_year": 2021, - "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-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." - } - } - }, - { - "id": "tapo-c320ws", - "brand": "Tapo", - "model": "Tapo C320WS", - "type": "bullet", - "connectivity": [ - "wifi", - "ethernet" - ], - "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "2K QHD" - }, - "lens": { - "count": 1, - "focal_length_mm": "4mm", - "aperture": "F1.6", - "varifocal": false - }, - "field_of_view_deg": "89 horizontal", - "night_vision": { - "type": "color", - "range_m": 30 - }, - "power": { - "method": "DC 9V (outdoor adapter)" - }, - "storage": { - "onboard": true, - "max_microsd_gb": 256, - "nvr_compatible": true, - "cloud": true - }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", - "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", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/" - ], - "release_year": 2022, - "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-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." - } - } - }, - { - "id": "tapo-c325wb", - "brand": "Tapo", - "model": "Tapo C325WB", - "type": "bullet", - "connectivity": [ - "wifi", - "ethernet" - ], - "resolution": { - "megapixels": 5, - "max_width": 2560, - "max_height": 1520, - "label": "1520p 5MP" - }, - "lens": { - "count": 1, - "focal_length_mm": "2.8mm", - "aperture": "F1.0", - "varifocal": false - }, - "field_of_view_deg": "127 horizontal", - "night_vision": { - "type": "color", - "range_m": 30 - }, - "power": { - "method": "DC 12V (outdoor wired)" - }, - "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": [ - "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", - "IP66", - "no subscription" - ], - "sources": [ - "https://www.tapo.com/" - ], - "aliases": [ - "ColorPro Outdoor Camera" - ], - "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-c325wb-ca", - "brand": "Tapo", - "model": "C325WB (Canada)", - "aliases": [ - "TP-Link Tapo C325WB 4MP ColorPro Outdoor Canada" - ], - "type": "bullet", - "connectivity": [ - "wifi" - ], - "release_year": 2023, - "markets": [ - "CA" - ], - "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": "96 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 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" - ], - "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-c325wb-india", - "brand": "Tapo", - "model": "C325WB (India)", - "aliases": [ - "TP-Link Tapo C325WB 4MP Outdoor Color India" - ], - "type": "bullet", - "connectivity": [ - "wifi" - ], - "release_year": 2023, - "markets": [ - "IN", - "global" - ], - "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": "96 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 (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" - ], - "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-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." - } - } - }, - { - "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" + "https://www.tapo.com/us/product/smart-camera/tapo-c400-kit/v2/" ], "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 -- confirmed on the official spec page. Integrate via the community HomeAssistant-Tapo-Control integration (proprietary Tapo API, not ONVIF) or the Tapo app." } } }, @@ -117392,41 +116822,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": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, + "audio": {}, "features": [ "1080p wire-free battery camera", "180-day battery", @@ -117438,7 +116861,10 @@ "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": 2023, "power_source": [ @@ -117446,24 +116872,22 @@ "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." } - } + }, + "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-c420", @@ -117475,33 +116899,33 @@ ], "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": [ - "rtsp" + "p2p" ], "ip_rating": "IP65", "audio": { @@ -117522,31 +116946,31 @@ "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/", + "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": { - "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-c425", @@ -117557,35 +116981,31 @@ "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": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP66", "audio": { "microphone": true, @@ -117605,117 +117025,41 @@ "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/", + "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" ], "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." } - } - }, - { - "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 + "video": { + "codecs": [ + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2560x1440", + "fps": 30, + "codec": "H.264" + } + ] }, - "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." - } - } + "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-c460", @@ -117726,35 +117070,32 @@ "wifi" ], "resolution": { - "megapixels": 8, + "label": "4K 8MP", "max_width": 3840, "max_height": 2160, - "label": "4K UHD" + "megapixels": 8 }, "lens": { + "focal_length_mm": "3.17", + "aperture": "F1.65", "count": 1, - "focal_length_mm": "3.3mm", - "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "110 horizontal", + "field_of_view_deg": "134° (Diagonal), 113° (Horizontal), 59° (Vertical)", "night_vision": { - "type": "color", - "range_m": 10 + "type": "hybrid", + "range_m": 15 }, "power": { - "method": "Built-in battery / integrated solar panel (kit version C460 KIT)" + "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": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "nvr_compatible": false, + "onboard": false }, - "protocols": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP66", "audio": { "microphone": true, @@ -117773,7 +117114,13 @@ "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/", + "https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c460/#specifications" ], "aliases": [ "MagCam 4K Solar" @@ -117784,235 +117131,129 @@ "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." } - } - }, - { - "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 + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", + "video": { + "codecs": [ + "H.265", + "H.264" + ], + "max_fps": 15 }, - "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." - } - } + "operating_temp_c": "-20 to 45", + "dimensions_mm": "D64.8 x 114.6 mm", + "weight_g": 327 }, { - "id": "tapo-c500-eu", + "id": "tapo-c465", "brand": "Tapo", - "model": "C500 (EU)", - "aliases": [ - "TP-Link Tapo C500 1080p Outdoor WiFi EU" - ], + "model": "C465", "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" + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K 8MP" }, - "sensor": "CMOS", + "sensor": "1/2.7\" Progressive Scan CMOS Starlight Sensor", "lens": { "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F2.4", + "focal_length_mm": "3.17", + "aperture": "F1.65", "varifocal": false }, - "field_of_view_deg": "360 pan / 139 tilt", + "field_of_view_deg": "134 diagonal / 113 horizontal / 59 vertical", "night_vision": { - "type": "ir", - "range_m": 30 + "type": "hybrid" }, "power": { - "method": "DC 12V" + "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": true, + "onboard": false, "max_microsd_gb": 512, - "nvr_compatible": true, + "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp", - "onvif" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, - "speaker": false, - "two_way": false + "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": [ - "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" + "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/de/" - ], - "power_source": [ - "dc" + "https://www.tapo.com/us/product/smart-camera/tapo-c465/v1.10/" ], "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 -- 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-outdoor", + "id": "tapo-c500", "brand": "Tapo", - "model": "C500", - "aliases": [ - "TP-Link Tapo C500 1080p Outdoor Pan/Tilt WiFi" - ], + "model": "Tapo C500", "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2022, "resolution": { - "megapixels": 2, + "label": "1080p", "max_width": 1920, "max_height": 1080, - "label": "1080p HD" + "megapixels": 2 }, - "sensor": "CMOS", "lens": { + "focal_length_mm": "3.99", + "aperture": "F2.2", "count": 1, - "focal_length_mm": "3.89 (fixed)", - "aperture": "F2.4", "varifocal": false }, - "field_of_view_deg": "360 pan / 139 tilt", + "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": [ @@ -118022,21 +117263,25 @@ "ip_rating": "IP65", "audio": { "microphone": true, - "speaker": false, - "two_way": false + "speaker": true, + "two_way": true }, "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" + "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/en/product/outdoor-camera/tapo-c500/" + "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" ], @@ -118058,7 +117303,28 @@ "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" + ] }, { "id": "tapo-c510w", @@ -118069,30 +117335,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", @@ -118115,11 +117381,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": { @@ -118139,7 +117407,28 @@ "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-c520ws", @@ -118151,29 +117440,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": [ @@ -118200,7 +117489,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": [ @@ -118224,7 +117516,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": 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-c530ws", @@ -118236,30 +117538,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", @@ -118283,7 +117584,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": [ @@ -118307,86 +117610,20 @@ "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 + "video": { + "codecs": [ + "h264" + ], + "max_fps": 30 }, - "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." - } - } + "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-c560ws", @@ -118394,33 +117631,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", @@ -118445,7 +117682,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" @@ -118472,7 +117711,19 @@ "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-c566wb", @@ -118488,10 +117739,10 @@ ], "release_year": 2025, "resolution": { - "megapixels": 8, + "label": "4K", "max_width": 3840, "max_height": 2160, - "label": "4K UHD" + "megapixels": 8 }, "lens": { "count": 1, @@ -118501,27 +117752,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", @@ -118532,21 +117776,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." @@ -118555,7 +117795,10 @@ "profile": "Generic/ONVIF", "notes": "Use Generic/ONVIF profile. RTSP streams: /stream1 (main), /stream2 (sub). Must enable ONVIF in Tapo app." } - } + }, + "environment": [ + "outdoor" + ] }, { "id": "tapo-c615f-kit", @@ -118570,560 +117813,420 @@ ], "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 / 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": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { + "two_way": true, "microphone": true, - "speaker": true, - "two_way": true + "speaker": true }, "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" ], "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/", + "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://www.tapo.com/us/product/smart-camera/tapo-c615f-kit/v1/" ], "power_source": [ - "solar", - "ac-mains" + "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." } - } - }, - { - "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": [ - "rtsp" - ], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true + "video": { + "max_fps": 20, + "streams": [ + { + "name": "main", + "resolution": "2304x1296", + "fps": 20 + } + ] }, - "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/" - ], - "power_source": [ - "battery", - "solar", - "ac-mains" + "sensor": "1/2.8\" Progressive Scan CMOS", + "dimensions_mm": "132.8 x 81.8 x 161.0", + "environment": [ + "outdoor" ], - "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." - } - } + "operating_temp_c": "-20 to 45" }, { - "id": "tapo-c675d-kit", + "id": "tapo-c645d-kit", "brand": "Tapo", - "model": "C675D Kit", - "aliases": [ - "Solar Dual-Lens Pan/Tilt 4K" - ], + "model": "C645D Kit", "type": "dual-lens", "connectivity": [ "wifi" ], - "release_year": 2026, "resolution": { - "megapixels": 8, - "label": "4K 8MP dual-lens" + "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": "Wide 169deg + 6mm tele", + "focal_length_mm": "2.53 (wide-angle lens) / 6.0 (telephoto lens)", "aperture": "F1.6", "varifocal": false }, - "field_of_view_deg": "169 wide + tele", + "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": "color", + "type": "hybrid", "range_m": 10 }, "power": { - "method": "Integrated solar panel" + "method": "Built-in rechargeable lithium-ion battery; Tapo A201 solar panel (included, up to 2.5W output)" }, + "power_source": [ + "battery", + "solar" + ], "storage": { - "onboard": true, + "onboard": false, "max_microsd_gb": 512, "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp" - ], + "protocols": [], "ip_rating": "IP65", "audio": { "microphone": true, "speaker": true, "two_way": true }, - "features": [ - "solar-powered dual-lens 4K camera", - "169deg wide-angle view + 6mm tele lens", - "pan/tilt", - "AI tracking", - "person/pet/vehicle detection", - "color night vision", - "no subscription" - ], - "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" - ], - "power_source": [ - "solar" - ], - "configs": { - "frigate": { - "detect": { - "width": 1280, - "height": 720, - "fps": 5 + "video": { + "max_fps": 15, + "streams": [ + { + "name": "wide-angle lens", + "resolution": "2304x1296", + "fps": 15 }, - "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", - "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 + { + "name": "telephoto lens", + "resolution": "2304x1296", + "fps": 15 + } + ] }, - "protocols": [ - "rtsp", - "onvif" + "environment": [ + "outdoor" ], - "ip_rating": "IP65", - "audio": { - "microphone": true, - "speaker": true, - "two_way": true - }, + "dimensions_mm": "132 x 82 x 160", + "operating_temp_c": "-20 to 45", + "status": "available", "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", + "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/" - ], - "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." + "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-c720-india", + "id": "tapo-c660-kit", "brand": "Tapo", - "model": "C720 (India)", + "model": "C660 KIT", "aliases": [ - "TP-Link Tapo C720 2K Outdoor Pan/Tilt India" + "VistaCam 360 Solar" ], "type": "ptz", "connectivity": [ "wifi" ], - "release_year": 2024, - "markets": [ - "IN", - "global" - ], + "release_year": 2025, "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" + "label": "4K", + "max_height": 2160, + "max_width": 3840, + "megapixels": 8 }, - "sensor": "CMOS", "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", "aperture": "F1.6", + "count": 1, + "focal_length_mm": "4", "varifocal": false }, - "field_of_view_deg": "360 pan / 160 tilt", + "field_of_view_deg": "105 (Diagonal), 88 (Horizontal), 45 (Vertical)", "night_vision": { - "type": "color", - "range_m": 30 + "range_m": 12, + "type": "hybrid" }, "power": { - "method": "DC 12V / PoE (outdoor)" + "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": { - "onboard": true, + "cloud": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "nvr_compatible": false, + "onboard": true }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", + "protocols": [], + "ip_rating": "IP65", "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" + "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", + "18x digital zoom" ], "sources": [ - "https://www.tapo.com/in/" + "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.tapo.com/us/product/smart-camera/tapo-c660-kit/v1/" ], "power_source": [ - "dc" + "battery", + "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." } - } + }, + "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-c720-outdoor", + "id": "tapo-c675d-kit", "brand": "Tapo", - "model": "C720", + "model": "C675D Kit", "aliases": [ - "TP-Link Tapo C720 4MP Outdoor Pan/Tilt" + "Solar Dual-Lens Pan/Tilt 4K" ], - "type": "ptz", + "type": "dual-lens", "connectivity": [ "wifi" ], - "release_year": 2024, + "release_year": 2026, "resolution": { - "megapixels": 4, - "max_width": 2560, - "max_height": 1440, - "label": "4MP QHD" + "label": "4K (dual-lens, each lens independently 4K)", + "max_width": 3840, + "max_height": 2160, + "megapixels": 8 }, - "sensor": "CMOS", "lens": { - "count": 1, - "focal_length_mm": "3.89 (fixed)", + "count": 2, + "varifocal": false, "aperture": "F1.6", - "varifocal": false + "focal_length_mm": "2.53 (fixed lens) / 6.0 (pan-tilt lens)" }, - "field_of_view_deg": "360 pan / 160 tilt", + "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": "color", - "range_m": 30 + "type": "hybrid", + "range_m": 16 }, "power": { - "method": "DC 12V / PoE optional" + "method": "Built-in rechargeable lithium-ion battery; Tapo A202 solar panel (included, up to 4.5W output)" }, "storage": { - "onboard": true, "max_microsd_gb": 512, - "nvr_compatible": true, - "cloud": true + "cloud": true, + "onboard": false, + "nvr_compatible": false }, - "protocols": [ - "rtsp", - "onvif" - ], - "ip_rating": "IP66", + "protocols": [], + "ip_rating": "IP65", "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" + "solar-powered dual-lens 4K camera", + "169deg wide-angle view + 6mm tele lens", + "pan/tilt", + "AI tracking", + "person/pet/vehicle detection", + "color night vision", + "no subscription" ], + "release_notes": "Announced CES 2025 and IFA 2025; official v1 product/spec page now live.", "sources": [ - "https://www.tapo.com/en/product/outdoor-camera/tapo-c720/" + "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.tapo.com/us/product/smart-camera/tapo-c675d-kit/v1/#tapo-product-overview" ], "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" + ], + "status": "available" }, { - "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": { @@ -119143,7 +118246,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", @@ -119152,38 +118268,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, @@ -119201,7 +118318,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" @@ -119224,66 +118346,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/" ] }, { @@ -119299,34 +118457,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, @@ -119343,7 +118502,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", @@ -119368,7 +118531,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", @@ -119381,35 +118561,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, @@ -119427,18 +118604,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", @@ -119454,36 +118643,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, @@ -119499,9 +118685,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": { @@ -119523,68 +118715,82 @@ "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", + "name": "main" + } + ] }, + "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": { @@ -119610,33 +118816,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": [ @@ -119649,21 +118865,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": { @@ -119697,78 +118909,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." } } }, @@ -119779,79 +118985,150 @@ "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 (5.0V/2.0A charging, up to 300 days battery life); optional Tapo A200 solar panel (sold separately)" }, "storage": { - "onboard": true, - "max_microsd_gb": 256, + "onboard": false, + "max_microsd_gb": 512, "nvr_compatible": false, "cloud": true }, - "protocols": [ - "rtsp" + "protocols": [], + "ip_rating": "IP66", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "operating_temp_c": "-20 to 45", + "dimensions_mm": "116.2 x 64.8 x 64.8", + "weight_g": 235, + "markets": [ + "global" + ], + "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/us/product/smart-camera/tc85/v1%20(1-pack)/" + ], + "configs": { + "home_assistant": { + "integration": "tapo", + "notes": "Native TP-Link Tapo integration. Requires Tapo cloud account credentials." + } + } + }, + { + "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": [ - "2K pan/tilt floodlight camera", - "360deg AI tracking", - "AI person/pet/vehicle detection", - "built-in floodlight", - "color night vision", - "IP65", - "built-in siren", + "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/" - ], - "power_source": [ - "ac-mains" + "https://www.tapo.com/us/product/smart-camera/tcw90-kit/v1/" ], "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) -- 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." } } }, @@ -125883,6 +125160,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/package.json b/package.json index ed18dbc8..8700de9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cctv-camera-database", - "version": "1.12.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",