Installation

Do you have any feedback for the guide? Is anything unclear? Please contact me <thanh_nam.bach@student.reutlingen-university.de>

Project structure

../_images/folder.PNG

Installing the project

Drivers

Before using the project you need to install the drivers for NDI Aurora system and the AV.io frame grabber. The drivers are available in the root\docs folder. Alternatively here are the official links

NDI Aurora System

Hint

Possibly you need to register at the NDI support portal with your student email. But that is fast.

Avio Epiphan Framegrabber

Python environment

  • Install Python 3.7.5 or higher from https://python.org

  • Clone the project with git clone https://github.com/Zailux/TTRP.git <path/to/project>

  • Create a clean virtual environment with virtualenv. Please check out virtualenv documentation.

  • Install the relevant packages with pip install -r requirements.txt

Starting the application

  • Configure your application in the config.py module
    • Configure the COM Port for serial connection to the NDI Aurora system. In Windows you’ll find that info under control panel > device manager > COM devices.

    • Optionally configure the paths and video input of your system. But normally the defaults should suffice. If you have a webcam you might need to change the video input to 1.

  • Start the main.py