Skip to content

Commit 6d22bef

Browse files
committed
Verify C460 against official spec page; soften unconfirmed battery capacity
Cross-checked C460 against tp-link.com's specifications tab — resolution, sensor, lens, FOV, night vision, IP66, dimensions, operating temp, and storage (512GB microSD) all confirmed correct. The stored "10,000mAh" battery capacity wasn't confirmed on this or any cited source (same issue found on TC85), so replaced with only the verified charger spec (5V/2A) and the official solar panel note.
1 parent 700fdd1 commit 6d22bef

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

cameras/tapo/c460.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"range_m": 15
2525
},
2626
"power": {
27-
"method": "Built-in rechargeable 10,000mAh Li-ion battery; optional Tapo A201 solar panel (sold separately); USB-C charging (5.0V/2.0A adapter not included)"
27+
"method": "Built-in rechargeable lithium-ion battery; USB-C/adapter charging (input 100-240V 50/60Hz, output 5.0V/2.0A); optional Tapo A201 solar panel (sold separately)"
2828
},
2929
"storage": {
3030
"max_microsd_gb": 512,
@@ -56,7 +56,8 @@
5656
"https://www.tp-link.com/us/support/faq/2680/",
5757
"https://www.tapo.com/us/product/smart-camera/tapo-c460/",
5858
"https://static.tp-link.com/upload/product-overview/2025/202502/20250219/Tapo%20C460%201.0&1.6_Datasheet.pdf",
59-
"https://www.tp-link.com/us/press/news/21827/"
59+
"https://www.tp-link.com/us/press/news/21827/",
60+
"https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c460/#specifications"
6061
],
6162
"aliases": [
6263
"MagCam 4K Solar"

data/cameras.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116859,7 +116859,7 @@
116859116859
"range_m": 15
116860116860
},
116861116861
"power": {
116862-
"method": "Built-in rechargeable 10,000mAh Li-ion battery; optional Tapo A201 solar panel (sold separately); USB-C charging (5.0V/2.0A adapter not included)"
116862+
"method": "Built-in rechargeable lithium-ion battery; USB-C/adapter charging (input 100-240V 50/60Hz, output 5.0V/2.0A); optional Tapo A201 solar panel (sold separately)"
116863116863
},
116864116864
"storage": {
116865116865
"max_microsd_gb": 512,
@@ -116891,7 +116891,8 @@
116891116891
"https://www.tp-link.com/us/support/faq/2680/",
116892116892
"https://www.tapo.com/us/product/smart-camera/tapo-c460/",
116893116893
"https://static.tp-link.com/upload/product-overview/2025/202502/20250219/Tapo%20C460%201.0&1.6_Datasheet.pdf",
116894-
"https://www.tp-link.com/us/press/news/21827/"
116894+
"https://www.tp-link.com/us/press/news/21827/",
116895+
"https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c460/#specifications"
116895116896
],
116896116897
"aliases": [
116897116898
"MagCam 4K Solar"
@@ -118351,7 +118352,8 @@
118351118352
{
118352118353
"resolution": "1920x1080",
118353118354
"fps": 15,
118354-
"codec": "H.264"
118355+
"codec": "H.264",
118356+
"name": "main"
118355118357
}
118356118358
]
118357118359
},

docs/cameras.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116859,7 +116859,7 @@
116859116859
"range_m": 15
116860116860
},
116861116861
"power": {
116862-
"method": "Built-in rechargeable 10,000mAh Li-ion battery; optional Tapo A201 solar panel (sold separately); USB-C charging (5.0V/2.0A adapter not included)"
116862+
"method": "Built-in rechargeable lithium-ion battery; USB-C/adapter charging (input 100-240V 50/60Hz, output 5.0V/2.0A); optional Tapo A201 solar panel (sold separately)"
116863116863
},
116864116864
"storage": {
116865116865
"max_microsd_gb": 512,
@@ -116891,7 +116891,8 @@
116891116891
"https://www.tp-link.com/us/support/faq/2680/",
116892116892
"https://www.tapo.com/us/product/smart-camera/tapo-c460/",
116893116893
"https://static.tp-link.com/upload/product-overview/2025/202502/20250219/Tapo%20C460%201.0&1.6_Datasheet.pdf",
116894-
"https://www.tp-link.com/us/press/news/21827/"
116894+
"https://www.tp-link.com/us/press/news/21827/",
116895+
"https://www.tp-link.com/us/home-networking/cloud-camera/tapo-c460/#specifications"
116895116896
],
116896116897
"aliases": [
116897116898
"MagCam 4K Solar"
@@ -118351,7 +118352,8 @@
118351118352
{
118352118353
"resolution": "1920x1080",
118353118354
"fps": 15,
118354-
"codec": "H.264"
118355+
"codec": "H.264",
118356+
"name": "main"
118355118357
}
118356118358
]
118357118359
},

0 commit comments

Comments
 (0)