Skip to main content

Video Livestream Requests

POST 

/vision/livestream/:registration

This endpoint returns the vehicle's livestream links. This endpoint uses partial success:

  • Cameras that succeed are returned in data
  • Cameras that fail are listed in failed_cameras with reason
  • HTTP 200 is returned even if some (or all) cameras fail

This allows you to show working cameras to the user immediately while indicating which cameras are unavailable.

Requesting multiple cameras: Cameras share the vehicle's own cellular connection, which has limited bandwidth, so they are not all streamed simultaneously. Response time increases with the number of cameras requested rather than staying flat. If the connection can't keep up, the affected cameras fail quickly (typically within ~30 seconds) rather than hanging, and are reported in failed_cameras so you still get the cameras that succeeded. data is always ordered by camera ID regardless of which camera responded first.

Note: This service is available exclusively for Cartrack Vision API enabled accounts. If you do not have access (HTTP 403), contact our sales representative."

Request

Responses

Successful operation