-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I would like to use a zoneminder url to get the camera stream instead of connecting directly to my cameras. I attempted:
@camera1Host = "192.168.10.21" ## CHANGE
@camera1Port = "80" ## CHANGE
@camera1Username = 'None' ## CHANGE
@camera1Password = '' ## CHANGE
@camera1URL = "/cgi-bin/nph-zms?mode=single&monitor=3"
@newfile1 = "assets/images/cameras/snapshot1_new.jpeg"
@oldFile1 = "assets/images/cameras/snapshot1_old.jpeg"
but it didn't work
the following command works just fine
wget "http://192.168.10.21/cgi-bin/zms?mode=single&monitor=3" -O foo.jpg
so I'm not sure why the cameras widget will not display...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels