D-Link Forums
		D-Link IP Cameras for Home => DCS series Network Cameras => Topic started by: cc90202 on February 26, 2014, 05:26:57 AM
		
			
			- 
				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
- 
				Did you try the feed at http://username:password@IPaddress:portnumber/video/mjpg.cgi