Set Image size
Just add parameters to the Picture or Stream URL:
http://your.server.ip:8080/screen.jpg?size=480x360
example screenshot 480x360
Screen Shot original size
http://your.server.ip:8080/current.jpg?size=480x360
example camera shot enlarged to 480x360
http://your.server.ip:8080/current0.jpg?size=60x40
example camera shot reduced to 60x40
Set Border Bolor and Width in Request
http://your.server.ip:8080/current.jpg?borderwidth=5&bordercolor=FF0000
Set Frame Rate in Request
To define the frame rate in a a request, add the parameter fps=x
example:
http://your.server.ip:8080/screen.mjpg?size=480x360&fps=.5
http://your.server.ip:8080/current.mjpg?size=160x120&fps=5
|