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, or centered on the dashboard.
location string Yes Specifies the installation location of the dashcam. "Center", "Left", "Right"
• Center:The dashcam is installed in the center of the dashboard (For UVC Camera).
• 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": "Center"
}
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "task_id": "string"
}
}
Set up the DMS camera, either using UVC or an embedded camera. When you set the camera position to the center through the previous API, please proceed to enable the DMS function on the UVC Camera using this API.
OK
{- "facing": "string"
}
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "data": {
- "task_id": "string"
}
}