1 2 3 | ||
Editor: DerekD
Time: 2009/09/26 08:28:49 GMT+2 |
||
Note: quality |
added:
From DerekD Sat Sep 26 08:28:49 +0200 2009
From: DerekD
Date: Sat, 26 Sep 2009 08:28:49 +0200
Subject: quality
Message-ID: <20090926082849+0200@www.multicamserver.com>
Various settings can be set on demand.
Examples:
JPEG stream: http://localhost:8080/current.mjpg?size=640x480Examples:
JPEG stream: http://localhost:8080/current.mjpg?height=100Examples:
JPEG stream: http://localhost:8080/current.mjpg?width=200note: height and width are not available for screen shots
you may request a picture with a frame around it. The image will be scaled to fit the remaining space.
Examples:
black border http://localhost:8080/current.jpg?borderwidth=5&bordercolor=000000Picture border is only available for current.jpg, not for screen shots or motion JPEG streams.
To set the frame rate on demand, define the fps parameter.
Examples:
http://localhost:8080/current.mjpg?fps=2
to filter picture replay, use the filter parameter:
Example:
http://localhost:8080/motion.mjpg?filter=20051019*
this will show pictures taken on Oct 19th 2005 (if pictures were save with time based names)
Example:
http://localhost:8080/screen.mjpg?size=640x480&fps=1
this will show your desktop sized to 640x480 and refreshed once per second