You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,19 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
7
7
---
8
8
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
+
9
22
## [1.57.0] — 2026-08-06
10
23
11
24
**Pro-install & consumer catalog expansion — SnapAV (Luma + ClareVision) and Resideo, plus SV3C audit + LaView/Yale.** Camera count 2,797 → **2,861** (+64).
The CCTV Camera Database is a community effort. Huge thanks to everyone who has reported data issues, submitted corrections, or contributed camera specs.
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).
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# CCTV Camera Database
2
2
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).
@@ -23,15 +23,15 @@ Camera spec sheets are scattered across vendor PDFs, retailer pages, and paywall
23
23
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.
24
24
25
25
<palign="center">
26
-
<imgsrc="docs/demo.gif"alt="CCTV Camera Database — browse, search, filter, and inspect 2,861 cameras across 74 brands"width="800" />
26
+
<imgsrc="docs/demo.gif"alt="CCTV Camera Database — browse, search, filter, and inspect 2,884 cameras across 74 brands"width="800" />
27
27
</p>
28
28
29
29
**What you see above:**
30
30
-**Search** — instant full-text search across brand, model, and features
31
31
-**Filter** — narrow by brand, camera type, night vision, resolution, or market
32
32
-**Sort** — click any column header to sort ascending/descending
33
33
-**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
35
35
-**Stats bar** — live counts for total cameras, brands, 4K+, WiFi, and no-subscription models
36
36
37
37
---
@@ -56,15 +56,15 @@ a Claude Code skill for AI-powered video production built on [Remotion](https://
56
56
```
57
57
cctv-camera-database/
58
58
├── cameras/ # source of truth — one JSON file per camera, grouped by brand
59
-
│ ├── hikvision/ # 425 cameras
59
+
│ ├── hikvision/ # 448 cameras
60
60
│ ├── dahua/ # 335 cameras
61
61
│ ├── acti/ # 248 cameras
62
62
│ ├── bosch/ # 153 cameras
63
63
│ ├── abus/ # 142 cameras
64
64
│ ├── reolink/ # 127 cameras
65
65
│ └── …68 more brands
66
66
├── 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
"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."
"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."
"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."
0 commit comments