Face Tracking using a Raspberry Pi with the Camera Module!

 From the console:

Steps to setup a Raspberry Pi and Install Open CV (for Python 2.7)

Steps given for friends who wanted to setup their own Raspberry Pi’s before my class.  I recorded the video, and will post it later. All steps done starting with image: 2015-05-05-raspbian-wheezy.img Install Raspian: https://www.raspberrypi.org/downloads/raspbian/ and follow the install guide: https://www.raspberrypi.org/documentation/installation/installing-images/README.md – Basically, on a mac, running sudo dd bs=1m if=2015-05-05-raspbian-wheezy.img of=/dev/disk2s1 – This will take […]

Rhythm Player – Arduino Based Rhythm Automatic Game Player

This is the code behind an Arduino based Rhythm game (Rock Band, Guitar Hero, etc) automatic player. The project consisted of 3 sub-projects: Rhythm Player Midi – This project is designed to read the midi files from the disk and create an intermediary file displays the notes and the delay between each note. The code […]

Rock Band – Visual Detection

As I started working on my Arduino Rock Band Player, I originally attempted to read the screen and watch the notes as they scrolled down the screen. It was an interesting project that let me attempt my hand at scaling, cutting, creating histograms, and other computer vision techniques. This also let me try my hand […]