Fetching an image directly from camera

Have some questions or having issues with your IP Camera(s), Post them here for the mods and other users to assist you with.
Post Reply
mooseefus
Posts: 2
Joined: Mon Sep 12, 2016 12:49 pm

Fetching an image directly from camera

Post by mooseefus »

Assuming that you know the address of the camera, is it possible to fetch an image directly from the camera by using the ip address? I have a 3MP bullet.

For example:
Fetching JPG snapshots by URL parameters

The URL example is as follows:

http://ip address:port/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=admin&pwd=xxx
mooseefus
Posts: 2
Joined: Mon Sep 12, 2016 12:49 pm

Re: Fetching an image directly from camera

Post by mooseefus »

I found the answer a couple places in this forum at:

Anyway to use browser to view the cam without any plugin?
Melvin
Site Admin
Posts: 2210
Joined: Wed Oct 14, 2015 2:20 pm

Re: Fetching an image directly from camera

Post by Melvin »

Hello mooseefus ,

You can use the MJPEG stream of the camera using the command below. This is basically the sub-stream and lower quality.

http://user:Pwd@ip:port/cgi-bin/mjpg/video.cgi?[channel=<channelno>]&subtype=1

You can also stream the main video through VLC player using the RTSP code below.

rtsp://user:pwd@ip:port/cam/realmonitor?channel=1&subtype=0
Can't find your answer on the forum? Try our Knowledge Base! https://amcrest.zendesk.com/hc/en-us

Image
User avatar
TheUberOverLord
Posts: 32
Joined: Sun Jul 31, 2016 5:14 pm

Re: Fetching an image directly from camera

Post by TheUberOverLord »

You can use this method which is NOT secure. Meaning that the IP Cameras DDNS, ISP IP Address, Port and User credentials are exposed in the clear:

https://amcrest.com/forum/general-discu ... html#p5198

Or use these secure methods ("Other examples shown after first non-secure example above.") where nothing about the IP Camera or NVR/DVR is exposed:

Don
danieltigse
Posts: 3
Joined: Thu Nov 10, 2016 6:35 pm

Re: Fetching an image directly from camera

Post by danieltigse »

What configuration do I need to play the RTSP stream via my VLC player? I test the url:
http://user:Pwd@ip:port/cgi-bin/mjpg/video.cgi ?[channel=<channelno>]&subtype=1
But it doesn't work.
Post Reply