Prototype
Our prototype can be found at the following links.
The prototype is a realtime stitcher that can be configured to work with a 2 camera setup. It uses OpenCV to detect keypoints and compute the homography matrix. The stitcher uses the homography matrix to stitch together the two streams into a single stream.
The prototype consists of a full-stack python Django environment hosted in a Heroku instance. We have connected our repository to CircleCI, which automatically tests, builds and deploys our application when any commits are pushed to the repository. The prototype dependencies are packaged in a custom vagrant build for a consistent development and testing environment on our local machines.