Request camera recalibration between DMS and ADAS.
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "task_id": "string"
}
}
Used to set the camera height.
OK
{- "camera_height": 120
}
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "task_id": "string"
}
}
This API allows users to specify the installation position of a dashcam. The location can be set for left-hand drive vehicles, right-hand drive vehicles.
• Left:The dashcam is installed on the left side of the vehicle, suitable for left-hand drive vehicles.
• Right:The dashcam is installed on the right side of the vehicle, suitable for right-hand drive vehicles.
OK
{- "location": "Left"
}
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "task_id": "string"
}
}
Specifies the type and installation location of the DMS camera.
OK
{- "facing": "string",
- "location": "Center"
}
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "task_id": "string"
}
}
Set up both the device installation location and the DMS camera at the same time.
This endpoint is only available for devices running Camera App version 11.2.24.30 or above
.
Devices with an older version will not be able to access this API.
OK
{- "device_location": "string",
- "dms_camera_type": "string",
- "dms_camera_location": "string"
}
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "task_id": "string"
}
}