bybruno 0 Posted May 22, 2015 Hello, how can i obtain a picture from the camera using something like that? http://192.168.1.108/images/stream_0.jpg I have the following url but i want a picture not a video and i don´t want install the vlc i just want a picture. rtsp://admin:admin@xxx.xxx.xxx.xxx:554/cam/realmonitor?channel=1&subtype=1 Thanks for your help Bruno Share this post Link to post Share on other sites
Boogieman 1 Posted May 22, 2015 So are we supposed to guess as to what camera you are using? Share this post Link to post Share on other sites
jeromephone 6 Posted May 22, 2015 are you talking snapshot? as opposed to live video? camera info would be informative. Share this post Link to post Share on other sites
mkkoskin 0 Posted May 25, 2015 Based on the rtsp path, this would seem to be a Dahua camera. To get a snapshot via browser, try one of these: http://IP_ADDR:9988/onvif/media_service/snapshot http://IP_ADDR:9989/onvif/media_service/snapshot http://IP_ADDR:9989/onvif/media_service/snapshot?channel=1&subtype=0 Share this post Link to post Share on other sites
rkalantri 0 Posted October 31, 2015 Hello, I have problem to capture snapshot. I am using the following model: Device TypeIPC-HFW1120RM Software Version2.420.0000.4.R, build : 2015-04-17 WEB Version3.2.1.262736 ONVIF Version2.4.1 I am using the following command to capture a image: http://192.168.1.108/cgi-bin/snapshot.cgi?chn=1&u=admin&p=[mypassword] Problem: 1.It still asks for username password pop-up even though i am supplying the credentials. (check screenshot) 2. After manual authentication, snapshot works sometimes, but refreshing the page or using the same URL repeatedly stops giving out fresh snapshot. Please help. Share this post Link to post Share on other sites
mkkoskin 0 Posted November 2, 2015 Hello,I have problem to capture snapshot. I am using the following model: Device TypeIPC-HFW1120RM Software Version2.420.0000.4.R, build : 2015-04-17 WEB Version3.2.1.262736 ONVIF Version2.4.1 I am using the following command to capture a image: http://192.168.1.108/cgi-bin/snapshot.cgi?chn=1&u=admin&p=[mypassword] Problem: 1.It still asks for username password pop-up even though i am supplying the credentials. (check screenshot) 2. After manual authentication, snapshot works sometimes, but refreshing the page or using the same URL repeatedly stops giving out fresh snapshot. Please help. You need to add the credentials to the url the way browser understands them: http://admin:password@192.168.1.108/cgi-bin/snapshot.cgi Share this post Link to post Share on other sites