Skip to content

Instantly share code, notes, and snippets.

View rianadon's full-sized avatar

rianadon

View GitHub Profile
@rianadon
rianadon / 360vid-streaming.py
Last active April 10, 2019 05:34
Files for "A Guide to H.264 Streaming with Regards to FRC"
"""
This is the code we use to view the camera output.
It also had code to construct a birds-eye view from the four camera streams
our robot runs. Don't worry about that part though. We don't use it.
"""
import cv2
import numpy as np
# Define a few utility functions