11# CCTV Camera Database
22
3- An open, structured database of 1,296 CCTV / IP camera models and their technical specifications, covering 64 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,330 CCTV / IP camera models and their technical specifications, covering 66 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-1%2C296 -blue )] ( data/cameras.json )
6- [ ![ brands] ( https://img.shields.io/badge/brands-64 -green )] ( cameras/ )
5+ [ ![ cameras] ( https://img.shields.io/badge/cameras-1%2C330 -blue )] ( data/cameras.json )
6+ [ ![ brands] ( https://img.shields.io/badge/brands-66 -green )] ( cameras/ )
77[ ![ license] ( https://img.shields.io/badge/license-CC0-lightgrey )] ( LICENSE )
88
99---
@@ -27,7 +27,7 @@ Camera spec sheets are scattered across vendor PDFs, retailer pages, and paywall
2727- ** Filter** — narrow by brand, camera type, night vision, resolution, or market
2828- ** Sort** — click any column header to sort ascending/descending
2929- ** Detail drawer** — click a row to slide open the full spec sheet (resolution, connectivity, protocols, storage, audio, pricing, source links)
30- - ** Pagination** — page through all 1,296 cameras, 25 per page
30+ - ** Pagination** — page through all 1,330 cameras, 25 per page
3131- ** Stats bar** — live counts for total cameras, brands, 4K+, WiFi, and no-subscription models
3232
3333---
@@ -52,14 +52,14 @@ a Claude Code skill for AI-powered video production built on [Remotion](https://
5252cctv-camera-database/
5353├── cameras/ # source of truth — one JSON file per camera, grouped by brand
5454│ ├── hikvision/ # 139 cameras
55- │ ├── reolink/ # 121 cameras
55+ │ ├── reolink/ # 133 cameras
5656│ ├── dahua/ # 101 cameras
5757│ ├── hanwha/ # 62 cameras
5858│ ├── axis/ # 58 cameras
5959│ ├── tapo/ # 56 cameras
60- │ └── …59 more brands
60+ │ └── …60 more brands
6161├── data/ # GENERATED — do not edit by hand
62- │ ├── cameras.json # all 1,296 cameras as one array
62+ │ ├── cameras.json # all 1,330 cameras as one array
6363│ └── cameras.csv # flattened, spreadsheet-friendly
6464├── schema/
6565│ └── camera.schema.json
@@ -117,8 +117,8 @@ Or open `data/cameras.csv` in any spreadsheet for a quick browse.
117117
118118| Metric | Count |
119119|--------|-------|
120- | Total cameras | **1,306 ** |
121- | Brands | **65 ** |
120+ | Total cameras | **1,330 ** |
121+ | Brands | **66 ** |
122122| Form factors | 9 (bullet, dome, turret, PTZ, dual-lens, panoramic, covert, box, fisheye) |
123123| PoE wired | 863 |
124124| WiFi | 427 |
@@ -127,12 +127,12 @@ Or open `data/cameras.csv` in any spreadsheet for a quick browse.
127127| 4–5MP | 588 |
128128| 1080p–2MP | 296 |
129129
130- ### All 65 brands
130+ ### All 66 brands
131131
132132| Brand | Cameras | Segment |
133133|-------|---------|---------|
134134| Hikvision | 151 | Enterprise + consumer, global |
135- | Reolink | 121 | Prosumer, no-subscription, global |
135+ | Reolink | 133 | Prosumer, no-subscription, global |
136136| Dahua | 111 | Enterprise + consumer, global |
137137| Hanwha | 71 | Enterprise AI, Korea/global |
138138| Axis | 68 | Enterprise premium, global |
@@ -142,7 +142,7 @@ Or open `data/cameras.csv` in any spreadsheet for a quick browse.
142142| Ring (Amazon) | 30 | Consumer ecosystem, US/EU/AU |
143143| Avigilon | 24 | Enterprise NDAA, US/CA |
144144| Amcrest | 24 | Prosumer, US |
145- | Ubiquiti UniFi | 24 | Prosumer/SMB, US/global |
145+ | Ubiquiti UniFi | 26 | Prosumer/SMB, US/global |
146146| Annke | 23 | Prosumer, global |
147147| Google Nest | 23 | Consumer smart home, global |
148148| Bosch | 22 | Enterprise, EU/global |
@@ -162,6 +162,7 @@ Or open `data/cameras.csv` in any spreadsheet for a quick browse.
162162| Pelco | 15 | Enterprise legacy, NA/global |
163163| Vivotek | 15 | Enterprise AI, global |
164164| Wyze | 15 | Budget consumer, US |
165+ | ACTi | 14 | Enterprise IP + analog, NDAA, TW/global |
165166| FLIR (Teledyne) | 12 | Thermal imaging, NA/EU |
166167| Kedacom | 12 | Enterprise, CN/global |
167168| Sunell | 12 | Prosumer/Enterprise, CN/global |
@@ -175,6 +176,7 @@ Or open `data/cameras.csv` in any spreadsheet for a quick browse.
175176| Yale | 8 | Consumer smart home, UK/EU |
176177| Camius | 6 | Consumer direct, US |
177178| Cathexis | 6 | Enterprise VMS, ZA/ME |
179+ | LaView | 6 | Consumer WiFi/solar/4G, US |
178180| March Networks | 6 | Enterprise retail/banking, NA |
179181| Netatmo | 6 | Privacy-first no-subscription, EU |
180182| Secureye | 6 | Budget consumer, IN |
0 commit comments