c
5 postseverything filed under c
-
2016-04-12
Mayhem, Amiga game, ported to Raspberry Pi
Update - I’ve taken Mayhem forward to create Mayhem 2.
-
2016-01-18
Pocket PiGRRL - Battery Monitor
I recently made myself an Adafruit Pocket PiGRRL and I wanted to modify it so it would warn me when the battery was running low - there is a small red LED but its hidden inside the case!
-
2013-09-03
Raspberry Pi Syncing data with RaspiVid
Since I used a Raspberry Pi to capture video and data from my car and then overlay the data onto the video, I’ve been looking for an easier way of synchronising data with video, simply put “Its was...
-
2013-08-23
Compile Raspberry Pi Userland / RaspiVid / RaspiStill
I’ve been working on a few changes to the RaspiVid program which controls the raspberry pi camera board.
-
2013-08-22
Shared Memory C & Python IPC
I had a problem whereby I needed to use a C program to capture video, in this case RaspiVid (the raspberry pi camera capture program), but I wanted to sync the video with data being capture by a Py...