Go to documentation repository
Page History
...
Tip |
---|
{VIDEOSOURCEID} – three-component source endpoint ID (see Get list of video sources (cameras)cameras and information about them). For instance, "SERVER1/DeviceIpint.3/SourceEndpoint.video:0:0". |
...
Parameter | Required | Description | |||||
---|---|---|---|---|---|---|---|
w h | No | w – frame width, h – frame height.
| |||||
crop_x crop_y crop_width crop_height | No | Available from Axxon One 1.0 crop_x – horizontal indent from the upper left corner. Possible values are 0 to 1. The default is 0. crop_y – vertical indent from the upper left corner. Possible values are 0 to 1. The default is 0. crop_width – the ratio of the original image width. Possible values are 0 to 1. The default is 1. crop_height – the ratio of the original image hight. Possible values are 0 to 1. The default is 1. |
...
To get a snapshot in the original resolution: GET http://IP-Address:port/prefix/live/media/snapshot/Server1/DeviceIpint.23/SourceEndpoint.video:0:0.
To get a snapshot a snapshot in 640*480 resolution: GET httpGET http://IP-Address:port/prefix/live/media/snapshot/Server1/DeviceIpint.23/SourceEndpoint.video:0:0?w=640&h=480.
To get the right lower particle of a snapshot: GET http://IP-Address:port/prefix/live/media/snapshot/Server1/DeviceIpint.23/SourceEndpoint.video:0:0?crop_x=0.5&crop_y=0.5&crop_width=0.5&crop_height=0.5.
To get the right lower particle of a snapshot in 640*480 resolution: GET GET http://IP-Address:port/prefix/live/media/snapshot/Server1/DeviceIpint.23/SourceEndpoint.video:0:0?w=640&h=480&crop_x=0.5&crop_y=0.5&crop_width=0.5&crop_height=0.5.