-
-
Notifications
You must be signed in to change notification settings - Fork 232
Open
Labels
tested configA new tested configurationA new tested configuration
Description
Manufacturer/Model:
Amcrest IP5M-T1179EW
Homebridge Config:
"cameras": [
{
"disable": false,
"name": "Driveway Cam",
"motion": true,
"motionTimeout": 15,
"unbridge": true,
"hsv": true,
"prebuffering": true,
"prebufferLength": 4,
"hksvConfig": {
"source": "-i rtsp://USER:PASSWORD@xxx.xxx.x.xxx:554/cam/realmonitor?channel=1&subtype=0",
"maxFPS": "30",
"audio": true,
"maxWidth": "1920",
"maxHeight": "1080",
"maxBitrate": "2048",
"vcodec": "copy",
"acodec": "libfdk_aac"
},
"videoConfig": {
"source": "-i rtsp://USER:PASSWORD@xxx.xxx.x.xxx:554/cam/realmonitor?channel=1&subtype=0",
"subSource": "-i rtsp://USER:PASSWORD@xxx.xxx.x.xxx:554/cam/realmonitor?channel=1&subtype=1",
"stillImageSource": "-i http://USER:PASSWORD@xxx.xxx.x.xxx:80/cgi-bin/snapshot.cgi",
"maxStreams": 2,
"maxFPS": 30,
"vcodec": "copy",
"acodec": "libfdk_aac",
"audio": true,
"maxWidth": 1920,
"maxHeight": 1080,
"maxBitrate": 2048
},
"videoanalysis": {
"active": true
},
"manufacturer": "Amcrest",
"model": "IP5M-T1179EW-28MM",
"serialNumber": "AMC0xxxxxxxxxxxxx"
}
]
Additional Information:
Works with CameraUI plugin and with HKSV and motion alerts. Homebridge running great on a Pi 4 along with many other services.
From web admin page of the cameras, set the video settings for primary feed to match what is here.
HKSV works on iOS and Mac.
Metadata
Metadata
Assignees
Labels
tested configA new tested configurationA new tested configuration