Dear all, I'm trying to accessing via HTTP my D-LINK 942L.
I'm using OpenCV library (open source) to programming that.
When I try to open the streaming using "http://xx.xx.xx.xx" embedded in the C++ class it doesn't work.
---
VideoCapture vcap("http://xx.xx.xx.xx");
----
I tried any option: "http://xx.xx.xx.xx:<port>/video.cgi" and so on...nothing!
I set also the userid/pwd in the string, like "http://xx.xx.xx.xx/?user=admin&pwd=xxxx"
Is there a mode to properly open the streaming using code to get the video in C++ code? Anybody at D-LINK can help me?
I stopped the project :-(
Best regards
Cristiano