Creates an image file from a video frame stored in the rolling buffer.
Media Server creates the image from a frame as close as possible to the specified time
value. However, if there is no video that corresponds exactly to the requested time, the actual timestamp of the returned frame may differ.
Parameter | Description | Required |
---|---|---|
OutputFormat | The output format for the image. The default returns a JPEG image. | No |
Stream | The stream in the rolling buffer to create the image from. | Yes |
Time | The time that the desired frame occurs. (EPOCH milliseconds or ISO-8601 format). You must use UTC time. | Yes |
http://localhost:14000/action=CreateImage
&Stream=BBCNews
&Time=1430214314000
&OutputFormat=tiff
The action returns the image.
|