I am creating a program to talk to a IP Camera, of this model:
This has a simple web interface and I've successfully talked to it in order to control it, and grab video and snapshots from it.
However, I can't find any good documentation on how to detect that this camera is on the network, nor which particular IP address it has.
So far the only tool I have that finds it is the bundled windows software.
I'm assuming (hoping!) that there is a better way than just iterating over all IP addresses in range and seeing if there's something that looks like the camera interface there.
Does anyone know how to do this?
Is there a known API for this sort of thing?
Note that since it is an IP camera, it doesn't connect directly to my computer, and thus there is nothing installed locally I can talk to.
Here are some more details:
- The camera and the software I'm making will be sold, which means I cannot rely on any particular type of setup at the clients place, except for working DHCP
- The camera has no API documentation that I can find, if anyone has stronger google-fu than me on that score, please enlighten me
- The camera has DHCP support, so it does in fact connect to the network successfully, the question is how I can reliably find it afterwards
- I do not know if it has a hostname, the documentation says nothing and my own DHCP server lists only the MAC address for it