https://github.com/waveform80/flight-render
Some trivial scripts for rendering data from the Pycon SenseHAT flight
https://github.com/waveform80/flight-render
Last synced: 7 months ago
JSON representation
Some trivial scripts for rendering data from the Pycon SenseHAT flight
- Host: GitHub
- URL: https://github.com/waveform80/flight-render
- Owner: waveform80
- Created: 2016-06-23T13:06:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-23T16:35:10.000Z (about 10 years ago)
- Last Synced: 2025-05-20T17:14:58.997Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Instructions
============
On a Raspberry Pi (preferably a fast one, like a 3B), install the required
packages with the following commands::
sudo apt-get install libav-tools povray povray-includes python3 \
fonts-dejavu-core make
If you wish, edit the variables at the top of the ``Makefile`` (these allow you
to set things like the frame resolution and the number of frames to render).
The defaults produce a 720p (HD) movie with 10,000 frames (~7 minutes long at
24fps).
Finally, run::
make
Then sit back for a long time while it renders (be aware that the defaults will
require several hundred megs of free space on your SD card).