Skip to content

Video Stream

Ediz Genc edited this page May 26, 2021 · 1 revision

Summary

The vehicle will transmit a live video stream to the UI, in order to emulate a more realistic driving experience. The video will be streamed through the app via MQTT; sufficient bandwidth, response time, and resolution are paramount.


Functional Requirements

  1. The system shall allow the driver to turn on/off the camera.
  2. The system shall be designed to provide a comfortable experience during the streaming of the image.
  3. The system shall stream the image through a reliable platform.
  4. The system shall have a camera window/view through a layout.

Non-functional requirements

  1. The system should have a live streaming strategy that involves publishing your broadcast.
  2. The visual images in the form of a live stream should be carried out reasonably accurately and fast.
  3. Bandwidth transmission capacity should be fairly large enough bit rates to stream the quality visual images.

Constraints

  1. Visual images in the form of a live stream will be provided fairly fast i.e.less than 30 seconds.

Clone this wiki locally