Files
StrixCamDB/legacy/brands/camtronics.json
T

44 lines
930 B
JSON

{
"brand": "Camtronics",
"brand_id": "camtronics",
"last_updated": "2025-10-17",
"source": "ispyconnect.com",
"entries": [
{
"models": [
"DM IP EYEFISH 2"
],
"type": "MJPEG",
"protocol": "http",
"port": 80,
"url": "/videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=320x240"
},
{
"models": [
"DM IP FISHEYE 2"
],
"type": "MJPEG",
"protocol": "http",
"port": 8081,
"url": "/image/mjpeg.cgi"
},
{
"models": [
"IPSC-200"
],
"type": "MJPEG",
"protocol": "http",
"port": 0,
"url": "GetData.cgi?CH=[CHANNEL]&Codec=jpeg&Size=[WIDTH]x[HEIGHT]"
},
{
"models": [
"Other"
],
"type": "FFMPEG",
"protocol": "http",
"port": 0,
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=[WIDTH]x[HEIGHT]"
}
]
}