Heads-Up-Display Library using Open CV libraries
Creator: Jeevan Prakash
It is a library currently designed to be used with FRC robots or any vision system where the program will be displaying specific incoming data coming from an onboard processing system in the form of gauges, bargraphs, lines of text, etc. on top of a video stream.
It is currently going to be tested with a live videostream through the use of the VideoCapture() class.
Documentation:
https://docs.google.com/document/d/1sqLKF9MTwBlhPmWDXRrIBfmYMgjToeO5ulkTKaWTRcM
Installation Script for Mac OS:
curl -s https://raw.githubusercontent.com/Saint-Francis-Robotics-Team2367/HeadsUpDisplay-Published/master/installHUD.sh?token=AOStZK_evU3RnuGhMNVqUEzuWYwmqqpdks5cXLwrwA%3D%3D | bash
Installation Script for Linux OS
curl -s https://raw.githubusercontent.com/Saint-Francis-Robotics-Team2367/HeadsUpDisplay-Published/master/installHUD.sh?token=AOStZK_evU3RnuGhMNVqUEzuWYwmqqpdks5cXLwrwA%3D%3D | bash
Disclaimer: The linux script has not be implemented correctly yet