Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section


Column
width45%


Panel
titleНа странице:

Table of Contents



Column



Добавление маркера видеокамеры на карту

Code Block
{
    "method": "axxonsoft.bl.maps.MapService.UpdateMarkers",
    "data": {
        "changed": {
            "map_id": "00000000-0000-0000-0000-000000000002",
            "updated": {
                "position": {
                    "x": 37.342491,
                    "y": 55.684160
                },
                "component_name": "hosts/SERVER1/DeviceIpint.1/SourceEndpoint.video:0:0",
                "display_title": true,
                "camera_marker": {
                    "field_of_view": {
                        "angle": 50,
                        "direction": {
                            "x": 0,
                            "y": 60000
                        }
                    },
                    "video_frame_arrangement": {
                        "incline": 0,
                        "distance": 0,
                        "angle": 0
                    }
                }
            }
        }
    }
}

...