What should I enter into the "URL command" box?
Simply enter the text shown in bold italic below. You should use cut and paste to make sure you get it right.
Select your camera type to view the correct URL command:
Axis cameras and video servers:
- For MJPEG (recommended):
axis-cgi/mjpg/video.cgi
Both of these URLs may accept some parameters, which may make impact on the result. The most popular parameters are resolution (to specify the desired size of the video output), camera (to specify the camera's number in the case of a video server), and the desired frame rate (only for MJPEG sources):
Samples:
axis-cgi/jpg/image.cgi?resolution=320x240
axis-cgi/mjpg/video.cgi?camera=2
axis-cgi/mjpg/video.cgi?camera=2&des_fps=5
To get the complete HTTP API and the list of all supported parameters, please, refer the Axis support web site.
StarDot cameras and video servers:
- StarDot NetCam:
netcam.jpg
- StarDot Express 6 (video server):
jpeg.cgi?<cameranumber>
for example:
jpeg.cgi?3
PiXORD cameras
- JPEG:
images1sif
- MJPEG:
getimage?camera=1&fmt=sif&delay=10
Panasonic cameras
- JPEG:
SnapshotJPEG[?Resolution=<resolution>][&Quality=<quality>]
for example:
SnapshotJPEG?Resolution=320x240&Quality=Standard
- MJPEG:
nphMotionJpeg[?Resolution=<resolution>][&Quality=<quality>]
for example:
nphMotionJpeg?Resolution=320x240&Quality=Standard
D-Link cameras
Foscam cameras
- JPEG:
snapshot.cgi?user=admin&pwd=admin
- MJPEG:
videostream.cgi?user=admin&pwd=admin
TRENDnet cameras
The following URL was tested with a TRENDnet TV-IP110W IP camera:
Do not use the configure tool in Cam Wizard, Instead type the following URL directly into the "H/W devices" panel, replace the IP address with that of your camera:
http://admin:admin@192.168.1.2/cgi/mjpg/mjpg.cgi
You will have to replace user and password if needed eg:
http://name:password@192.168.1.2/cgi/mjpg/mjpg.cgi
If you are using a port other than 80 then you must enter it, for example for port 81:
http://admin:admin@192.168.1.2:81/cgi/mjpg/mjpg.cgi
|