Camera integration HA

Hello people,

i need to integrate this camera on HA:

http://unotec.es/en/2338-unotec-ceiling-two-wifi-360-surveillance-camera-8435461006308.html?ps_mobile_site=1

I can not integrate the camera. Is this camera compatible with HA? Does the camera have a security level and do not let this camera open in the HA? I created the “Generic MJPEG IP Camera” component and I can not connect! gives me the error: “(Image not Avaible)”.
Help me please !

You’ll need to find out what the URL for the camera image or mjpeg stream is.

The might be something in the camera’s API/CGI documentation.

I have different cameras and one of them requries

  still_image_url: http://192.168.7.81/img/snapshot.cgi

while I have to use

  still_image_url: http://192.168.7.82/image/jpeg.cgi

for the other.

And I have a third camera model, a cheap Annke one, that I haven’t been able to find the URL for myself so I cannot show it on my dashboard.