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
v1.8.0: Reolink data-quality pass (verified against official sources)
Every Reolink camera checked against official Reolink product pages,
datasheet PDFs, and support articles. Facts only — fields with no official
value left empty.
- Filled missing specs on 122 Reolink cameras (sensor, lens, video,
dimensions_mm, weight_g, operating_temp_c, environment).
- 87 corrections to existing data (resolution/megapixels, IP ratings,
night-vision types); all megapixel changes independently re-verified.
- Battery cams set to protocols: [] (no standalone RTSP/ONVIF/HTTP).
- Removed 8 non-existent "ghost" models that 404 on Reolink: argus-5-pro,
argus-b60, cx810-wifi, e1-pro-v2, rlc-520a-wifi6, rlc-540wa, rlc-833wa,
video-doorbell-se.
Database now covers 1,306 cameras across 67 brands. README + changelog updated.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,29 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
7
7
---
8
8
9
+
## [1.8.0] — 2026-06-18
10
+
11
+
Reolink data-quality pass — every Reolink camera verified against official Reolink sources (product pages, datasheet PDFs, support articles). Facts only; fields with no official value left empty.
12
+
13
+
### Added
14
+
15
+
-**Filled missing specs for 122 Reolink cameras** from official sources — `sensor`, `lens`, `video` (codecs/fps/streams), `dimensions_mm`, `weight_g`, `operating_temp_c`, and `environment`.
16
+
17
+
### Fixed
18
+
19
+
-**87 corrections** to existing Reolink data against official specs — resolution/megapixels (e.g. P340 6→12 MP, Duo 2 LTE 16→6 MP, several RLC-5xx 8→5 MP, Go PT 4→2 MP), IP ratings, and night-vision types. All megapixel changes independently re-verified.
20
+
- Set `protocols: []` on Reolink battery cameras — they don't support standalone RTSP/ONVIF/HTTP (only via a Reolink Home Hub).
21
+
22
+
### Removed
23
+
24
+
-**8 non-existent "ghost" Reolink models** that 404 on Reolink (fabricated or misnamed entries that padded the count): `argus-5-pro`, `argus-b60`, `cx810-wifi`, `e1-pro-v2`, `rlc-520a-wifi6`, `rlc-540wa`, `rlc-833wa`, `video-doorbell-se`.
25
+
26
+
### Changed
27
+
28
+
- Database now covers **1,306 cameras** across **67 brands**.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 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 1,314 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).
3
+
An open, structured database of 1,306 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).
0 commit comments