Skip to content

RudgeLab/Flypi

 
 

Repository files navigation

Flypi

This is the repository for the flypi project

#necessary libraries:

LED Ring from Adafruit: https://github.com/adafruit/Adafruit_NeoPixel

LED Matrix from Adafruit: https://github.com/adafruit/Adafruit-LED-Backpack-Library

gpac library: sudo apt-get update sudo apt-get install gpac

libav library: sudo apt-get update sudo apt-get install libav-tools

*.h264 conversion to *.avi:

is done via avconv (which is installed with libav-tools).

#outdated: #conversion from h264 to mp4 () MP4Box -add filename.h264 filename.mp4

//from here we need to convert it to a series of images (like *.avi) to be read on //imagej. We are doing this right now using a software called streamclip, that unfortunately does not work on linux. --> we are going to find a better solution for this! #end of outdated

Releases

No releases published

Packages

No packages published

Languages

  • KiCad Layout 49.3%
  • OpenSCAD 21.3%
  • Python 15.8%
  • Other 13.6%