Skip to content

Commit 2eddd4a

Browse files
authored
Merge pull request #227 from ch-bas/fix/laview-l2-variants-226
data: LaView L2 fix (#226) + 23 Hikvision specialty cameras (1.58.0)
2 parents 2ac9039 + 305f187 commit 2eddd4a

55 files changed

Lines changed: 9892 additions & 1190 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
---
88

9+
## [1.58.0] — 2026-08-07
10+
11+
### Added — Hikvision specialty cameras (+23)
12+
- **Explosion-proof / anti-corrosion (8):** `DS-2XE6646G0-LIZSADC` (4MP varifocal bullet), and the full `DS-2DF4420` 20x explosion-proof speed-dome family in every enclosure grade — `WG-XEY` & `WG-XEYADCE` (aluminum-alloy / ADC), `-DXS6C304` & `-DX304E` (304 stainless), `-DXS6/316LC` & `-DX316LE` (316L marine-grade, NEMA 4X). All ATEX/IECEx Ex db IIC T6, IP68; spark-safe (no IR, starlight sensor).
13+
- **Solar / 4G (7):** the `DS-2XS6A46G1` series (4 models — IR `-IZS`, hybrid `-LIZS`/`E-LIZS`, and `/P-IZS` ANPR; solar-kit + 4G configs folded into aliases), `DS-2SE7C432IWG-K` TandemVu 4G PTZ (32x, solar+battery), and `DS-2XS3Q47G1-LD`/`-LDH` 24/7 ColorVu solar bullets.
14+
- **iDS DeepinView (8):** `iDS-2CD5347G2`/`5387G2/V-XS` (4/8MP turrets), `iDS-2CD5D47G2`/`5D87G2/V-XS` (4/8MP domes), `iDS-2CD5A46G2`/`5A86G2/V-XZHSY` (4/8MP motorized bullets, incl. construction-PPE algorithm), `iDS-2CD5T87G2/V-XZHSY` (8MP bullet), `iDS-2CD7T46G2/VX3-IHSY` (triple-lens Guanlan perimeter bullet, IR 120m), and `iDS-2CD70166G2-AP` (16MP box). The last two carry only confidently-derivable specs — their motorized-lens / new-product datasheets aren't published yet, so lens-specific fields were omitted rather than guessed.
15+
- Authored from official Hikvision datasheet PDFs. Camera count 2,861 → **2,884**.
16+
17+
## [1.57.1] — 2026-08-07
18+
19+
### Fixed
20+
- **LaView L2 (#226, reported by @empireryu)** — the entry only reflected the 4G/cloud variant. The L2 actually ships in three connectivity variants (2.4GHz Wi-Fi, 2.4/5GHz dual-band Wi-Fi, 4G LTE): `connectivity``["wifi","4g"]`, SKU variants added to `aliases`. The Wi-Fi variants expose ONVIF + RTSP after a firmware update, so `nvr_compatible``true` with `protocols: [onvif, rtsp]` and a config/release note scoping this to the Wi-Fi variants (the 4G variant stays cloud-only).
21+
922
## [1.57.0] — 2026-08-06
1023

1124
**Pro-install & consumer catalog expansion — SnapAV (Luma + ClareVision) and Resideo, plus SV3C audit + LaView/Yale.** Camera count 2,797 → **2,861** (+64).

CONTRIBUTORS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Contributors
2+
3+
The CCTV Camera Database is a community effort. Huge thanks to everyone who has reported data issues, submitted corrections, or contributed camera specs.
4+
5+
## Community reporters & contributors
6+
7+
- [@empireryu](https://github.com/empireryu) — LaView L2 connectivity / ONVIF & NVR correction ([#226](https://github.com/ch-bas/cctv-camera-database/issues/226))
8+
- [@fvdpol](https://github.com/fvdpol) — Annke model-number corrections ([#135](https://github.com/ch-bas/cctv-camera-database/issues/135), [#217](https://github.com/ch-bas/cctv-camera-database/issues/217)) and ongoing data-quality feedback
9+
10+
The full contributor graph is on [GitHub](https://github.com/ch-bas/cctv-camera-database/graphs/contributors).
11+
12+
Spotted something wrong or want to add a camera? Please [open an issue](https://github.com/ch-bas/cctv-camera-database/issues) or a pull request — see [CONTRIBUTING.md](CONTRIBUTING.md).

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CCTV Camera Database
22

3-
An open, structured database of 2,861 CCTV / IP camera models and their technical specifications, covering 72 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).
3+
An open, structured database of 2,884 CCTV / IP camera models and their technical specifications, covering 72 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).
44

5-
[![cameras](https://img.shields.io/badge/cameras-2%2C861-blue)](data/cameras.json)
5+
[![cameras](https://img.shields.io/badge/cameras-2%2C884-blue)](data/cameras.json)
66
[![brands](https://img.shields.io/badge/brands-74-green)](cameras/)
77
[![license](https://img.shields.io/badge/license-CC0-lightgrey)](LICENSE)
88

@@ -23,15 +23,15 @@ Camera spec sheets are scattered across vendor PDFs, retailer pages, and paywall
2323
Prefer to self-host or browse offline? A [standalone demo](docs/demo.html) (just `demo.html` + `cameras.json`, no build step) is included — serve the `docs/` folder locally with any static server, e.g. `python3 -m http.server` inside `docs/`, then open it.
2424

2525
<p align="center">
26-
<img src="docs/demo.gif" alt="CCTV Camera Database — browse, search, filter, and inspect 2,861 cameras across 74 brands" width="800" />
26+
<img src="docs/demo.gif" alt="CCTV Camera Database — browse, search, filter, and inspect 2,884 cameras across 74 brands" width="800" />
2727
</p>
2828

2929
**What you see above:**
3030
- **Search** — instant full-text search across brand, model, and features
3131
- **Filter** — narrow by brand, camera type, night vision, resolution, or market
3232
- **Sort** — click any column header to sort ascending/descending
3333
- **Detail drawer** — click a row to slide open the full spec sheet (resolution, connectivity, protocols, storage, audio, pricing, source links)
34-
- **Pagination** — page through all 2,861 cameras, 25 per page
34+
- **Pagination** — page through all 2,884 cameras, 25 per page
3535
- **Stats bar** — live counts for total cameras, brands, 4K+, WiFi, and no-subscription models
3636

3737
---
@@ -56,15 +56,15 @@ a Claude Code skill for AI-powered video production built on [Remotion](https://
5656
```
5757
cctv-camera-database/
5858
├── cameras/ # source of truth — one JSON file per camera, grouped by brand
59-
│ ├── hikvision/ # 425 cameras
59+
│ ├── hikvision/ # 448 cameras
6060
│ ├── dahua/ # 335 cameras
6161
│ ├── acti/ # 248 cameras
6262
│ ├── bosch/ # 153 cameras
6363
│ ├── abus/ # 142 cameras
6464
│ ├── reolink/ # 127 cameras
6565
│ └── …68 more brands
6666
├── data/ # GENERATED — do not edit by hand
67-
│ ├── cameras.json # all 2,861 cameras as one array
67+
│ ├── cameras.json # all 2,884 cameras as one array
6868
│ └── cameras.csv # flattened, spreadsheet-friendly
6969
├── schema/
7070
│ └── camera.schema.json
@@ -127,7 +127,7 @@ Or open `data/cameras.csv` in any spreadsheet for a quick browse.
127127
128128
| Metric | Count |
129129
|--------|-------|
130-
| Total cameras | **2,861** |
130+
| Total cameras | **2,884** |
131131
| Brands | **74** |
132132
| Form factors | 11 (bullet, dome, turret, PTZ, dual-lens, panoramic, covert, box, fisheye, floodlight, doorbell) |
133133
| PoE wired | 1,669 |
@@ -144,7 +144,7 @@ Or open `data/cameras.csv` in any spreadsheet for a quick browse.
144144
<!-- brands-table:start (auto-generated by scripts/build.js — do not edit counts by hand; edit the Segment text and it is preserved) -->
145145
| Brand | Cameras | Segment |
146146
|-------|---------|---------|
147-
| Hikvision | 425 | Enterprise + consumer, global |
147+
| Hikvision | 448 | Enterprise + consumer, global |
148148
| Dahua | 335 | Enterprise + consumer, global |
149149
| ACTi | 248 | Enterprise IP + analog, NDAA, TW/global |
150150
| Bosch | 153 | Enterprise + thermal, EU/global |
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"id": "hikvision-ds-2df4420-dx304e",
3+
"brand": "Hikvision",
4+
"model": "DS-2DF4420-DX(304)(E)",
5+
"aliases": [
6+
"DS-2DF4420-DX304E",
7+
"304 Stainless (E) 4MP 20x Anti-Corrosion Explosion-Proof Speed Dome"
8+
],
9+
"type": "ptz",
10+
"connectivity": [
11+
"ethernet"
12+
],
13+
"resolution": {
14+
"megapixels": 4,
15+
"max_width": 2560,
16+
"max_height": 1440,
17+
"label": "4MP QHD"
18+
},
19+
"sensor": "1/2.8\" Progressive Scan CMOS",
20+
"lens": {
21+
"count": 1,
22+
"focal_length_mm": "4.8-96 (20x optical zoom)",
23+
"aperture": "F1.6",
24+
"varifocal": true
25+
},
26+
"field_of_view_deg": "55 to 2.6 horizontal",
27+
"night_vision": {
28+
"type": "none",
29+
"min_lux_color": 0.005,
30+
"min_lux": 0.001
31+
},
32+
"power": {
33+
"method": "PoE (802.3af), 36-57V, max. 7W"
34+
},
35+
"storage": {
36+
"nvr_compatible": true,
37+
"cloud": false
38+
},
39+
"protocols": [
40+
"onvif",
41+
"rtsp"
42+
],
43+
"ip_rating": "IP68",
44+
"dimensions_mm": "Ø184 x 264.2",
45+
"weight_g": 8000,
46+
"video": {
47+
"codecs": [
48+
"H.265",
49+
"H.264"
50+
],
51+
"streams": [
52+
{
53+
"name": "main",
54+
"resolution": "2560x1440",
55+
"codec": "H.265"
56+
}
57+
]
58+
},
59+
"features": [
60+
"SUS304 stainless-steel anti-corrosion housing",
61+
"explosion-proof — ATEX II 2GD Ex db IIC T6 Gb / Ex tb IIIC T80°C Db; IECEx Ex db IIC T6 Gb (ATEX SEV 20 ATEX 0415 X; IECEx NEP 20.0018X)",
62+
"IP68 + 6000V lightning/surge protection",
63+
"20x optical (4.8-96mm) + 16x digital zoom",
64+
"360° endless pan / 0-90° tilt with auto-flip",
65+
"120dB WDR, 3D DNR, manual/panorama tracking",
66+
"starlight low-light (0.005 lux color) — spark-safe, no IR illuminator"
67+
],
68+
"environment": [
69+
"outdoor"
70+
],
71+
"power_source": [
72+
"poe"
73+
],
74+
"configs": {
75+
"frigate": {
76+
"detect": {
77+
"width": 1280,
78+
"height": 720,
79+
"fps": 5
80+
},
81+
"rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/101",
82+
"best_substream": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/102",
83+
"notes": "ONVIF PTZ control (port 80; enable Integration Protocol/ONVIF and create an ONVIF user)."
84+
},
85+
"home_assistant": {
86+
"integration": "onvif",
87+
"notes": "Use ONVIF integration. Default ONVIF port 80."
88+
},
89+
"blue_iris": {
90+
"profile": "Hikvision",
91+
"notes": "Select 'Hikvision' profile."
92+
}
93+
},
94+
"sources": [
95+
"https://assets.hikvision.com/prd/normal/all/doc/m000162961/DS-2DF4420-DX304E_Datasheet_20251211.pdf"
96+
],
97+
"last_verified": "2026-08-07",
98+
"release_notes": "SUS304 stainless-steel anti-corrosion + explosion-proof (ATEX/IECEx Ex db IIC T6) 'E' variant of the DS-2DF4420 20x speed dome. Spark-safe — no IR illuminator; starlight sensor (0.005 lux color). Shares optics with the aluminum-alloy and 316L stainless variants."
99+
}
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"id": "hikvision-ds-2df4420-dx316le",
3+
"brand": "Hikvision",
4+
"model": "DS-2DF4420-DX(316L)(E)",
5+
"aliases": [
6+
"DS-2DF4420-DX316LE",
7+
"316L Stainless 4MP 20x Anti-Corrosion Explosion-Proof Speed Dome"
8+
],
9+
"type": "ptz",
10+
"connectivity": [
11+
"ethernet"
12+
],
13+
"resolution": {
14+
"megapixels": 4,
15+
"max_width": 2560,
16+
"max_height": 1440,
17+
"label": "4MP QHD"
18+
},
19+
"sensor": "1/2.8\" Progressive Scan CMOS",
20+
"lens": {
21+
"count": 1,
22+
"focal_length_mm": "4.8-96 (20x optical zoom)",
23+
"aperture": "F1.6",
24+
"varifocal": true
25+
},
26+
"field_of_view_deg": "55 to 2.6 horizontal",
27+
"night_vision": {
28+
"type": "none",
29+
"min_lux_color": 0.005,
30+
"min_lux": 0.001
31+
},
32+
"power": {
33+
"method": "PoE (802.3af), 36-57V, max. 7W"
34+
},
35+
"storage": {
36+
"nvr_compatible": true,
37+
"cloud": false
38+
},
39+
"protocols": [
40+
"onvif",
41+
"rtsp"
42+
],
43+
"ip_rating": "IP68",
44+
"dimensions_mm": "Ø184 x 264.2",
45+
"weight_g": 8000,
46+
"video": {
47+
"codecs": [
48+
"H.265",
49+
"H.264"
50+
],
51+
"streams": [
52+
{
53+
"name": "main",
54+
"resolution": "2560x1440",
55+
"codec": "H.265"
56+
}
57+
]
58+
},
59+
"features": [
60+
"SUS316L stainless-steel with anti-corrosion surface spray treatment (marine-grade); NEMA 4X",
61+
"explosion-proof — ATEX II 2GD Ex db IIC T6 Gb / Ex tb IIIC T80°C Db; IECEx Ex db IIC T6 Gb (ATEX SEV 20 ATEX 0415 X; IECEx NEP 20.0018X)",
62+
"IP68 + 6000V lightning/surge protection",
63+
"20x optical (4.8-96mm) + 16x digital zoom",
64+
"360° endless pan / 0-90° tilt with auto-flip",
65+
"120dB WDR, 3D DNR, manual/panorama tracking",
66+
"starlight low-light (0.005 lux color) — spark-safe, no IR illuminator"
67+
],
68+
"environment": [
69+
"outdoor"
70+
],
71+
"power_source": [
72+
"poe"
73+
],
74+
"configs": {
75+
"frigate": {
76+
"detect": {
77+
"width": 1280,
78+
"height": 720,
79+
"fps": 5
80+
},
81+
"rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/101",
82+
"best_substream": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/102",
83+
"notes": "ONVIF PTZ control (port 80; enable Integration Protocol/ONVIF and create an ONVIF user)."
84+
},
85+
"home_assistant": {
86+
"integration": "onvif",
87+
"notes": "Use ONVIF integration. Default ONVIF port 80."
88+
},
89+
"blue_iris": {
90+
"profile": "Hikvision",
91+
"notes": "Select 'Hikvision' profile."
92+
}
93+
},
94+
"sources": [
95+
"https://assets.hikvision.com/prd/normal/all/doc/m000162962/DS-2DF4420-DX316LE_Datasheet_20251211.pdf"
96+
],
97+
"last_verified": "2026-08-07",
98+
"release_notes": "SUS316L marine-grade stainless-steel with anti-corrosion spray treatment (NEMA 4X) + explosion-proof (ATEX/IECEx Ex db IIC T6) variant of the DS-2DF4420 20x speed dome. Spark-safe — no IR illuminator; starlight sensor (0.005 lux color). Shares optics with the aluminum-alloy and 304 stainless variants."
99+
}
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"id": "hikvision-ds-2df4420-dxs6-316lc",
3+
"brand": "Hikvision",
4+
"model": "DS-2DF4420-DXS6/316LC",
5+
"aliases": [
6+
"DS-2DF4420-DX(S6/316L)(C)",
7+
"316L 4MP 20x Anti-Corrosion Explosion-Proof Speed Dome"
8+
],
9+
"type": "ptz",
10+
"connectivity": [
11+
"ethernet"
12+
],
13+
"resolution": {
14+
"megapixels": 4,
15+
"max_width": 2560,
16+
"max_height": 1440,
17+
"label": "4MP QHD"
18+
},
19+
"sensor": "1/2.8\" Progressive Scan CMOS",
20+
"lens": {
21+
"count": 1,
22+
"focal_length_mm": "4.8-96 (20x optical zoom)",
23+
"aperture": "F1.6",
24+
"varifocal": true
25+
},
26+
"field_of_view_deg": "55 to 2.6 horizontal",
27+
"night_vision": {
28+
"type": "none",
29+
"min_lux_color": 0.005,
30+
"min_lux": 0.001
31+
},
32+
"power": {
33+
"method": "PoE (802.3af), 36-57V, max. 7W"
34+
},
35+
"storage": {
36+
"nvr_compatible": true,
37+
"cloud": false
38+
},
39+
"protocols": [
40+
"onvif",
41+
"rtsp"
42+
],
43+
"ip_rating": "IP68",
44+
"dimensions_mm": "Ø184 x 264.2",
45+
"weight_g": 8000,
46+
"video": {
47+
"codecs": [
48+
"H.265",
49+
"H.264"
50+
],
51+
"streams": [
52+
{
53+
"name": "main",
54+
"resolution": "2560x1440",
55+
"codec": "H.265"
56+
}
57+
]
58+
},
59+
"features": [
60+
"SUS316L stainless-steel anti-corrosion housing (marine-grade)",
61+
"explosion-proof — ATEX/IECEx Ex db IIC T6 Gb / Ex tb IIIC T80°C Db (ATEX SEV 20 ATEX 0415 X)",
62+
"IP68 + 6000V lightning/surge protection",
63+
"20x optical (4.8-96mm) + 16x digital zoom",
64+
"360° endless pan / 0-90° tilt with auto-flip",
65+
"120dB WDR, 3D DNR, manual/panorama tracking",
66+
"starlight low-light (0.005 lux color) — no IR (spark-safe)"
67+
],
68+
"environment": [
69+
"outdoor"
70+
],
71+
"power_source": [
72+
"poe"
73+
],
74+
"configs": {
75+
"frigate": {
76+
"detect": {
77+
"width": 1280,
78+
"height": 720,
79+
"fps": 5
80+
},
81+
"rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/101",
82+
"best_substream": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/102",
83+
"notes": "ONVIF PTZ control (port 80; enable Integration Protocol/ONVIF and create an ONVIF user)."
84+
},
85+
"home_assistant": {
86+
"integration": "onvif",
87+
"notes": "Use ONVIF integration. Default ONVIF port 80."
88+
},
89+
"blue_iris": {
90+
"profile": "Hikvision",
91+
"notes": "Select 'Hikvision' profile."
92+
}
93+
},
94+
"sources": [
95+
"https://assets.hikvision.com/prd/normal/all/doc/m000058706/DS-2DF4420-DXS6_316LC_Datasheet_20251211.pdf"
96+
],
97+
"last_verified": "2026-08-07",
98+
"release_notes": "316L stainless-steel marine-grade anti-corrosion + explosion-proof (ATEX/IECEx Ex db IIC T6) variant of the DS-2DF4420 20x speed dome. Spark-safe — no IR illuminator; starlight sensor (0.005 lux color). Shares optics with DS-2DF4420WG-XEY (aluminum) and the 304-stainless variants."
99+
}

0 commit comments

Comments
 (0)