-
|
I originally intended this just for wired power to the camera, but I noticed that the camera acquires IP information from my DHCP server, also registers an mDNS entry on the network. So, HTTP access seems like it should work, however after connecting, the camera simply closes the connection. As a guess, tried using the configured and enabled COHN basic authentication, but getting the same result. Access using NCM over direct connected USB works great, used it to get the COHN certificate/username/password. I would like to know if there is a way to configure the camera to respond over the wired Ethernet it has successfully configured ... BTW, just noticed that the camera was happy to give me it's root certificate over the wired Ethernet, so all the basics work. It just doesn't want to do anything else. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
When accessing the camera in this manner, are you using HTTPS and the username and password. The camera will not respond over the network without using SSL. (It will accept non-SSL when directly connecting using USB or the cameras AP, and when accessing the cameras certificate) |
Beta Was this translation helpful? Give feedback.
-
|
I've succeeded in getting this to work, the demos and tutorials were clear and helpful. The flaw was in my confusion over using the proper curl options. |
Beta Was this translation helpful? Give feedback.
I've succeeded in getting this to work, the demos and tutorials were clear and helpful. The flaw was in my confusion over using the proper curl options.