You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
I tried installing using docker on debian 8 and am planning to use multiple IP-cameras acording to the documentation. I am trying to add the first IP-camera using the default docker-compose.yml (which I do not need to modify if I understand correctly ?)
Also second question is that after I get the cameras working I want to use this plugin https://doc.kerberos.io/2.0/addons/People_Counting How do I install/use this with every camera when using docker? Do I install the plugin in a container somehow? Step-by-step instructions would be appreciated.
Edit2: I just noticed that when I use the "machinery" port I see the videofeed from the camera. And after that the camera in web-ui magicly works suddenly using the url="http://192.168.0.37:82/snapshot.cgi?user=admin&pwd=". But I still would like to know how to incorporate the people counter plugin using the multiple docker cameras.
The text was updated successfully, but these errors were encountered:
I tried installing using docker on debian 8 and am planning to use multiple IP-cameras acording to the documentation. I am trying to add the first IP-camera using the default docker-compose.yml (which I do not need to modify if I understand correctly ?)
I can access the web-ui and tried adding the path to my ip camera like: "http://192.168.0.37:82/videostream.cgi?user=admin&pwd=&resolution=32&rate=0" (I have also tried alot of other paths). The urls work in a standard browser but nothing shows up in kerberos. Am I missing something?
Edit: I found some other documentation and also tried this with same result (shows up in browser but not in kebreos) "http://192.168.0.37:82/snapshot.cgi?user=admin&pwd=&dummy=.mjpg"
Also second question is that after I get the cameras working I want to use this plugin https://doc.kerberos.io/2.0/addons/People_Counting How do I install/use this with every camera when using docker? Do I install the plugin in a container somehow? Step-by-step instructions would be appreciated.
Edit2: I just noticed that when I use the "machinery" port I see the videofeed from the camera. And after that the camera in web-ui magicly works suddenly using the url="http://192.168.0.37:82/snapshot.cgi?user=admin&pwd=". But I still would like to know how to incorporate the people counter plugin using the multiple docker cameras.
The text was updated successfully, but these errors were encountered: