postalarm=<int> 0, ... Number of images to be saved after an alarm
occurs.
predelay=<int> <milliseconds> The preferred time between the pre alarm images in
milliseconds.
Default is one second, 1000 milliseconds.
postdelay=<int> <milliseconds> The preferred time between the post alarm images
in milliseconds.
Default value is equal to the value of predelay. I.e.
1000 milliseconds if not specified, and for example
3000 milliseconds, if predelay is set to that.
index=<int> <image number> The index of image in buffer.
Example 1: Create an image buffer, named DOOR1, with 10 pre alarm images and 15 post alarm images.
http://myserver/axis-cgi/buffer/command.cgi?do=start&buffername=DOOR1
&prealarm=10&postalarm=15&&uri=ftp://jpg/1/image.jpg
Example 2: Stop a buffer.
http://myserver/axis-cgi/buffer/command.cgi?do=stop&buffername=DOOR1
Example 3: Get images from a buffer.
http://myserver/axis-cgi/buffer/command.cgi?do=get&buffername=DOOR1&index=1
5.2.5 MJPG video request
Request Multipart JPEG image.
Method: GET
Syntax:
Comments to this Manuals