Class: Making Media Making Devices
Instructor: Matt Richardson
Since its birth, Raspberry Pi has been used to create many media applications related to making sound and video devices. For one of the in-class exercises, we wanted to make a time-lapse GIF animation using one of the libraries provided by Raspberry Pi.
Here is the code in Thonny, very simple and with Python, it is written in a way quite easy to understand. The first 2 lines of code make sure the libraries needed are identified and which applications from those libraries required to run the code.
Below is a quick demo of how the application works.
Comments