Skip to content

Commit 0df4fcd

Browse files
committed
Add Kasa brand -- KC420WS (real specs, confirmed no RTSP/ONVIF)
New brand: Kasa is a separate TP-Link sub-brand/ecosystem from Tapo, with its own app and no RTSP/ONVIF support -- confirmed via official TP-Link FAQ 1959 ("Kasa Cameras do not support RTSP/ONVIF"), which is a different policy from Tapo's wired-cameras-support-RTSP rule. Verified this doesn't carry over before assuming it did. KC420WS: 4MP wired outdoor bullet camera with Starlight sensor + dual IR/ white-light spotlight illumination, IP65. Video codecs, max fps, dimensions, weight, and operating temp not stated on any source -- omitted rather than guessed. No Frigate/HA config added (no local streaming protocol to configure). Database: 1564 cameras, 69 brands.
1 parent e3bc54b commit 0df4fcd

4 files changed

Lines changed: 175 additions & 0 deletions

File tree

cameras/kasa/kc420ws.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"id": "kasa-kc420ws",
3+
"brand": "Kasa",
4+
"model": "KC420WS",
5+
"type": "bullet",
6+
"connectivity": ["wifi"],
7+
"resolution": {
8+
"megapixels": 4,
9+
"max_width": 2560,
10+
"max_height": 1440,
11+
"label": "4MP HD"
12+
},
13+
"sensor": "1/3\"",
14+
"lens": {
15+
"count": 1,
16+
"focal_length_mm": "3.18",
17+
"aperture": "F1.6",
18+
"varifocal": false
19+
},
20+
"field_of_view_deg": "110",
21+
"night_vision": {
22+
"type": "hybrid",
23+
"range_m": 30
24+
},
25+
"power": {
26+
"method": "AC power adapter (wired; weatherproof outdoor outlet required)"
27+
},
28+
"power_source": ["ac-mains"],
29+
"storage": {
30+
"onboard": false,
31+
"max_microsd_gb": 256,
32+
"nvr_compatible": false,
33+
"cloud": true
34+
},
35+
"protocols": [],
36+
"ip_rating": "IP65",
37+
"audio": {
38+
"microphone": true,
39+
"speaker": true,
40+
"two_way": true
41+
},
42+
"environment": ["outdoor"],
43+
"status": "available",
44+
"features": [
45+
"Starlight sensor with dual IR + white-light spotlight illumination (both up to 98ft)",
46+
"128-bit AES encryption with SSL/TLS",
47+
"Kasa Care cloud subscription option",
48+
"no native RTSP/ONVIF -- Kasa is a separate TP-Link ecosystem from Tapo and does not support local streaming protocols"
49+
],
50+
"sources": [
51+
"https://www.kasasmart.com/us/products/security-cameras/kasa-cam-product-kc420ws",
52+
"https://www.tp-link.com/us/support/faq/1959/"
53+
]
54+
}

data/cameras.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,7 @@ intelbras-vip-1430-b-g2,Intelbras,VIP 1430 B G2,bullet,4MP QHD,4,"1/2.7"" CMOS",
10291029
intelbras-vip-3230-b-sl,Intelbras,VIP 3230 B SL,bullet,1080p HD,2,,103h,color,IP67,true,2023
10301030
intelbras-vip-3830-b-ai,Intelbras,VIP 3830 B AI,bullet,4K UHD,8,,107h,color,IP67,false,2024
10311031
intelbras-vip-s4020-g2,Intelbras,VIP-S4020-G2,dome,4MP,4,,107h,ir,IP67,false,2022
1032+
kasa-kc420ws,Kasa,KC420WS,bullet,4MP HD,4,"1/3""",110,hybrid,IP65,true,
10321033
kbvision-kx-a2012c3-b,KBvision,KX-A2012C3-B,dome,1080p HD,2,"1/2.8"" CMOS",103 horizontal,ir,IP67,false,2023
10331034
kbvision-kx-a4k12c2,KBvision,KX-A4K12C2,bullet,4K UHD,8,"1/2.7"" CMOS",102 horizontal,ir,IP67,false,2023
10341035
kbvision-kx-a4k21c,KBvision,KX-A4K21C,dome,4K UHD,8,,107h,ir,IP67,false,2023

data/cameras.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86394,6 +86394,66 @@
8639486394
}
8639586395
}
8639686396
},
86397+
{
86398+
"id": "kasa-kc420ws",
86399+
"brand": "Kasa",
86400+
"model": "KC420WS",
86401+
"type": "bullet",
86402+
"connectivity": [
86403+
"wifi"
86404+
],
86405+
"resolution": {
86406+
"megapixels": 4,
86407+
"max_width": 2560,
86408+
"max_height": 1440,
86409+
"label": "4MP HD"
86410+
},
86411+
"sensor": "1/3\"",
86412+
"lens": {
86413+
"count": 1,
86414+
"focal_length_mm": "3.18",
86415+
"aperture": "F1.6",
86416+
"varifocal": false
86417+
},
86418+
"field_of_view_deg": "110",
86419+
"night_vision": {
86420+
"type": "hybrid",
86421+
"range_m": 30
86422+
},
86423+
"power": {
86424+
"method": "AC power adapter (wired; weatherproof outdoor outlet required)"
86425+
},
86426+
"power_source": [
86427+
"ac-mains"
86428+
],
86429+
"storage": {
86430+
"onboard": false,
86431+
"max_microsd_gb": 256,
86432+
"nvr_compatible": false,
86433+
"cloud": true
86434+
},
86435+
"protocols": [],
86436+
"ip_rating": "IP65",
86437+
"audio": {
86438+
"microphone": true,
86439+
"speaker": true,
86440+
"two_way": true
86441+
},
86442+
"environment": [
86443+
"outdoor"
86444+
],
86445+
"status": "available",
86446+
"features": [
86447+
"Starlight sensor with dual IR + white-light spotlight illumination (both up to 98ft)",
86448+
"128-bit AES encryption with SSL/TLS",
86449+
"Kasa Care cloud subscription option",
86450+
"no native RTSP/ONVIF -- Kasa is a separate TP-Link ecosystem from Tapo and does not support local streaming protocols"
86451+
],
86452+
"sources": [
86453+
"https://www.kasasmart.com/us/products/security-cameras/kasa-cam-product-kc420ws",
86454+
"https://www.tp-link.com/us/support/faq/1959/"
86455+
]
86456+
},
8639786457
{
8639886458
"id": "kbvision-kx-a2012c3-b",
8639986459
"brand": "KBvision",

docs/cameras.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86394,6 +86394,66 @@
8639486394
}
8639586395
}
8639686396
},
86397+
{
86398+
"id": "kasa-kc420ws",
86399+
"brand": "Kasa",
86400+
"model": "KC420WS",
86401+
"type": "bullet",
86402+
"connectivity": [
86403+
"wifi"
86404+
],
86405+
"resolution": {
86406+
"megapixels": 4,
86407+
"max_width": 2560,
86408+
"max_height": 1440,
86409+
"label": "4MP HD"
86410+
},
86411+
"sensor": "1/3\"",
86412+
"lens": {
86413+
"count": 1,
86414+
"focal_length_mm": "3.18",
86415+
"aperture": "F1.6",
86416+
"varifocal": false
86417+
},
86418+
"field_of_view_deg": "110",
86419+
"night_vision": {
86420+
"type": "hybrid",
86421+
"range_m": 30
86422+
},
86423+
"power": {
86424+
"method": "AC power adapter (wired; weatherproof outdoor outlet required)"
86425+
},
86426+
"power_source": [
86427+
"ac-mains"
86428+
],
86429+
"storage": {
86430+
"onboard": false,
86431+
"max_microsd_gb": 256,
86432+
"nvr_compatible": false,
86433+
"cloud": true
86434+
},
86435+
"protocols": [],
86436+
"ip_rating": "IP65",
86437+
"audio": {
86438+
"microphone": true,
86439+
"speaker": true,
86440+
"two_way": true
86441+
},
86442+
"environment": [
86443+
"outdoor"
86444+
],
86445+
"status": "available",
86446+
"features": [
86447+
"Starlight sensor with dual IR + white-light spotlight illumination (both up to 98ft)",
86448+
"128-bit AES encryption with SSL/TLS",
86449+
"Kasa Care cloud subscription option",
86450+
"no native RTSP/ONVIF -- Kasa is a separate TP-Link ecosystem from Tapo and does not support local streaming protocols"
86451+
],
86452+
"sources": [
86453+
"https://www.kasasmart.com/us/products/security-cameras/kasa-cam-product-kc420ws",
86454+
"https://www.tp-link.com/us/support/faq/1959/"
86455+
]
86456+
},
8639786457
{
8639886458
"id": "kbvision-kx-a2012c3-b",
8639986459
"brand": "KBvision",

0 commit comments

Comments
 (0)