GitHub - NilayBhatt/DesignPatternsPi

Group 04 Final Project 🍀

This project enables a Raspberry Pi to take photos throughout the day and at the end of the day create a .gif file of all the timelapse photos and tweet it to a user's account. Depending on what sensers are attached to the Pi at the time a photo is taken, the Pi will behave differently. For example, if a temperature sensor is attahced to the Pi, it will be determined if the temperature is hot or cold and accordingly a Blue or Red hue will be added after a photo is taken.

Installation and Dependencies

  1. Install Maven on your machine: http://maven.apache.org/download.cgi
  2. Make sure to set all the Environment Variables properly, and check the installation by running mvn --version command in your terminal.