KatPadi's Point

Category: Toys & Games

Time-Lapse Video Generator Using Raspberry Pi

So, I’ve been tinkering with my Raspberry Pi for the past couple of days. This weekend, I started with my time-lapse video generator using Raspberry Pi and its camera module. Taking snapshots is easy because RPi has a built-in raspistill command: raspistill -hf -vf -x -o melody.jpg There are many options which you can find here. When I connected the camera…

DxS: The Coffee Slayer

A clone of the game Heavy Bird created using the Phaser framework which is a clone of the widely-popular game Flappy Bird. It’s basically cloneception! Anyway, the main difference is that it doesn’t score up when you get pass a tower. It scores++ when you collect Starbucks drinks. I also made it shake and throw random blocks when you…