gtraines / t800-vision

A HUD overlay for Terminator T800 Vision

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

t800-vision

A Heads-Up-Display (HUD) overlay for Terminator T800 Vision

Two T800 Vision programs are provided.

  • t800-vision1.py has original Terminator HUD, but does not scan.
  • t800-vision2.py has Terminator 2 style HUD and scans periodically.
  • terminator.py is the common code for camera feed and HUD display.

Installation

pip3 install -r requirements.txt

Running

To run each one:

python3 t800-vision1.py

or

python3 t800-vision2.py

on Linux or Mac:

./t800-vision1.py

or

./t800-vision2.py

Press [ESC] to terminate the program.

Credits

Credits to the following owners of original videos. NB: Re-use only within their terms.

About

A HUD overlay for Terminator T800 Vision

License:MIT License


Languages

Language:Python 100.0%