diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d48567..a6a4931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) --- +## [1.10.0] — 2026-06-22 + +### Added + +- **VIGI brand — 24 TP-Link VIGI professional cameras** (TP-Link's business PoE line, distinct from the consumer Tapo line). Covers the VIGI C-series and InSight S-series: bullets, turrets, domes, PTZ, panoramic, fisheye, and an LPR/ANPR camera. Spec-sourced from official TP-Link/VIGI datasheets; ONVIF/RTSP support and Frigate configs included. + +### Fixed + +- VIGI `InSight LPR345Z` / `S245ZI` / `S345ZI` / `S445ZI`: `audio.two_way` corrected to `true` — these have a built-in microphone + audio-out terminal (two-way via external speaker) but no built-in speaker, per official datasheets. IK10 vandal ratings independently verified correct across the VIGI line. + +### Changed + +- Database now covers **1,391 cameras** across **68 brands**. + +--- + ## [1.9.0] — 2026-06-20 ABUS brand rebuild. The ABUS section was substantially fabricated (made-up article numbers + invented RTSP/Frigate configs). It was verified against official ABUS sources and the ABUS catalog, then rebuilt — **ABUS 15 → 76 cameras**. diff --git a/README.md b/README.md index 598c7bf..ae64969 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # CCTV Camera Database -An open, structured database of 1,367 CCTV / IP camera models and their technical specifications, covering 67 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,391 CCTV / IP camera models and their technical specifications, covering 68 brands across every market segment — from budget consumer WiFi cameras to enterprise PTZ domes and thermal imaging systems. Each camera is a validated JSON file, aggregated into a single queryable dataset (JSON + CSV). -[![cameras](https://img.shields.io/badge/cameras-1%2C367-blue)](data/cameras.json) -[![brands](https://img.shields.io/badge/brands-67-green)](cameras/) +[![cameras](https://img.shields.io/badge/cameras-1%2C391-blue)](data/cameras.json) +[![brands](https://img.shields.io/badge/brands-68-green)](cameras/) [![license](https://img.shields.io/badge/license-CC0-lightgrey)](LICENSE) --- @@ -31,7 +31,7 @@ Prefer to self-host or browse offline? A [standalone demo](docs/demo.html) (just - **Filter** — narrow by brand, camera type, night vision, resolution, or market - **Sort** — click any column header to sort ascending/descending - **Detail drawer** — click a row to slide open the full spec sheet (resolution, connectivity, protocols, storage, audio, pricing, source links) -- **Pagination** — page through all 1,367 cameras, 25 per page +- **Pagination** — page through all 1,391 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,367 cameras as one array +│ ├── cameras.json # all 1,391 cameras as one array │ └── cameras.csv # flattened, spreadsheet-friendly ├── schema/ │ └── camera.schema.json @@ -121,17 +121,17 @@ Or open `data/cameras.csv` in any spreadsheet for a quick browse. | Metric | Count | |--------|-------| -| Total cameras | **1,367** | -| Brands | **67** | +| Total cameras | **1,391** | +| Brands | **68** | | Form factors | 10 (bullet, dome, turret, PTZ, dual-lens, panoramic, covert, box, fisheye, doorbell) | -| PoE wired | 908 | +| PoE wired | 931 | | WiFi | 428 | | Battery / wire-free | 152 | -| 4K / 8MP+ | 418 | -| 4–5MP | 604 | -| 1080p–2MP | 334 | +| 4K / 8MP+ | 426 | +| 4–5MP | 619 | +| 1080p–2MP | 335 | -### All 67 brands +### All 68 brands | Brand | Cameras | Segment | |-------|---------|---------| @@ -146,6 +146,7 @@ Or open `data/cameras.csv` in any spreadsheet for a quick browse. | Ring (Amazon) | 25 | Consumer ecosystem, US/EU/AU | | Avigilon | 24 | Enterprise NDAA, US/CA | | Amcrest | 24 | Prosumer, US | +| VIGI (TP-Link) | 24 | Business/SMB PoE, global | | Ubiquiti UniFi | 26 | Prosumer/SMB, US/global | | Annke | 23 | Prosumer, global | | Google Nest | 19 | Consumer smart home, global | diff --git a/cameras/vigi/c345.json b/cameras/vigi/c345.json new file mode 100644 index 0000000..12edb9e --- /dev/null +++ b/cameras/vigi/c345.json @@ -0,0 +1,121 @@ +{ + "id": "vigi-c345", + "brand": "VIGI", + "model": "VIGI C345", + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4/6", + "aperture": "F1.6", + "varifocal": false + }, + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 10.7, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "184 x 74 x 74", + "weight_g": 525, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/vigi-c345/" + ], + "configs": { + "frigate": { + "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/cameras/vigi/c355.json b/cameras/vigi/c355.json new file mode 100644 index 0000000..95c3eb3 --- /dev/null +++ b/cameras/vigi/c355.json @@ -0,0 +1,121 @@ +{ + "id": "vigi-c355", + "brand": "VIGI", + "model": "VIGI C355", + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 5, + "max_width": 2880, + "max_height": 1620, + "label": "5MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2880x1620", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4/6", + "aperture": "F1.6", + "varifocal": false + }, + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "voltage": "12V DC / 802.3af/at", + "poe_class": 0, + "consumption_w": 10.7 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/vigi-c355/" + ], + "configs": { + "frigate": { + "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", + "weight_g": 525, + "dimensions_mm": "184 x 74 x 74" +} diff --git a/cameras/vigi/c385.json b/cameras/vigi/c385.json new file mode 100644 index 0000000..25095c6 --- /dev/null +++ b/cameras/vigi/c385.json @@ -0,0 +1,118 @@ +{ + "id": "vigi-c385", + "brand": "VIGI", + "model": "VIGI C385", + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 25, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 25, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 25, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F1.6", + "varifocal": false + }, + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 11.5, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "74 x 184 x 74", + "weight_g": 525, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/in/business-networking/vigi-network-camera/vigi-c385/" + ], + "configs": { + "frigate": { + "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/cameras/vigi/c485.json b/cameras/vigi/c485.json new file mode 100644 index 0000000..0837291 --- /dev/null +++ b/cameras/vigi/c485.json @@ -0,0 +1,122 @@ +{ + "id": "vigi-c485", + "brand": "VIGI", + "model": "VIGI C485", + "type": "turret", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 25, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 25, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 25, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 111.4°, V 58.8°, D 134° / 4mm: H 91.5°, V 46.1°, D 109.6°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12.5, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "111 x 111 x 83.7", + "weight_g": 480, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/vigi-c485/" + ], + "configs": { + "frigate": { + "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/cameras/vigi/c540v.json b/cameras/vigi/c540v.json new file mode 100644 index 0000000..b5d6988 --- /dev/null +++ b/cameras/vigi/c540v.json @@ -0,0 +1,135 @@ +{ + "id": "vigi-c540v", + "brand": "VIGI", + "model": "VIGI C540V", + "aliases": [ + "VIGI C540V (3X Zoom)", + "C540V" + ], + "type": "ptz", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2560, + "max_height": 1440, + "label": "4MP" + }, + "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" + } + ] + }, + "sensor": "1/3\" Progressive Scan CMOS", + "lens": { + "count": 2, + "focal_length_mm": "4-12", + "aperture": "F1.6", + "varifocal": true + }, + "field_of_view_deg": "Horizontal: 84°, Vertical: 46°, Diagonal: 100°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 16, + "voltage": "12V DC / 802.3at", + "poe_class": 4 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "p2p" + ], + "ip_rating": "IP66", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "pan-tilt", + "3x mixed zoom", + "instant zoom", + "auto-tracking", + "customized patrol", + "person detection", + "vehicle detection", + "line-crossing detection", + "region intrusion detection", + "object abandoned detection", + "object removal detection", + "camera tampering detection", + "abnormal sound detection", + "active defense", + "full-color night vision", + "power-off memory", + "3d positioning" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "107 x 136 x 139", + "weight_g": 430, + "release_year": 2024, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.tp-link.com/en/business-networking/vigi-network-camera/vigi-c540v/", + "https://static.tp-link.com/upload/product-overview/2024/202407/20240722/Datasheet-VIGI%20C540V%20(3X%20Zoom)%20(UN)%201.0.pdf" + ], + "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/cameras/vigi/insight-lpr345z.json b/cameras/vigi/insight-lpr345z.json new file mode 100644 index 0000000..15d05db --- /dev/null +++ b/cameras/vigi/insight-lpr345z.json @@ -0,0 +1,126 @@ +{ + "id": "vigi-insight-lpr345z", + "brand": "VIGI", + "model": "VIGI InSight LPR345Z", + "aliases": [ + "InSight LPR345Z", + "LPR345Z" + ], + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "1280x720", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.9\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.7-13.5", + "aperture": "F1.6", + "varifocal": true + }, + "field_of_view_deg": "Horizontal: 29.6-102.0°, Vertical: 16.8-53.8°, Diagonal: 34.1-122.8°", + "night_vision": { + "type": "color" + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12.95, + "voltage": "12V DC / 802.3af", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true, + "notes": "microSD recommended for allowlist/blocklist storage (up to 100,000 entries)" + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": false, + "two_way": true + }, + "features": [ + "license plate recognition", + "anpr", + "5x optical zoom", + "motorized varifocal", + "white-led full-color night vision", + "allowlist/blocklist up to 100000", + "rs-485 port", + "relay output (barrier gate control)", + "audio in/out", + "alarm in/out", + "motion detection", + "camera tampering detection", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "256 x 100 x 101", + "weight_g": 1070, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/ae/business-networking/vigi-network-camera/insight-lpr345z/" + ], + "configs": { + "frigate": { + "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", + "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2", + "recommended_stream_type": "go2rtc", + "verified": false, + "notes": "Specialized LPR/ANPR camera; on-camera plate recognition not exposed to Frigate. Standard RTSP streams usable for general recording." + }, + "home_assistant": { + "integration": "onvif", + "connection_type": "local_push", + "two_way_audio": false, + "onvif_events": true + } + }, + "status": "available" +} diff --git a/cameras/vigi/insight-s225.json b/cameras/vigi/insight-s225.json new file mode 100644 index 0000000..a9dd11d --- /dev/null +++ b/cameras/vigi/insight-s225.json @@ -0,0 +1,122 @@ +{ + "id": "vigi-insight-s225", + "brand": "VIGI", + "model": "VIGI InSight S225", + "aliases": [ + "InSight S225", + "S225" + ], + "type": "dome", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 2, + "max_width": 1920, + "max_height": 1080, + "label": "1080p" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "1920x1080", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "848x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/3\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F2.0", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 98.8°, V 53.5°, D 117° / 4mm: H 75.2°, V 40.8°, D 88.3°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 6.7, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": false, + "nvr_compatible": true, + "cloud": true, + "notes": "No onboard microSD slot; recording via NVR or cloud only" + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": false, + "two_way": false + }, + "features": [ + "lightpro night vision", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "full-color night vision", + "ik10 vandal-proof", + "dwdr" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "113.5 (dia) x 85.7", + "weight_g": 500, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/insight-s225/" + ], + "configs": { + "frigate": { + "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": false, + "onvif_events": true + } + }, + "status": "available" +} diff --git a/cameras/vigi/insight-s245.json b/cameras/vigi/insight-s245.json new file mode 100644 index 0000000..b55f39c --- /dev/null +++ b/cameras/vigi/insight-s245.json @@ -0,0 +1,128 @@ +{ + "id": "vigi-insight-s245", + "brand": "VIGI", + "model": "VIGI InSight S245", + "aliases": [ + "InSight S245", + "S245" + ], + "type": "dome", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "848x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS (V1) / 1/2.65\" CMOS (V1.20)", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 100°, V 54°, D 118° / 4mm: H 80.4°, V 41.8°, D 98.7°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12.52, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "122 x 122 x 89", + "weight_g": 620, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s245/" + ], + "configs": { + "frigate": { + "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/cameras/vigi/insight-s245zi.json b/cameras/vigi/insight-s245zi.json new file mode 100644 index 0000000..ee6ed63 --- /dev/null +++ b/cameras/vigi/insight-s245zi.json @@ -0,0 +1,130 @@ +{ + "id": "vigi-insight-s245zi", + "brand": "VIGI", + "model": "VIGI InSight S245ZI", + "aliases": [ + "InSight S245ZI", + "S245ZI" + ], + "type": "dome", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "1280x720", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.9\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.7-13.5", + "aperture": "F1.6", + "varifocal": true + }, + "field_of_view_deg": "Horizontal: 29.6-102.0°, Vertical: 16.8-53.8°, Diagonal: 34.1-122.8°", + "night_vision": { + "type": "ir", + "range_m": 60 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": false, + "two_way": true + }, + "features": [ + "5x optical zoom", + "motorized varifocal", + "audio in/out", + "alarm in/out", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "129.9 (dia) x 102.5", + "weight_g": 760, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s245zi/" + ], + "configs": { + "frigate": { + "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": false, + "onvif_events": true + } + }, + "status": "available" +} diff --git a/cameras/vigi/insight-s285.json b/cameras/vigi/insight-s285.json new file mode 100644 index 0000000..fbe30e7 --- /dev/null +++ b/cameras/vigi/insight-s285.json @@ -0,0 +1,128 @@ +{ + "id": "vigi-insight-s285", + "brand": "VIGI", + "model": "VIGI InSight S285", + "aliases": [ + "InSight S285", + "S285" + ], + "type": "dome", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 25, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 25, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "848x480", + "fps": 25, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 110°, V 58.1°, D 133.5° / 4mm: H 88°, V 46°, D 105.4°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12.3, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "122 x 122 x 89", + "weight_g": 620, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s285/" + ], + "configs": { + "frigate": { + "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/cameras/vigi/insight-s345-4g.json b/cameras/vigi/insight-s345-4g.json new file mode 100644 index 0000000..b9ed938 --- /dev/null +++ b/cameras/vigi/insight-s345-4g.json @@ -0,0 +1,129 @@ +{ + "id": "vigi-insight-s345-4g", + "brand": "VIGI", + "model": "VIGI InSight S345-4G", + "aliases": [ + "InSight S345-4G", + "S345-4G" + ], + "type": "bullet", + "connectivity": [ + "4g", + "ethernet" + ], + "power_source": [ + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.9\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 86°, Vertical: 43°, Diagonal: 95°", + "night_vision": { + "type": "hybrid", + "range_m": 50 + }, + "power": { + "method": "DC", + "consumption_w": 10.59, + "voltage": "12V DC" + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http" + ], + "ip_rating": "IP66", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "4g lte mobile networking", + "nano sim slot", + "3 lan ports", + "lightpro night vision", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "wdr 120db", + "solar power compatible" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "256 x 122 x 101 (excluding antennas)", + "weight_g": 1090, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s345-4g/" + ], + "configs": { + "frigate": { + "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", + "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2", + "recommended_stream_type": "go2rtc", + "verified": false, + "notes": "4G/cellular camera with 3 LAN ports; reachability depends on carrier/NAT. Local RTSP works over the LAN ports." + }, + "home_assistant": { + "integration": "onvif", + "connection_type": "local_push", + "two_way_audio": true, + "onvif_events": true + } + }, + "status": "available" +} diff --git a/cameras/vigi/insight-s345s.json b/cameras/vigi/insight-s345s.json new file mode 100644 index 0000000..2c16e25 --- /dev/null +++ b/cameras/vigi/insight-s345s.json @@ -0,0 +1,131 @@ +{ + "id": "vigi-insight-s345s", + "brand": "VIGI", + "model": "VIGI InSight S345S", + "aliases": [ + "InSight S345S", + "S345S", + "ColorPro 2.0 S345S" + ], + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/1.79\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "4", + "aperture": "F1.0", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 95°, Vertical: 51°, Diagonal: 115°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 17.9, + "voltage": "12V DC / 802.3at", + "poe_class": 4 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "colorpro 2.0 night vision", + "ai-isp", + "intelligent ir-white lights", + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "alarm in/out", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "66 (dia) x 191", + "weight_g": 600, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s345s/" + ], + "configs": { + "frigate": { + "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/cameras/vigi/insight-s345zi.json b/cameras/vigi/insight-s345zi.json new file mode 100644 index 0000000..39f61c2 --- /dev/null +++ b/cameras/vigi/insight-s345zi.json @@ -0,0 +1,130 @@ +{ + "id": "vigi-insight-s345zi", + "brand": "VIGI", + "model": "VIGI InSight S345ZI", + "aliases": [ + "InSight S345ZI", + "S345ZI" + ], + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "1280x720", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.9\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.7-13.5", + "aperture": "F1.6", + "varifocal": true + }, + "field_of_view_deg": "Horizontal: 29.6-102.0°, Vertical: 16.8-53.8°, Diagonal: 34.1-122.8°", + "night_vision": { + "type": "ir", + "range_m": 60 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": false, + "two_way": true + }, + "features": [ + "5x optical zoom", + "motorized varifocal", + "audio in/out", + "alarm in/out", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "256 x 100 x 101", + "weight_g": 1040, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s345zi/" + ], + "configs": { + "frigate": { + "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": false, + "onvif_events": true + } + }, + "status": "available" +} diff --git a/cameras/vigi/insight-s355.json b/cameras/vigi/insight-s355.json new file mode 100644 index 0000000..00793be --- /dev/null +++ b/cameras/vigi/insight-s355.json @@ -0,0 +1,127 @@ +{ + "id": "vigi-insight-s355", + "brand": "VIGI", + "model": "VIGI InSight S355", + "aliases": [ + "InSight S355", + "S355" + ], + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 5, + "max_width": 2880, + "max_height": 1620, + "label": "5MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2880x1620", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "848x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS (V1) / 1/2.65\" CMOS (V1.20)", + "lens": { + "focal_length_mm": "2.8/4/6", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 111.4°, V 58.8°, D 134° / 4mm: H 88°, V 46°, D 105.4° / 6mm: H 57.3°, V 31.3°, D 67.2°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 10.7, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "184 x 74 x 74", + "weight_g": 525, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/insight-s355/" + ], + "configs": { + "frigate": { + "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/cameras/vigi/insight-s385.json b/cameras/vigi/insight-s385.json new file mode 100644 index 0000000..7b9fd82 --- /dev/null +++ b/cameras/vigi/insight-s385.json @@ -0,0 +1,125 @@ +{ + "id": "vigi-insight-s385", + "brand": "VIGI", + "model": "VIGI InSight S385", + "aliases": [ + "InSight S385", + "S385" + ], + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 25, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 25, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 25, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 91.5°, Vertical: 46.1°, Diagonal: 109.6°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 11.5, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "184 x 74 x 74", + "weight_g": 525, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/insight-s385/" + ], + "configs": { + "frigate": { + "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/cameras/vigi/insight-s385dps.json b/cameras/vigi/insight-s385dps.json new file mode 100644 index 0000000..e4a98d6 --- /dev/null +++ b/cameras/vigi/insight-s385dps.json @@ -0,0 +1,133 @@ +{ + "id": "vigi-insight-s385dps", + "brand": "VIGI", + "model": "VIGI InSight S385DPS", + "aliases": [ + "InSight S385DPS", + "S385DPS" + ], + "type": "panoramic", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 5456, + "max_height": 1520, + "label": "8MP (dual-lens stitched panorama)" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 25, + "streams": [ + { + "name": "main", + "resolution": "5456x1520", + "fps": 25, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "2160x608", + "fps": 25, + "codec": "H.265" + } + ] + }, + "sensor": "Dual 1/1.79\" Progressive Scan CMOS", + "lens": { + "count": 2, + "focal_length_mm": "5", + "aperture": "F1.0", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 180°, Vertical: 51°, Diagonal: 180°", + "night_vision": { + "type": "hybrid", + "range_m": 50 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 21, + "voltage": "12V DC / 802.3at", + "poe_class": 4 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "dual-lens stitched 180 panorama", + "colorpro night vision", + "lightpro night vision", + "red-blue warning lights", + "audio in/out", + "alarm in/out", + "people & vehicle analytics", + "people counting", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "266 x 116 x 90", + "weight_g": 1120, + "release_year": 2026, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s385dps/" + ], + "configs": { + "frigate": { + "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", + "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2", + "recommended_stream_type": "go2rtc", + "verified": false, + "notes": "Dual-lens stitched panorama outputs a wide 5456x1520 main stream; ensure detector/resolution handling accounts for the non-16:9 aspect ratio." + }, + "home_assistant": { + "integration": "onvif", + "connection_type": "local_push", + "two_way_audio": true, + "onvif_events": true + } + }, + "status": "announced" +} diff --git a/cameras/vigi/insight-s385pi.json b/cameras/vigi/insight-s385pi.json new file mode 100644 index 0000000..7bc6f9b --- /dev/null +++ b/cameras/vigi/insight-s385pi.json @@ -0,0 +1,131 @@ +{ + "id": "vigi-insight-s385pi", + "brand": "VIGI", + "model": "VIGI InSight S385PI", + "aliases": [ + "InSight S385PI", + "S385PI" + ], + "type": "panoramic", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "1.65", + "aperture": "F2.0", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 180°, Vertical: 86°, Diagonal: 180°", + "night_vision": { + "type": "ir", + "range_m": 20 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 21, + "voltage": "12V DC / 802.3at", + "poe_class": 4 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "180 panorama", + "red-blue warning lights", + "audio in/out", + "alarm in/out", + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "266 x 100 x 101", + "weight_g": 1010, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s385pi/" + ], + "configs": { + "frigate": { + "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/cameras/vigi/insight-s445.json b/cameras/vigi/insight-s445.json new file mode 100644 index 0000000..b935f2e --- /dev/null +++ b/cameras/vigi/insight-s445.json @@ -0,0 +1,126 @@ +{ + "id": "vigi-insight-s445", + "brand": "VIGI", + "model": "VIGI InSight S445", + "aliases": [ + "InSight S445", + "S445" + ], + "type": "turret", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "848x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 100°, V 54°, D 118° / 4mm: H 80.4°, V 41.8°, D 98.7°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "111 x 111 x 83.7", + "weight_g": 480, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s445/" + ], + "configs": { + "frigate": { + "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/cameras/vigi/insight-s445s.json b/cameras/vigi/insight-s445s.json new file mode 100644 index 0000000..752268d --- /dev/null +++ b/cameras/vigi/insight-s445s.json @@ -0,0 +1,131 @@ +{ + "id": "vigi-insight-s445s", + "brand": "VIGI", + "model": "VIGI InSight S445S", + "aliases": [ + "InSight S445S", + "S445S", + "ColorPro 2.0 S445S" + ], + "type": "turret", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/1.79\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8", + "aperture": "F1.0", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 112.5°, Vertical: 61.4°, Diagonal: 137°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 17.9, + "voltage": "12V DC / 802.3at", + "poe_class": 4 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "colorpro 2.0 night vision", + "ai-isp", + "intelligent ir-white lights", + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "alarm in/out", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "111 (dia) x 81.4", + "weight_g": 550, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s445s/" + ], + "configs": { + "frigate": { + "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/cameras/vigi/insight-s445zi.json b/cameras/vigi/insight-s445zi.json new file mode 100644 index 0000000..47d5bb8 --- /dev/null +++ b/cameras/vigi/insight-s445zi.json @@ -0,0 +1,130 @@ +{ + "id": "vigi-insight-s445zi", + "brand": "VIGI", + "model": "VIGI InSight S445ZI", + "aliases": [ + "InSight S445ZI", + "S445ZI" + ], + "type": "turret", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "1280x720", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.9\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.7-13.5", + "aperture": "F1.6", + "varifocal": true + }, + "field_of_view_deg": "Horizontal: 29.6-102.0°, Vertical: 16.8-53.8°, Diagonal: 34.1-122.8°", + "night_vision": { + "type": "ir", + "range_m": 60 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": false, + "two_way": true + }, + "features": [ + "5x optical zoom", + "motorized varifocal", + "audio in/out", + "alarm in/out", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "112.3 (dia) x 92.5", + "weight_g": 710, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s445zi/" + ], + "configs": { + "frigate": { + "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": false, + "onvif_events": true + } + }, + "status": "available" +} diff --git a/cameras/vigi/insight-s455.json b/cameras/vigi/insight-s455.json new file mode 100644 index 0000000..afdafe5 --- /dev/null +++ b/cameras/vigi/insight-s455.json @@ -0,0 +1,127 @@ +{ + "id": "vigi-insight-s455", + "brand": "VIGI", + "model": "VIGI InSight S455", + "aliases": [ + "InSight S455", + "S455" + ], + "type": "turret", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 5, + "max_width": 2880, + "max_height": 1620, + "label": "5MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2880x1620", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "848x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS (V1) / 1/2.65\" CMOS (V1.20)", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 111.4°, V 58.8°, D 134° / 4mm: H 88°, V 46°, D 105.4°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "111 x 111 x 83.7", + "weight_g": 480, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s455/" + ], + "configs": { + "frigate": { + "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/cameras/vigi/insight-s485.json b/cameras/vigi/insight-s485.json new file mode 100644 index 0000000..324dd50 --- /dev/null +++ b/cameras/vigi/insight-s485.json @@ -0,0 +1,125 @@ +{ + "id": "vigi-insight-s485", + "brand": "VIGI", + "model": "VIGI InSight S485", + "aliases": [ + "InSight S485", + "S485" + ], + "type": "turret", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 25, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 25, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 25, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 111.4°, Vertical: 58.8°, Diagonal: 134°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12.5, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "111 x 111 x 83.7", + "weight_g": 480, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/insight-s485/" + ], + "configs": { + "frigate": { + "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/cameras/vigi/insight-s485pi.json b/cameras/vigi/insight-s485pi.json new file mode 100644 index 0000000..9321306 --- /dev/null +++ b/cameras/vigi/insight-s485pi.json @@ -0,0 +1,131 @@ +{ + "id": "vigi-insight-s485pi", + "brand": "VIGI", + "model": "VIGI InSight S485PI", + "aliases": [ + "InSight S485PI", + "S485PI" + ], + "type": "panoramic", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "1.65", + "aperture": "F2.0", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 180°, Vertical: 86°, Diagonal: 180°", + "night_vision": { + "type": "ir", + "range_m": 20 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 21, + "voltage": "12V DC / 802.3at", + "poe_class": 4 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "180 panorama", + "red-blue warning lights", + "audio in/out", + "alarm in/out", + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "112.3 x 112.3 x 110.2", + "weight_g": 760, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s485pi/" + ], + "configs": { + "frigate": { + "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/cameras/vigi/insight-s655i.json b/cameras/vigi/insight-s655i.json new file mode 100644 index 0000000..607ec2b --- /dev/null +++ b/cameras/vigi/insight-s655i.json @@ -0,0 +1,121 @@ +{ + "id": "vigi-insight-s655i", + "brand": "VIGI", + "model": "VIGI InSight S655I", + "aliases": [ + "InSight S655I", + "S655I" + ], + "type": "fisheye", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 5, + "max_width": 2560, + "max_height": 1920, + "label": "5MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2560x1920", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "1.44", + "aperture": "F2.0", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 180°, Vertical: 180°, Diagonal: 180°", + "night_vision": { + "type": "ir", + "range_m": 10 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12.14, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "360 coverage", + "eptz", + "multiple display modes", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "abnormal sound detection", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "weight_g": 440, + "environment": [ + "indoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/insight-s655i/" + ], + "configs": { + "frigate": { + "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 3fc79d8..1ff65fb 100644 --- a/data/cameras.csv +++ b/data/cameras.csv @@ -1324,6 +1324,30 @@ 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-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, +vigi-c485,VIGI,VIGI C485,turret,4K,8,"1/2.7"" Progressive Scan CMOS","2.8mm: H 111.4°, V 58.8°, D 134° / 4mm: H 91.5°, V 46.1°, D 109.6°",hybrid,IP67,true, +vigi-c540v,VIGI,VIGI C540V,ptz,4MP,4,"1/3"" Progressive Scan CMOS","Horizontal: 84°, Vertical: 46°, Diagonal: 100°",hybrid,IP66,true,2024 +vigi-insight-lpr345z,VIGI,VIGI InSight LPR345Z,bullet,4MP,4,"1/2.9"" Progressive Scan CMOS","Horizontal: 29.6-102.0°, Vertical: 16.8-53.8°, Diagonal: 34.1-122.8°",color,IP67,true,2025 +vigi-insight-s225,VIGI,VIGI InSight S225,dome,1080p,2,"1/3"" Progressive Scan CMOS","2.8mm: H 98.8°, V 53.5°, D 117° / 4mm: H 75.2°, V 40.8°, D 88.3°",hybrid,IP67,false,2025 +vigi-insight-s245,VIGI,VIGI InSight S245,dome,4MP,4,"1/2.7"" Progressive Scan CMOS (V1) / 1/2.65"" CMOS (V1.20)","2.8mm: H 100°, V 54°, D 118° / 4mm: H 80.4°, V 41.8°, D 98.7°",hybrid,IP67,true,2025 +vigi-insight-s245zi,VIGI,VIGI InSight S245ZI,dome,4MP,4,"1/2.9"" Progressive Scan CMOS","Horizontal: 29.6-102.0°, Vertical: 16.8-53.8°, Diagonal: 34.1-122.8°",ir,IP67,true,2025 +vigi-insight-s285,VIGI,VIGI InSight S285,dome,4K,8,"1/2.7"" Progressive Scan CMOS","2.8mm: H 110°, V 58.1°, D 133.5° / 4mm: H 88°, V 46°, D 105.4°",hybrid,IP67,true,2025 +vigi-insight-s345-4g,VIGI,VIGI InSight S345-4G,bullet,4MP,4,"1/2.9"" Progressive Scan CMOS","Horizontal: 86°, Vertical: 43°, Diagonal: 95°",hybrid,IP66,true,2025 +vigi-insight-s345s,VIGI,VIGI InSight S345S,bullet,4MP,4,"1/1.79"" Progressive Scan CMOS","Horizontal: 95°, Vertical: 51°, Diagonal: 115°",hybrid,IP67,true,2025 +vigi-insight-s345zi,VIGI,VIGI InSight S345ZI,bullet,4MP,4,"1/2.9"" Progressive Scan CMOS","Horizontal: 29.6-102.0°, Vertical: 16.8-53.8°, Diagonal: 34.1-122.8°",ir,IP67,true,2025 +vigi-insight-s355,VIGI,VIGI InSight S355,bullet,5MP,5,"1/2.7"" Progressive Scan CMOS (V1) / 1/2.65"" CMOS (V1.20)","2.8mm: H 111.4°, V 58.8°, D 134° / 4mm: H 88°, V 46°, D 105.4° / 6mm: H 57.3°, V 31.3°, D 67.2°",hybrid,IP67,true,2025 +vigi-insight-s385,VIGI,VIGI InSight S385,bullet,4K,8,"1/2.7"" Progressive Scan CMOS","Horizontal: 91.5°, Vertical: 46.1°, Diagonal: 109.6°",hybrid,IP67,true, +vigi-insight-s385dps,VIGI,VIGI InSight S385DPS,panoramic,8MP (dual-lens stitched panorama),8,"Dual 1/1.79"" Progressive Scan CMOS","Horizontal: 180°, Vertical: 51°, Diagonal: 180°",hybrid,IP67,true,2026 +vigi-insight-s385pi,VIGI,VIGI InSight S385PI,panoramic,4K,8,"1/2.7"" Progressive Scan CMOS","Horizontal: 180°, Vertical: 86°, Diagonal: 180°",ir,IP67,true,2025 +vigi-insight-s445,VIGI,VIGI InSight S445,turret,4MP,4,"1/2.7"" Progressive Scan CMOS","2.8mm: H 100°, V 54°, D 118° / 4mm: H 80.4°, V 41.8°, D 98.7°",hybrid,IP67,true,2025 +vigi-insight-s445s,VIGI,VIGI InSight S445S,turret,4MP,4,"1/1.79"" Progressive Scan CMOS","Horizontal: 112.5°, Vertical: 61.4°, Diagonal: 137°",hybrid,IP67,true,2025 +vigi-insight-s445zi,VIGI,VIGI InSight S445ZI,turret,4MP,4,"1/2.9"" Progressive Scan CMOS","Horizontal: 29.6-102.0°, Vertical: 16.8-53.8°, Diagonal: 34.1-122.8°",ir,IP67,true,2025 +vigi-insight-s455,VIGI,VIGI InSight S455,turret,5MP,5,"1/2.7"" Progressive Scan CMOS (V1) / 1/2.65"" CMOS (V1.20)","2.8mm: H 111.4°, V 58.8°, D 134° / 4mm: H 88°, V 46°, D 105.4°",hybrid,IP67,true,2025 +vigi-insight-s485,VIGI,VIGI InSight S485,turret,4K,8,"1/2.7"" Progressive Scan CMOS","Horizontal: 111.4°, Vertical: 58.8°, Diagonal: 134°",hybrid,IP67,true, +vigi-insight-s485pi,VIGI,VIGI InSight S485PI,panoramic,4K,8,"1/2.7"" Progressive Scan CMOS","Horizontal: 180°, Vertical: 86°, Diagonal: 180°",ir,IP67,true,2025 +vigi-insight-s655i,VIGI,VIGI InSight S655I,fisheye,5MP,5,"1/2.7"" Progressive Scan CMOS","Horizontal: 180°, Vertical: 180°, Diagonal: 180°",ir,IP67,true, vivotek-cc9381-hv,Vivotek,CC9381-HV,covert,5MP,5,"1/2.7"" Progressive Scan CMOS",180 diagonal,ir,IP66,false, vivotek-fd816c-hf2,Vivotek,FD816C-HF2,dome,1080p HD,2,,110h,ir,IP41,false,2018 vivotek-fd9167-ht-v2,Vivotek,FD9167-HT-v2,dome,1080p,2,"1/2.7"" Progressive Scan CMOS",113 horizontal (2.8mm),ir,IP30,false, diff --git a/data/cameras.json b/data/cameras.json index a294c88..3c2792b 100644 --- a/data/cameras.json +++ b/data/cameras.json @@ -105465,6 +105465,3054 @@ "poe" ] }, + { + "id": "vigi-c345", + "brand": "VIGI", + "model": "VIGI C345", + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4/6", + "aperture": "F1.6", + "varifocal": false + }, + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 10.7, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "184 x 74 x 74", + "weight_g": 525, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/vigi-c345/" + ], + "configs": { + "frigate": { + "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-c355", + "brand": "VIGI", + "model": "VIGI C355", + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 5, + "max_width": 2880, + "max_height": 1620, + "label": "5MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2880x1620", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4/6", + "aperture": "F1.6", + "varifocal": false + }, + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "voltage": "12V DC / 802.3af/at", + "poe_class": 0, + "consumption_w": 10.7 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/vigi-c355/" + ], + "configs": { + "frigate": { + "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", + "weight_g": 525, + "dimensions_mm": "184 x 74 x 74" + }, + { + "id": "vigi-c385", + "brand": "VIGI", + "model": "VIGI C385", + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 25, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 25, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 25, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F1.6", + "varifocal": false + }, + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 11.5, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "74 x 184 x 74", + "weight_g": 525, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/in/business-networking/vigi-network-camera/vigi-c385/" + ], + "configs": { + "frigate": { + "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-c485", + "brand": "VIGI", + "model": "VIGI C485", + "type": "turret", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 25, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 25, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 25, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 111.4°, V 58.8°, D 134° / 4mm: H 91.5°, V 46.1°, D 109.6°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12.5, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "111 x 111 x 83.7", + "weight_g": 480, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/vigi-c485/" + ], + "configs": { + "frigate": { + "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-c540v", + "brand": "VIGI", + "model": "VIGI C540V", + "aliases": [ + "VIGI C540V (3X Zoom)", + "C540V" + ], + "type": "ptz", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2560, + "max_height": 1440, + "label": "4MP" + }, + "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" + } + ] + }, + "sensor": "1/3\" Progressive Scan CMOS", + "lens": { + "count": 2, + "focal_length_mm": "4-12", + "aperture": "F1.6", + "varifocal": true + }, + "field_of_view_deg": "Horizontal: 84°, Vertical: 46°, Diagonal: 100°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 16, + "voltage": "12V DC / 802.3at", + "poe_class": 4 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "p2p" + ], + "ip_rating": "IP66", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "pan-tilt", + "3x mixed zoom", + "instant zoom", + "auto-tracking", + "customized patrol", + "person detection", + "vehicle detection", + "line-crossing detection", + "region intrusion detection", + "object abandoned detection", + "object removal detection", + "camera tampering detection", + "abnormal sound detection", + "active defense", + "full-color night vision", + "power-off memory", + "3d positioning" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "107 x 136 x 139", + "weight_g": 430, + "release_year": 2024, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.tp-link.com/en/business-networking/vigi-network-camera/vigi-c540v/", + "https://static.tp-link.com/upload/product-overview/2024/202407/20240722/Datasheet-VIGI%20C540V%20(3X%20Zoom)%20(UN)%201.0.pdf" + ], + "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-insight-lpr345z", + "brand": "VIGI", + "model": "VIGI InSight LPR345Z", + "aliases": [ + "InSight LPR345Z", + "LPR345Z" + ], + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "1280x720", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.9\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.7-13.5", + "aperture": "F1.6", + "varifocal": true + }, + "field_of_view_deg": "Horizontal: 29.6-102.0°, Vertical: 16.8-53.8°, Diagonal: 34.1-122.8°", + "night_vision": { + "type": "color" + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12.95, + "voltage": "12V DC / 802.3af", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true, + "notes": "microSD recommended for allowlist/blocklist storage (up to 100,000 entries)" + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": false, + "two_way": true + }, + "features": [ + "license plate recognition", + "anpr", + "5x optical zoom", + "motorized varifocal", + "white-led full-color night vision", + "allowlist/blocklist up to 100000", + "rs-485 port", + "relay output (barrier gate control)", + "audio in/out", + "alarm in/out", + "motion detection", + "camera tampering detection", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "256 x 100 x 101", + "weight_g": 1070, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/ae/business-networking/vigi-network-camera/insight-lpr345z/" + ], + "configs": { + "frigate": { + "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", + "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2", + "recommended_stream_type": "go2rtc", + "verified": false, + "notes": "Specialized LPR/ANPR camera; on-camera plate recognition not exposed to Frigate. Standard RTSP streams usable for general recording." + }, + "home_assistant": { + "integration": "onvif", + "connection_type": "local_push", + "two_way_audio": false, + "onvif_events": true + } + }, + "status": "available" + }, + { + "id": "vigi-insight-s225", + "brand": "VIGI", + "model": "VIGI InSight S225", + "aliases": [ + "InSight S225", + "S225" + ], + "type": "dome", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 2, + "max_width": 1920, + "max_height": 1080, + "label": "1080p" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "1920x1080", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "848x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/3\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F2.0", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 98.8°, V 53.5°, D 117° / 4mm: H 75.2°, V 40.8°, D 88.3°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 6.7, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": false, + "nvr_compatible": true, + "cloud": true, + "notes": "No onboard microSD slot; recording via NVR or cloud only" + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": false, + "two_way": false + }, + "features": [ + "lightpro night vision", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "full-color night vision", + "ik10 vandal-proof", + "dwdr" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "113.5 (dia) x 85.7", + "weight_g": 500, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/insight-s225/" + ], + "configs": { + "frigate": { + "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": false, + "onvif_events": true + } + }, + "status": "available" + }, + { + "id": "vigi-insight-s245", + "brand": "VIGI", + "model": "VIGI InSight S245", + "aliases": [ + "InSight S245", + "S245" + ], + "type": "dome", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "848x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS (V1) / 1/2.65\" CMOS (V1.20)", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 100°, V 54°, D 118° / 4mm: H 80.4°, V 41.8°, D 98.7°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12.52, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "122 x 122 x 89", + "weight_g": 620, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s245/" + ], + "configs": { + "frigate": { + "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-insight-s245zi", + "brand": "VIGI", + "model": "VIGI InSight S245ZI", + "aliases": [ + "InSight S245ZI", + "S245ZI" + ], + "type": "dome", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "1280x720", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.9\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.7-13.5", + "aperture": "F1.6", + "varifocal": true + }, + "field_of_view_deg": "Horizontal: 29.6-102.0°, Vertical: 16.8-53.8°, Diagonal: 34.1-122.8°", + "night_vision": { + "type": "ir", + "range_m": 60 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": false, + "two_way": true + }, + "features": [ + "5x optical zoom", + "motorized varifocal", + "audio in/out", + "alarm in/out", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "129.9 (dia) x 102.5", + "weight_g": 760, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s245zi/" + ], + "configs": { + "frigate": { + "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": false, + "onvif_events": true + } + }, + "status": "available" + }, + { + "id": "vigi-insight-s285", + "brand": "VIGI", + "model": "VIGI InSight S285", + "aliases": [ + "InSight S285", + "S285" + ], + "type": "dome", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 25, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 25, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "848x480", + "fps": 25, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 110°, V 58.1°, D 133.5° / 4mm: H 88°, V 46°, D 105.4°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12.3, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "122 x 122 x 89", + "weight_g": 620, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s285/" + ], + "configs": { + "frigate": { + "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-insight-s345-4g", + "brand": "VIGI", + "model": "VIGI InSight S345-4G", + "aliases": [ + "InSight S345-4G", + "S345-4G" + ], + "type": "bullet", + "connectivity": [ + "4g", + "ethernet" + ], + "power_source": [ + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.9\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 86°, Vertical: 43°, Diagonal: 95°", + "night_vision": { + "type": "hybrid", + "range_m": 50 + }, + "power": { + "method": "DC", + "consumption_w": 10.59, + "voltage": "12V DC" + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http" + ], + "ip_rating": "IP66", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "4g lte mobile networking", + "nano sim slot", + "3 lan ports", + "lightpro night vision", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "wdr 120db", + "solar power compatible" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "256 x 122 x 101 (excluding antennas)", + "weight_g": 1090, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s345-4g/" + ], + "configs": { + "frigate": { + "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", + "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2", + "recommended_stream_type": "go2rtc", + "verified": false, + "notes": "4G/cellular camera with 3 LAN ports; reachability depends on carrier/NAT. Local RTSP works over the LAN ports." + }, + "home_assistant": { + "integration": "onvif", + "connection_type": "local_push", + "two_way_audio": true, + "onvif_events": true + } + }, + "status": "available" + }, + { + "id": "vigi-insight-s345s", + "brand": "VIGI", + "model": "VIGI InSight S345S", + "aliases": [ + "InSight S345S", + "S345S", + "ColorPro 2.0 S345S" + ], + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/1.79\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "4", + "aperture": "F1.0", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 95°, Vertical: 51°, Diagonal: 115°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 17.9, + "voltage": "12V DC / 802.3at", + "poe_class": 4 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "colorpro 2.0 night vision", + "ai-isp", + "intelligent ir-white lights", + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "alarm in/out", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "66 (dia) x 191", + "weight_g": 600, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s345s/" + ], + "configs": { + "frigate": { + "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-insight-s345zi", + "brand": "VIGI", + "model": "VIGI InSight S345ZI", + "aliases": [ + "InSight S345ZI", + "S345ZI" + ], + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "1280x720", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.9\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.7-13.5", + "aperture": "F1.6", + "varifocal": true + }, + "field_of_view_deg": "Horizontal: 29.6-102.0°, Vertical: 16.8-53.8°, Diagonal: 34.1-122.8°", + "night_vision": { + "type": "ir", + "range_m": 60 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": false, + "two_way": true + }, + "features": [ + "5x optical zoom", + "motorized varifocal", + "audio in/out", + "alarm in/out", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "256 x 100 x 101", + "weight_g": 1040, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s345zi/" + ], + "configs": { + "frigate": { + "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": false, + "onvif_events": true + } + }, + "status": "available" + }, + { + "id": "vigi-insight-s355", + "brand": "VIGI", + "model": "VIGI InSight S355", + "aliases": [ + "InSight S355", + "S355" + ], + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 5, + "max_width": 2880, + "max_height": 1620, + "label": "5MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2880x1620", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "848x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS (V1) / 1/2.65\" CMOS (V1.20)", + "lens": { + "focal_length_mm": "2.8/4/6", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 111.4°, V 58.8°, D 134° / 4mm: H 88°, V 46°, D 105.4° / 6mm: H 57.3°, V 31.3°, D 67.2°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 10.7, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "184 x 74 x 74", + "weight_g": 525, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/insight-s355/" + ], + "configs": { + "frigate": { + "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-insight-s385", + "brand": "VIGI", + "model": "VIGI InSight S385", + "aliases": [ + "InSight S385", + "S385" + ], + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 25, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 25, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 25, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 91.5°, Vertical: 46.1°, Diagonal: 109.6°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 11.5, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "184 x 74 x 74", + "weight_g": 525, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/insight-s385/" + ], + "configs": { + "frigate": { + "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-insight-s385dps", + "brand": "VIGI", + "model": "VIGI InSight S385DPS", + "aliases": [ + "InSight S385DPS", + "S385DPS" + ], + "type": "panoramic", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 5456, + "max_height": 1520, + "label": "8MP (dual-lens stitched panorama)" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 25, + "streams": [ + { + "name": "main", + "resolution": "5456x1520", + "fps": 25, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "2160x608", + "fps": 25, + "codec": "H.265" + } + ] + }, + "sensor": "Dual 1/1.79\" Progressive Scan CMOS", + "lens": { + "count": 2, + "focal_length_mm": "5", + "aperture": "F1.0", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 180°, Vertical: 51°, Diagonal: 180°", + "night_vision": { + "type": "hybrid", + "range_m": 50 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 21, + "voltage": "12V DC / 802.3at", + "poe_class": 4 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "dual-lens stitched 180 panorama", + "colorpro night vision", + "lightpro night vision", + "red-blue warning lights", + "audio in/out", + "alarm in/out", + "people & vehicle analytics", + "people counting", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "266 x 116 x 90", + "weight_g": 1120, + "release_year": 2026, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s385dps/" + ], + "configs": { + "frigate": { + "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", + "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2", + "recommended_stream_type": "go2rtc", + "verified": false, + "notes": "Dual-lens stitched panorama outputs a wide 5456x1520 main stream; ensure detector/resolution handling accounts for the non-16:9 aspect ratio." + }, + "home_assistant": { + "integration": "onvif", + "connection_type": "local_push", + "two_way_audio": true, + "onvif_events": true + } + }, + "status": "announced" + }, + { + "id": "vigi-insight-s385pi", + "brand": "VIGI", + "model": "VIGI InSight S385PI", + "aliases": [ + "InSight S385PI", + "S385PI" + ], + "type": "panoramic", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "1.65", + "aperture": "F2.0", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 180°, Vertical: 86°, Diagonal: 180°", + "night_vision": { + "type": "ir", + "range_m": 20 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 21, + "voltage": "12V DC / 802.3at", + "poe_class": 4 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "180 panorama", + "red-blue warning lights", + "audio in/out", + "alarm in/out", + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "266 x 100 x 101", + "weight_g": 1010, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s385pi/" + ], + "configs": { + "frigate": { + "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-insight-s445", + "brand": "VIGI", + "model": "VIGI InSight S445", + "aliases": [ + "InSight S445", + "S445" + ], + "type": "turret", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "848x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 100°, V 54°, D 118° / 4mm: H 80.4°, V 41.8°, D 98.7°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "111 x 111 x 83.7", + "weight_g": 480, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s445/" + ], + "configs": { + "frigate": { + "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-insight-s445s", + "brand": "VIGI", + "model": "VIGI InSight S445S", + "aliases": [ + "InSight S445S", + "S445S", + "ColorPro 2.0 S445S" + ], + "type": "turret", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/1.79\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8", + "aperture": "F1.0", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 112.5°, Vertical: 61.4°, Diagonal: 137°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 17.9, + "voltage": "12V DC / 802.3at", + "poe_class": 4 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "colorpro 2.0 night vision", + "ai-isp", + "intelligent ir-white lights", + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "alarm in/out", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "111 (dia) x 81.4", + "weight_g": 550, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s445s/" + ], + "configs": { + "frigate": { + "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-insight-s445zi", + "brand": "VIGI", + "model": "VIGI InSight S445ZI", + "aliases": [ + "InSight S445ZI", + "S445ZI" + ], + "type": "turret", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "1280x720", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.9\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.7-13.5", + "aperture": "F1.6", + "varifocal": true + }, + "field_of_view_deg": "Horizontal: 29.6-102.0°, Vertical: 16.8-53.8°, Diagonal: 34.1-122.8°", + "night_vision": { + "type": "ir", + "range_m": 60 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": false, + "two_way": true + }, + "features": [ + "5x optical zoom", + "motorized varifocal", + "audio in/out", + "alarm in/out", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "112.3 (dia) x 92.5", + "weight_g": 710, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s445zi/" + ], + "configs": { + "frigate": { + "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": false, + "onvif_events": true + } + }, + "status": "available" + }, + { + "id": "vigi-insight-s455", + "brand": "VIGI", + "model": "VIGI InSight S455", + "aliases": [ + "InSight S455", + "S455" + ], + "type": "turret", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 5, + "max_width": 2880, + "max_height": 1620, + "label": "5MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2880x1620", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "848x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS (V1) / 1/2.65\" CMOS (V1.20)", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 111.4°, V 58.8°, D 134° / 4mm: H 88°, V 46°, D 105.4°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "111 x 111 x 83.7", + "weight_g": 480, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s455/" + ], + "configs": { + "frigate": { + "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-insight-s485", + "brand": "VIGI", + "model": "VIGI InSight S485", + "aliases": [ + "InSight S485", + "S485" + ], + "type": "turret", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 25, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 25, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 25, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 111.4°, Vertical: 58.8°, Diagonal: 134°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12.5, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "111 x 111 x 83.7", + "weight_g": 480, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/insight-s485/" + ], + "configs": { + "frigate": { + "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-insight-s485pi", + "brand": "VIGI", + "model": "VIGI InSight S485PI", + "aliases": [ + "InSight S485PI", + "S485PI" + ], + "type": "panoramic", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "1.65", + "aperture": "F2.0", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 180°, Vertical: 86°, Diagonal: 180°", + "night_vision": { + "type": "ir", + "range_m": 20 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 21, + "voltage": "12V DC / 802.3at", + "poe_class": 4 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "180 panorama", + "red-blue warning lights", + "audio in/out", + "alarm in/out", + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "112.3 x 112.3 x 110.2", + "weight_g": 760, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s485pi/" + ], + "configs": { + "frigate": { + "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-insight-s655i", + "brand": "VIGI", + "model": "VIGI InSight S655I", + "aliases": [ + "InSight S655I", + "S655I" + ], + "type": "fisheye", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 5, + "max_width": 2560, + "max_height": 1920, + "label": "5MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2560x1920", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "1.44", + "aperture": "F2.0", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 180°, Vertical: 180°, Diagonal: 180°", + "night_vision": { + "type": "ir", + "range_m": 10 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12.14, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "360 coverage", + "eptz", + "multiple display modes", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "abnormal sound detection", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "weight_g": 440, + "environment": [ + "indoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/insight-s655i/" + ], + "configs": { + "frigate": { + "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": "vivotek-cc9381-hv", "brand": "Vivotek", diff --git a/docs/cameras.json b/docs/cameras.json index a294c88..3c2792b 100644 --- a/docs/cameras.json +++ b/docs/cameras.json @@ -105465,6 +105465,3054 @@ "poe" ] }, + { + "id": "vigi-c345", + "brand": "VIGI", + "model": "VIGI C345", + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4/6", + "aperture": "F1.6", + "varifocal": false + }, + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 10.7, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "184 x 74 x 74", + "weight_g": 525, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/vigi-c345/" + ], + "configs": { + "frigate": { + "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-c355", + "brand": "VIGI", + "model": "VIGI C355", + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 5, + "max_width": 2880, + "max_height": 1620, + "label": "5MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2880x1620", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4/6", + "aperture": "F1.6", + "varifocal": false + }, + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "voltage": "12V DC / 802.3af/at", + "poe_class": 0, + "consumption_w": 10.7 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/vigi-c355/" + ], + "configs": { + "frigate": { + "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", + "weight_g": 525, + "dimensions_mm": "184 x 74 x 74" + }, + { + "id": "vigi-c385", + "brand": "VIGI", + "model": "VIGI C385", + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 25, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 25, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 25, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F1.6", + "varifocal": false + }, + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 11.5, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "74 x 184 x 74", + "weight_g": 525, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/in/business-networking/vigi-network-camera/vigi-c385/" + ], + "configs": { + "frigate": { + "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-c485", + "brand": "VIGI", + "model": "VIGI C485", + "type": "turret", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 25, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 25, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 25, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 111.4°, V 58.8°, D 134° / 4mm: H 91.5°, V 46.1°, D 109.6°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12.5, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "111 x 111 x 83.7", + "weight_g": 480, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/vigi-c485/" + ], + "configs": { + "frigate": { + "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-c540v", + "brand": "VIGI", + "model": "VIGI C540V", + "aliases": [ + "VIGI C540V (3X Zoom)", + "C540V" + ], + "type": "ptz", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2560, + "max_height": 1440, + "label": "4MP" + }, + "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" + } + ] + }, + "sensor": "1/3\" Progressive Scan CMOS", + "lens": { + "count": 2, + "focal_length_mm": "4-12", + "aperture": "F1.6", + "varifocal": true + }, + "field_of_view_deg": "Horizontal: 84°, Vertical: 46°, Diagonal: 100°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 16, + "voltage": "12V DC / 802.3at", + "poe_class": 4 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "p2p" + ], + "ip_rating": "IP66", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "pan-tilt", + "3x mixed zoom", + "instant zoom", + "auto-tracking", + "customized patrol", + "person detection", + "vehicle detection", + "line-crossing detection", + "region intrusion detection", + "object abandoned detection", + "object removal detection", + "camera tampering detection", + "abnormal sound detection", + "active defense", + "full-color night vision", + "power-off memory", + "3d positioning" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "107 x 136 x 139", + "weight_g": 430, + "release_year": 2024, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.tp-link.com/en/business-networking/vigi-network-camera/vigi-c540v/", + "https://static.tp-link.com/upload/product-overview/2024/202407/20240722/Datasheet-VIGI%20C540V%20(3X%20Zoom)%20(UN)%201.0.pdf" + ], + "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-insight-lpr345z", + "brand": "VIGI", + "model": "VIGI InSight LPR345Z", + "aliases": [ + "InSight LPR345Z", + "LPR345Z" + ], + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "1280x720", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.9\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.7-13.5", + "aperture": "F1.6", + "varifocal": true + }, + "field_of_view_deg": "Horizontal: 29.6-102.0°, Vertical: 16.8-53.8°, Diagonal: 34.1-122.8°", + "night_vision": { + "type": "color" + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12.95, + "voltage": "12V DC / 802.3af", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true, + "notes": "microSD recommended for allowlist/blocklist storage (up to 100,000 entries)" + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": false, + "two_way": true + }, + "features": [ + "license plate recognition", + "anpr", + "5x optical zoom", + "motorized varifocal", + "white-led full-color night vision", + "allowlist/blocklist up to 100000", + "rs-485 port", + "relay output (barrier gate control)", + "audio in/out", + "alarm in/out", + "motion detection", + "camera tampering detection", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "256 x 100 x 101", + "weight_g": 1070, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/ae/business-networking/vigi-network-camera/insight-lpr345z/" + ], + "configs": { + "frigate": { + "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", + "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2", + "recommended_stream_type": "go2rtc", + "verified": false, + "notes": "Specialized LPR/ANPR camera; on-camera plate recognition not exposed to Frigate. Standard RTSP streams usable for general recording." + }, + "home_assistant": { + "integration": "onvif", + "connection_type": "local_push", + "two_way_audio": false, + "onvif_events": true + } + }, + "status": "available" + }, + { + "id": "vigi-insight-s225", + "brand": "VIGI", + "model": "VIGI InSight S225", + "aliases": [ + "InSight S225", + "S225" + ], + "type": "dome", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 2, + "max_width": 1920, + "max_height": 1080, + "label": "1080p" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "1920x1080", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "848x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/3\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F2.0", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 98.8°, V 53.5°, D 117° / 4mm: H 75.2°, V 40.8°, D 88.3°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 6.7, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": false, + "nvr_compatible": true, + "cloud": true, + "notes": "No onboard microSD slot; recording via NVR or cloud only" + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": false, + "two_way": false + }, + "features": [ + "lightpro night vision", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "full-color night vision", + "ik10 vandal-proof", + "dwdr" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "113.5 (dia) x 85.7", + "weight_g": 500, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/insight-s225/" + ], + "configs": { + "frigate": { + "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": false, + "onvif_events": true + } + }, + "status": "available" + }, + { + "id": "vigi-insight-s245", + "brand": "VIGI", + "model": "VIGI InSight S245", + "aliases": [ + "InSight S245", + "S245" + ], + "type": "dome", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "848x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS (V1) / 1/2.65\" CMOS (V1.20)", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 100°, V 54°, D 118° / 4mm: H 80.4°, V 41.8°, D 98.7°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12.52, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "122 x 122 x 89", + "weight_g": 620, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s245/" + ], + "configs": { + "frigate": { + "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-insight-s245zi", + "brand": "VIGI", + "model": "VIGI InSight S245ZI", + "aliases": [ + "InSight S245ZI", + "S245ZI" + ], + "type": "dome", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "1280x720", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.9\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.7-13.5", + "aperture": "F1.6", + "varifocal": true + }, + "field_of_view_deg": "Horizontal: 29.6-102.0°, Vertical: 16.8-53.8°, Diagonal: 34.1-122.8°", + "night_vision": { + "type": "ir", + "range_m": 60 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": false, + "two_way": true + }, + "features": [ + "5x optical zoom", + "motorized varifocal", + "audio in/out", + "alarm in/out", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "129.9 (dia) x 102.5", + "weight_g": 760, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s245zi/" + ], + "configs": { + "frigate": { + "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": false, + "onvif_events": true + } + }, + "status": "available" + }, + { + "id": "vigi-insight-s285", + "brand": "VIGI", + "model": "VIGI InSight S285", + "aliases": [ + "InSight S285", + "S285" + ], + "type": "dome", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 25, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 25, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "848x480", + "fps": 25, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 110°, V 58.1°, D 133.5° / 4mm: H 88°, V 46°, D 105.4°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12.3, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "122 x 122 x 89", + "weight_g": 620, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s285/" + ], + "configs": { + "frigate": { + "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-insight-s345-4g", + "brand": "VIGI", + "model": "VIGI InSight S345-4G", + "aliases": [ + "InSight S345-4G", + "S345-4G" + ], + "type": "bullet", + "connectivity": [ + "4g", + "ethernet" + ], + "power_source": [ + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.9\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 86°, Vertical: 43°, Diagonal: 95°", + "night_vision": { + "type": "hybrid", + "range_m": 50 + }, + "power": { + "method": "DC", + "consumption_w": 10.59, + "voltage": "12V DC" + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http" + ], + "ip_rating": "IP66", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "4g lte mobile networking", + "nano sim slot", + "3 lan ports", + "lightpro night vision", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "wdr 120db", + "solar power compatible" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "256 x 122 x 101 (excluding antennas)", + "weight_g": 1090, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s345-4g/" + ], + "configs": { + "frigate": { + "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", + "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2", + "recommended_stream_type": "go2rtc", + "verified": false, + "notes": "4G/cellular camera with 3 LAN ports; reachability depends on carrier/NAT. Local RTSP works over the LAN ports." + }, + "home_assistant": { + "integration": "onvif", + "connection_type": "local_push", + "two_way_audio": true, + "onvif_events": true + } + }, + "status": "available" + }, + { + "id": "vigi-insight-s345s", + "brand": "VIGI", + "model": "VIGI InSight S345S", + "aliases": [ + "InSight S345S", + "S345S", + "ColorPro 2.0 S345S" + ], + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/1.79\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "4", + "aperture": "F1.0", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 95°, Vertical: 51°, Diagonal: 115°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 17.9, + "voltage": "12V DC / 802.3at", + "poe_class": 4 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "colorpro 2.0 night vision", + "ai-isp", + "intelligent ir-white lights", + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "alarm in/out", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "66 (dia) x 191", + "weight_g": 600, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s345s/" + ], + "configs": { + "frigate": { + "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-insight-s345zi", + "brand": "VIGI", + "model": "VIGI InSight S345ZI", + "aliases": [ + "InSight S345ZI", + "S345ZI" + ], + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "1280x720", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.9\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.7-13.5", + "aperture": "F1.6", + "varifocal": true + }, + "field_of_view_deg": "Horizontal: 29.6-102.0°, Vertical: 16.8-53.8°, Diagonal: 34.1-122.8°", + "night_vision": { + "type": "ir", + "range_m": 60 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": false, + "two_way": true + }, + "features": [ + "5x optical zoom", + "motorized varifocal", + "audio in/out", + "alarm in/out", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "256 x 100 x 101", + "weight_g": 1040, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s345zi/" + ], + "configs": { + "frigate": { + "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": false, + "onvif_events": true + } + }, + "status": "available" + }, + { + "id": "vigi-insight-s355", + "brand": "VIGI", + "model": "VIGI InSight S355", + "aliases": [ + "InSight S355", + "S355" + ], + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 5, + "max_width": 2880, + "max_height": 1620, + "label": "5MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2880x1620", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "848x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS (V1) / 1/2.65\" CMOS (V1.20)", + "lens": { + "focal_length_mm": "2.8/4/6", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 111.4°, V 58.8°, D 134° / 4mm: H 88°, V 46°, D 105.4° / 6mm: H 57.3°, V 31.3°, D 67.2°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 10.7, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "184 x 74 x 74", + "weight_g": 525, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/insight-s355/" + ], + "configs": { + "frigate": { + "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-insight-s385", + "brand": "VIGI", + "model": "VIGI InSight S385", + "aliases": [ + "InSight S385", + "S385" + ], + "type": "bullet", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 25, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 25, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 25, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 91.5°, Vertical: 46.1°, Diagonal: 109.6°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 11.5, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "184 x 74 x 74", + "weight_g": 525, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/insight-s385/" + ], + "configs": { + "frigate": { + "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-insight-s385dps", + "brand": "VIGI", + "model": "VIGI InSight S385DPS", + "aliases": [ + "InSight S385DPS", + "S385DPS" + ], + "type": "panoramic", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 5456, + "max_height": 1520, + "label": "8MP (dual-lens stitched panorama)" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 25, + "streams": [ + { + "name": "main", + "resolution": "5456x1520", + "fps": 25, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "2160x608", + "fps": 25, + "codec": "H.265" + } + ] + }, + "sensor": "Dual 1/1.79\" Progressive Scan CMOS", + "lens": { + "count": 2, + "focal_length_mm": "5", + "aperture": "F1.0", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 180°, Vertical: 51°, Diagonal: 180°", + "night_vision": { + "type": "hybrid", + "range_m": 50 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 21, + "voltage": "12V DC / 802.3at", + "poe_class": 4 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "dual-lens stitched 180 panorama", + "colorpro night vision", + "lightpro night vision", + "red-blue warning lights", + "audio in/out", + "alarm in/out", + "people & vehicle analytics", + "people counting", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "266 x 116 x 90", + "weight_g": 1120, + "release_year": 2026, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s385dps/" + ], + "configs": { + "frigate": { + "rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/stream1", + "best_substream": "rtsp://{user}:{pass}@{ip}:554/stream2", + "recommended_stream_type": "go2rtc", + "verified": false, + "notes": "Dual-lens stitched panorama outputs a wide 5456x1520 main stream; ensure detector/resolution handling accounts for the non-16:9 aspect ratio." + }, + "home_assistant": { + "integration": "onvif", + "connection_type": "local_push", + "two_way_audio": true, + "onvif_events": true + } + }, + "status": "announced" + }, + { + "id": "vigi-insight-s385pi", + "brand": "VIGI", + "model": "VIGI InSight S385PI", + "aliases": [ + "InSight S385PI", + "S385PI" + ], + "type": "panoramic", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "1.65", + "aperture": "F2.0", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 180°, Vertical: 86°, Diagonal: 180°", + "night_vision": { + "type": "ir", + "range_m": 20 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 21, + "voltage": "12V DC / 802.3at", + "poe_class": 4 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "180 panorama", + "red-blue warning lights", + "audio in/out", + "alarm in/out", + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "266 x 100 x 101", + "weight_g": 1010, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s385pi/" + ], + "configs": { + "frigate": { + "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-insight-s445", + "brand": "VIGI", + "model": "VIGI InSight S445", + "aliases": [ + "InSight S445", + "S445" + ], + "type": "turret", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "848x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 100°, V 54°, D 118° / 4mm: H 80.4°, V 41.8°, D 98.7°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "111 x 111 x 83.7", + "weight_g": 480, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s445/" + ], + "configs": { + "frigate": { + "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-insight-s445s", + "brand": "VIGI", + "model": "VIGI InSight S445S", + "aliases": [ + "InSight S445S", + "S445S", + "ColorPro 2.0 S445S" + ], + "type": "turret", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/1.79\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8", + "aperture": "F1.0", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 112.5°, Vertical: 61.4°, Diagonal: 137°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 17.9, + "voltage": "12V DC / 802.3at", + "poe_class": 4 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "colorpro 2.0 night vision", + "ai-isp", + "intelligent ir-white lights", + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "alarm in/out", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "111 (dia) x 81.4", + "weight_g": 550, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s445s/" + ], + "configs": { + "frigate": { + "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-insight-s445zi", + "brand": "VIGI", + "model": "VIGI InSight S445ZI", + "aliases": [ + "InSight S445ZI", + "S445ZI" + ], + "type": "turret", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 4, + "max_width": 2688, + "max_height": 1520, + "label": "4MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2688x1520", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "1280x720", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.9\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.7-13.5", + "aperture": "F1.6", + "varifocal": true + }, + "field_of_view_deg": "Horizontal: 29.6-102.0°, Vertical: 16.8-53.8°, Diagonal: 34.1-122.8°", + "night_vision": { + "type": "ir", + "range_m": 60 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": false, + "two_way": true + }, + "features": [ + "5x optical zoom", + "motorized varifocal", + "audio in/out", + "alarm in/out", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "112.3 (dia) x 92.5", + "weight_g": 710, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s445zi/" + ], + "configs": { + "frigate": { + "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": false, + "onvif_events": true + } + }, + "status": "available" + }, + { + "id": "vigi-insight-s455", + "brand": "VIGI", + "model": "VIGI InSight S455", + "aliases": [ + "InSight S455", + "S455" + ], + "type": "turret", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 5, + "max_width": 2880, + "max_height": 1620, + "label": "5MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2880x1620", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "848x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS (V1) / 1/2.65\" CMOS (V1.20)", + "lens": { + "focal_length_mm": "2.8/4", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "2.8mm: H 111.4°, V 58.8°, D 134° / 4mm: H 88°, V 46°, D 105.4°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "111 x 111 x 83.7", + "weight_g": 480, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s455/" + ], + "configs": { + "frigate": { + "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-insight-s485", + "brand": "VIGI", + "model": "VIGI InSight S485", + "aliases": [ + "InSight S485", + "S485" + ], + "type": "turret", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 25, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 25, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 25, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "2.8", + "aperture": "F1.6", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 111.4°, Vertical: 58.8°, Diagonal: 134°", + "night_vision": { + "type": "hybrid", + "range_m": 30 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12.5, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "full-color night vision", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "111 x 111 x 83.7", + "weight_g": 480, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/insight-s485/" + ], + "configs": { + "frigate": { + "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-insight-s485pi", + "brand": "VIGI", + "model": "VIGI InSight S485PI", + "aliases": [ + "InSight S485PI", + "S485PI" + ], + "type": "panoramic", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 8, + "max_width": 3840, + "max_height": 2160, + "label": "4K" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "3840x2160", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "1.65", + "aperture": "F2.0", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 180°, Vertical: 86°, Diagonal: 180°", + "night_vision": { + "type": "ir", + "range_m": 20 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 21, + "voltage": "12V DC / 802.3at", + "poe_class": 4 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "180 panorama", + "red-blue warning lights", + "audio in/out", + "alarm in/out", + "people & vehicle analytics", + "human & vehicle classification", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "object abandoned detection", + "object removal detection", + "loitering detection", + "abnormal sound detection", + "scene change detection", + "active defense", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "dimensions_mm": "112.3 x 112.3 x 110.2", + "weight_g": 760, + "release_year": 2025, + "environment": [ + "outdoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/us/business-networking/vigi-network-camera/insight-s485pi/" + ], + "configs": { + "frigate": { + "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-insight-s655i", + "brand": "VIGI", + "model": "VIGI InSight S655I", + "aliases": [ + "InSight S655I", + "S655I" + ], + "type": "fisheye", + "connectivity": [ + "ethernet" + ], + "power_source": [ + "poe", + "dc" + ], + "resolution": { + "megapixels": 5, + "max_width": 2560, + "max_height": 1920, + "label": "5MP" + }, + "video": { + "codecs": [ + "H.265+", + "H.265", + "H.264+", + "H.264" + ], + "max_fps": 30, + "streams": [ + { + "name": "main", + "resolution": "2560x1920", + "fps": 30, + "codec": "H.265+" + }, + { + "name": "sub", + "resolution": "640x480", + "fps": 30, + "codec": "H.265" + } + ] + }, + "sensor": "1/2.7\" Progressive Scan CMOS", + "lens": { + "focal_length_mm": "1.44", + "aperture": "F2.0", + "varifocal": false + }, + "field_of_view_deg": "Horizontal: 180°, Vertical: 180°, Diagonal: 180°", + "night_vision": { + "type": "ir", + "range_m": 10 + }, + "power": { + "method": "PoE / DC", + "consumption_w": 12.14, + "voltage": "12V DC / 802.3af/at", + "poe_class": 0 + }, + "storage": { + "onboard": true, + "max_microsd_gb": 512, + "nvr_compatible": true, + "cloud": true + }, + "protocols": [ + "onvif", + "rtsp", + "http", + "rtmp" + ], + "ip_rating": "IP67", + "audio": { + "microphone": true, + "speaker": true, + "two_way": true + }, + "features": [ + "360 coverage", + "eptz", + "multiple display modes", + "person detection", + "vehicle detection", + "line-crossing detection", + "intrusion detection", + "region entering detection", + "region exiting detection", + "abnormal sound detection", + "ik10 vandal-proof", + "wdr 120db" + ], + "operating_temp_c": "-30 to 60", + "weight_g": 440, + "environment": [ + "indoor" + ], + "markets": [ + "global" + ], + "sources": [ + "https://www.vigi.com/en/business-networking/vigi-network-camera/insight-s655i/" + ], + "configs": { + "frigate": { + "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": "vivotek-cc9381-hv", "brand": "Vivotek", diff --git a/package.json b/package.json index 1d41bb8..794d518 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cctv-camera-database", - "version": "1.9.0", + "version": "1.10.0", "description": "An open, structured database of CCTV / IP camera specifications.", "scripts": { "build": "node scripts/build.js && node scripts/gen-docs.js",