VueronTechnology
KR
  • EN
  • KR
  1. OsloFile
VueronTechnology
KR
  • EN
  • KR
  • Vueron VueFlow Operation Manual
  • Mbembo
    • User
      • UserLogin
      • RefreshToken
    • Statistics
      • Get Zone Statistics
      • Get Zone Statistics Client
    • Event
      • Stream Event
      • Stream Area Frame
    • 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
    • Websocket Stream
    • Vueron Response
    • BaseModel
  1. OsloFile

OsloFileHeader

{
    "osloFileState": "Loading",
    "createdAt": "2019-08-24T14:15:22.123Z",
    "frameSeq": 0,
    "frameCount": 0,
    "frameRate": 0,
    "recordConfig": {
        "solution": "string",
        "project": "string",
        "egoType": "string",
        "country": "string",
        "name": "string",
        "lidars": [
            {
                "id": 1,
                "lidarModel": "string",
                "lidarProxy": "string",
                "lidarIP": "string",
                "lidarPort": 0,
                "lidarCommandPort": 0,
                "lidarLive": "Y",
                "calibration": {
                    "id": 1,
                    "x": 0,
                    "y": 0,
                    "z": 0,
                    "roll": 0,
                    "pitch": 0,
                    "yaw": 0,
                    "rgb": "string",
                    "invert": true
                },
                "alarmPoint": 0
            }
        ],
        "lidarCount": 0,
        "etcDevices": [
            "Radar"
        ]
    },
    "recordAuthor": "string",
    "recordTag": [
        {
            "createdAt": "2019-08-24T14:15:22.123Z",
            "weather": "Sunny",
            "sceneType": "Alley",
            "location": "string",
            "memo": "string"
        }
    ],
    "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": [
        {
            "id": 1,
            "lidarModel": "string",
            "lidarProxy": "string",
            "lidarIP": "string",
            "lidarPort": 0,
            "lidarCommandPort": 0,
            "lidarLive": "Y",
            "calibration": {
                "id": 1,
                "x": 0,
                "y": 0,
                "z": 0,
                "roll": 0,
                "pitch": 0,
                "yaw": 0,
                "rgb": "string",
                "invert": true
            },
            "alarmPoint": 0
        }
    ],
    "gpsCalibration": {
        "heading": 0,
        "latitude": -90,
        "longitude": -180
    },
    "modelRange": {
        "minX": 0,
        "maxX": 0,
        "minY": 0,
        "maxY": 0
    }
}
Built with