VueronTechnology
EN
  • EN
  • KR
  1. Frames
VueronTechnology
EN
  • EN
  • KR
  • Vueron VueFlow Operation Manual
  • Mbembo
    • User
      • UserLogin
      • RefreshToken
    • Statistics
      • Get Zone Statistics
      • Get Zone Statistics Client
    • Event
      • Stream Area Frame
      • Stream Event
    • AlarmLog
      • Get AlarmLog Count
      • Get AlarmLog List
  • Schemas
    • VueFlowSchema
      • Client
        • Client
        • OsloClient
        • ClientCalibration
        • GPSCalibration
        • ClientStat
        • BackgroundImage
        • OsloEventConfig
        • ReportLog
        • UserRole
        • User
        • OsloScheduleRecord
        • MinIOConfig
        • ModelRange
      • Lidar
        • LidarInfo
        • Calibration
        • Lidar
      • VObject
        • VObject
        • VObjectType
        • VObjectViolationType
      • Zone
        • Zone
        • CongestionMode
        • CongestionLevel
        • TargetSide
        • ZoneDirection
        • ZoneStatistics
        • ChartMetric
        • ChartZoneStat
        • gimpo airport specific role
      • ZoneMZMode
        • ZoneMZMode
        • ZoneComponent
        • MetricComponent
        • FilterComponent
        • ObjectBehaviorDetectionComponent
        • ObjectStatusDetectionComponent
        • SituationDetectionComponent
        • ZoneComponentType
        • ObjectStat
      • OsloFile
        • OsloFile
        • OsloFileHeader
        • OsloEventLogStreamInfo
        • OsloPlaylist
      • OsloEvent
        • OsloEventConfig
        • OsloEventType
      • OsloCommand
        • OsloCommandMode
        • OsloCommand
        • PlayInfo
        • RecordInfo
        • CalibrationGuide
      • Alarm
        • AlarmLog
        • AlarmType
        • Payload
        • AlarmFilter
      • Types
        • BoolStatus
        • AlarmType
        • Coord3D
        • ModelRange
        • OsloClientMode
      • Frames
        • AreaFrame
        • ClientFrame
        • ZoneFrame
        • StreamHeader
      • WebsocketEvent
        • WebsocketEvent
        • WebsocketEventType
        • WebsocketActionType
      • Remote Support
        • RemoteSupport
      • Area
      • Oslo Config
    • Vueron Response
    • Websocket Stream
    • BaseModel
  1. Frames

ClientFrame

{
    "id": 0,
    "clientID": 0,
    "mode": 0,
    "frameSeq": 0,
    "createdAt": "2019-08-24T14:15:22.123Z",
    "areaID": 0,
    "areaSeqNum": 0,
    "activeLidar": 0,
    "client": {
        "id": 0,
        "createdAt": "2019-08-24T14:15:22.123Z",
        "updatedAt": "2019-08-24T14:15:22.123Z",
        "deletedAt": 0,
        "areaID": 0,
        "name": "string",
        "description": "string",
        "host": "192.168.0.1",
        "port": 0,
        "fingerprint": "string",
        "lidarCount": 0,
        "frameRate": 0,
        "clientMode": 0,
        "alarmType": "DiskFull",
        "reportMsg": "string",
        "reportPayload": "string",
        "clientStat": {
            "id": 0,
            "createdAt": "2019-08-24T14:15:22.123Z",
            "clientID": 0,
            "zoneID": 0,
            "congestionLevel": 0,
            "zoneCount": 0,
            "passingCount": 0,
            "activeLidarCount": 0
        },
        "area": {
            "id": 0,
            "createdAt": "2019-08-24T14:15:22.123Z",
            "updatedAt": "2019-08-24T14:15:22.123Z",
            "deletedAt": 0,
            "name": "string",
            "description": "string",
            "clients": [
                {}
            ]
        },
        "zones": [
            {
                "id": 0,
                "clientID": 0,
                "name": "string",
                "areaM2": 0,
                "congestionMode": "Simple",
                "congestionThreshold": 0,
                "targetSides": [
                    {
                        "index": 0,
                        "name": "string",
                        "violationDirection": "In"
                    }
                ],
                "congestionLevels": [
                    {
                        "level": 0,
                        "threshold": 0,
                        "rgb": "string"
                    }
                ],
                "vertices": [
                    {
                        "x": "string",
                        "y": "string",
                        "z": "string"
                    },
                    {
                        "x": "string",
                        "y": "string",
                        "z": "string"
                    },
                    {
                        "x": "string",
                        "y": "string",
                        "z": "string"
                    }
                ],
                "targetClass": [
                    "CAR"
                ],
                "filterClass": [
                    "CAR"
                ],
                "violationClass": [
                    "CAR"
                ]
            }
        ],
        "lidars": [
            {
                "clientID": 0,
                "lidarID": 0,
                "lidarName": "string",
                "position": {
                    "x": 0,
                    "y": 0,
                    "z": 0
                },
                "state": 0
            }
        ],
        "calibration": {
            "clientID": 0,
            "x": 0,
            "y": 0,
            "z": 0,
            "yaw": 0
        },
        "backgroundPCD": "string"
    },
    "zoneFrames": [
        {
            "id": 0,
            "zoneID": 0,
            "clientFrameID": 0,
            "avgVelocity": 0,
            "avgTime": 0,
            "vobjectCount": 0,
            "areaMSquare": 0,
            "congestionValue": 0,
            "zone": {
                "id": 0,
                "clientID": 0,
                "name": "string",
                "areaM2": 0,
                "congestionMode": "Simple",
                "congestionThreshold": 0,
                "targetSides": [
                    {
                        "index": 0,
                        "name": "string",
                        "violationDirection": "In"
                    }
                ],
                "congestionLevels": [
                    {
                        "level": 0,
                        "threshold": 0,
                        "rgb": "string"
                    }
                ],
                "vertices": [
                    {
                        "x": "string",
                        "y": "string",
                        "z": "string"
                    },
                    {
                        "x": "string",
                        "y": "string",
                        "z": "string"
                    },
                    {
                        "x": "string",
                        "y": "string",
                        "z": "string"
                    }
                ],
                "targetClass": [
                    "CAR"
                ],
                "filterClass": [
                    "CAR"
                ],
                "violationClass": [
                    "CAR"
                ]
            },
            "vobjects": [
                {
                    "id": "2502121739150129875",
                    "clientID": 0,
                    "clientFrameID": 0,
                    "createdAt": "2019-08-24T14:15:22.123Z",
                    "type": "CAR",
                    "age": 0,
                    "zoneID": 0,
                    "beforeZoneID": "string",
                    "zoneFlag": 0,
                    "inTime": "2019-08-24T14:15:22.123Z",
                    "stayDuration": 0,
                    "outTime": "2019-08-24T14:15:22.123Z",
                    "inTargetSide": 0,
                    "outTargetSide": 0,
                    "latitude": 0,
                    "longitude": 0,
                    "position": {
                        "x": 0,
                        "y": 0,
                        "z": 0
                    },
                    "width": 0,
                    "height": 0,
                    "length": 0,
                    "angle": 0,
                    "velocityX": 0,
                    "velocityY": 0,
                    "trajectories": [
                        {
                            "x": 0,
                            "y": 0
                        }
                    ],
                    "target": true,
                    "filtered": true,
                    "violoation": true,
                    "violationType": "ViolationTypeObject"
                }
            ]
        }
    ],
    "vObjects": [
        {
            "id": "2502121739150129875",
            "clientID": 0,
            "clientFrameID": 0,
            "createdAt": "2019-08-24T14:15:22.123Z",
            "type": "CAR",
            "age": 0,
            "zoneID": 0,
            "beforeZoneID": "string",
            "zoneFlag": 0,
            "inTime": "2019-08-24T14:15:22.123Z",
            "stayDuration": 0,
            "outTime": "2019-08-24T14:15:22.123Z",
            "inTargetSide": 0,
            "outTargetSide": 0,
            "latitude": 0,
            "longitude": 0,
            "position": {
                "x": 0,
                "y": 0,
                "z": 0
            },
            "width": 0,
            "height": 0,
            "length": 0,
            "angle": 0,
            "velocityX": 0,
            "velocityY": 0,
            "trajectories": [
                {
                    "x": 0,
                    "y": 0
                }
            ],
            "target": true,
            "filtered": true,
            "violoation": true,
            "violationType": "ViolationTypeObject"
        }
    ]
}
Built with