Add legacy camera database (3637 brands, patterns, OUI mappings)
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"brand": "Engenius",
|
||||
"brand_id": "engenius",
|
||||
"last_updated": "2025-10-17",
|
||||
"source": "ispyconnect.com",
|
||||
"entries": [
|
||||
{
|
||||
"models": [
|
||||
"E200",
|
||||
"eds1130",
|
||||
"EDS5110",
|
||||
"EDS5115",
|
||||
"EDS5250",
|
||||
"EDS6225",
|
||||
"EWS Mesh Cam",
|
||||
"EWS1025CAM",
|
||||
"Framsidan",
|
||||
"Other"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "snapshot.jpg?account=[USERNAME]&password=[PASSWORD]"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"EDS1130",
|
||||
"EDS5110",
|
||||
"eds5250",
|
||||
"EDS6115"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "/live/ch01_0"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"EDS5110"
|
||||
],
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "snapshot.jpg?user=[USERNAME]&pwd=[PASSWORD]&strm=[CHANNEL]"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"eds5255",
|
||||
"EWS1025"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"url": "/live/ch00_0"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Other"
|
||||
],
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"url": "GetData.cgi"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user