Drive Streams

Drive streams are collections of consecutive images from a front-facing on-vehicle camera at a specified time.

Start/end locations for Drives from three different vehicles within a bounding box. Start/end locations for Drives from three different vehicles within a bounding box.

Before an application can request Drive streams, the application must first request Drive data using the GET /drives endpoint. This returns a set of Drives based on a number of input parameters (geographic area, time period, etc.).

Each Drive returned will include a unique vehicle identifier in the “VehicleId” field. This vehicle identifier, along with the time of the Drive, can then be passed to the GET /vehicles/{vehicleId}/streams endpoint to request the Drive images.

Retrieving Location, Speed or Heading information in each image

Since the drive data returned by the GET /drives endpoint only includes the location, speed and heading of the first image in the drive stream, the location/speed/heading of each image is returned in the images' EXIF data. Refer to the GET /vehicles/{vehicleId}/streams endpoint for further details.

Vizzion Confidential and Proprietary