Hello all,
I need get still JPEG images in a browser, directly from Cisco 2500 camera. Currently it works with Axis and Panasonic cameras (e.g. Axis: http://<ip>/axis-cgi/jpg/image.cgi?resolution=320x240).
Is possible get a snapshot from 2500 IP camera issuing a direct URL?
Thank you and best regards,
Javier Copete.
Hi fjcopete,
I can't speak for the 2500, as it is not a Small Business product. For the SMB cameras, you can get a snapshot with the following:
http://x.x.x.x:1024/img/snapshot.cgi?size=3&quality=1
x.x.x.x = IP address or DynDNS address
:1024 is the port that my camera was forwarded to. Leave this out if connected locally.
Local example:
http://192.168.1.102/img/snapshot.cgi?size=3&quality=1
size=3 => 3 = 640x480
Alternates:
size=2 => 2 = 320x240
size=1 => 1 = 160x120
quality=1 => 1 = Very High
Alternates:
quality=2 => 2 = High
quality=3 => 3 = Normal
quality=4 => 4 = Low
quality=5 => 5 = Very Low