Terrapin-Rocket-Team / SRAD-Avionics

Code and PCBs for the avionics subteam for the SRAD flight computer and side projects
6 stars 2 forks source link

Basic Raspberry Pi Teensy Interface and Live Video Radio Code #104

Closed jhauerst closed 4 months ago

jhauerst commented 6 months ago

This pull request contains basic working live video code, which includes the interface between the Raspberry Pi and the Teensy and basic live video Teensy transmitter and receiver code. Note that it does not include fully featured Teensy receiver code, which is being worked on in #67. It also includes updated configuration files, setup scripts, and Python video handlers for the Pi, though these have not been fully tested.

Major Changes

Minor Changes

Usage

See #103