HTTP - Login - Configuration

Joined
Jan 29, 2019
Messages
1
Reaction score
0
Location
Chennai, India
HI Experts,

I have dahua ip camera model no. : Model No. : IPC-HFW5231E-Z12E. I want to adjust the focus value using C# programming. generally using rtsp we can see live view in vlc or any other player.

I have tried the following command using browser (mentioned in dahua sdk), but its asking username and password, how do we pass the username and password

http://<ip>/cgi-bin/devVideoInput.cgi?action= adjustFocus&focus=<focus>&zoom=<zoom>

i tried to login the following command in browser, not working.

Please help.
 

usaf_pride

Pulling my weight
Joined
Mar 10, 2017
Messages
284
Reaction score
170
HI Experts,

I have dahua ip camera model no. : Model No. : IPC-HFW5231E-Z12E. I want to adjust the focus value using C# programming. generally using rtsp we can see live view in vlc or any other player.

I have tried the following command using browser (mentioned in dahua sdk), but its asking username and password, how do we pass the username and password

http://<ip>/cgi-bin/devVideoInput.cgi?action= adjustFocus&focus=<focus>&zoom=<zoom>

i tried to login the following command in browser, not working.

Please help.
try
Code:
http://username:password@IP/cgi-bin/snapshot.cgi?
 
Top