exsilium / docker-unifi-video

Dockerized Ubiquiti Unifi Video Controller software (v3.10.13). Mainly intended to be ran within MacOS
15 stars 9 forks source link

can't find G3 video camera #3

Closed klowy closed 7 years ago

klowy commented 7 years ago

I followed your terrific guide, but the UNIFI Video page can't locate the camera.

The only step I wasn't able to complete was this (which seems fairly important):

Camera provisioning By default, Docker provides network isolation and due to that the automatic discovery will not work. Directly access your camera IP and enter the host IP of your server where the unifi-video docker image is running.

How do I find the IP address? I did a scan of my network and couldn't find it.

thx

exsilium commented 7 years ago

You can try the Ubiquiti Device Discovery Tool chrome extension for that.

By default, cameras get the IP in your network via DHCP, check the most recent IP leases given out (whichever device is the one acting as the DHCP server). You can also try to static-map a MAC ID of the camera for the DHCP to give out a specific IP for the device.

Hopefully this helps. 🍻

exsilium commented 7 years ago

Hopefully, your setup works. Closing.