Since it doesn't support ONVIF protocol, the only way to add it into SS is to obtain the video stream path of the camera. You can observe the communication between the camera and its cloud service to try to get the path. However, it is usually not working because the communications may...
I'm not sure if this is possible or not but it would be great to have a way to find all Onvif devices on the network.Contributor sinchb commented Jun 9, 2015 @Hackeron This lib is what you want. Contributor sinchb commented Jun 10, 2015 does it work for you? @Hackeron py...
Thast code for i try to setup my new name Camera_101: from onvif import ONVIFCamera, ONVIFService, ONVIFError camera = ONVIFCamera(192.168.1.10, 8899, admin, pass, u'/etc/onvif/wsdl') media = camera.create_media_service() profile_token = media.GetProfiles()[0].token osd_channel_token...