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: 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,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).
3
+
An open, structured database of 1,324 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).
Copy file name to clipboardExpand all lines: cameras/abus/ppic94021.json
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"id": "abus-ppic94021",
3
3
"brand": "ABUS",
4
4
"model": "PPIC94021",
5
-
"type": "covert",
5
+
"type": "doorbell",
6
6
"connectivity": [
7
7
"wifi"
8
8
],
@@ -48,5 +48,11 @@
48
48
"power_source": [
49
49
"battery",
50
50
"ac-mains"
51
-
]
51
+
],
52
+
"configs": {
53
+
"home_assistant": {
54
+
"integration": "onvif",
55
+
"notes": "ABUS doorbell. Check if RTSP/ONVIF is supported on this specific model — many ABUS doorbells are app-only. If RTSP is available, use ONVIF integration."
"notes": "Uses Dahua protocol (Amcrest standard). Portrait 3:4 aspect ratio — set detect to 720x960. Community favorite for local-only doorbell with Frigate. Button press exposed as Dahua event (AccessControl/CallNoAnswered). For two-way audio use go2rtc with Dahua back-channel."
78
+
},
79
+
"home_assistant": {
80
+
"integration": "amcrest",
81
+
"notes": "Native Amcrest integration. Doorbell button press exposed as 'doorbell' event entity. Two-way audio supported. Also works with ONVIF integration."
"notes": "Uses Dahua protocol. Portrait 3:4 aspect ratio — set detect to 720x960. Popular local-only doorbell for Frigate users. Doorbell button press is exposed as a Dahua event (AccessControl/CallNoAnswered) — use Frigate MQTT or HA ONVIF integration to capture it."
68
+
},
69
+
"home_assistant": {
70
+
"integration": "amcrest",
71
+
"notes": "Native Amcrest integration or ONVIF. Doorbell button press exposed via Amcrest integration as 'doorbell' event. Two-way audio supported via the Amcrest integration WebRTC card."
72
+
},
73
+
"blue_iris": {
74
+
"profile": "Dahua",
75
+
"notes": "Select 'Dahua' profile (Amcrest uses Dahua protocol). Doorbell press triggers an alert. Portrait 3:4 ratio — adjust display accordingly."
0 commit comments