Jump to content
bybruno

How get picture (not real time video) from camera

Recommended Posts

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

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.

1455961238_2015-10-31(1).png.5bb642e90bafbb623a207a4e1bf6c2e9.png

Share this post


Link to post
Share on other sites
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×