Wallace and Gromit, two of the world’s most beloved cartoon characters, started life as primitive pieces of colored putty. But like other non-digital animations, they come to life by painstakingly photographing the scene 24 times for every second of footage.
You don’t need high-end equipment to make your own movie: in this age of digital cameras or high-resolution smartphones, anyone can try. Here on .com we have covered various examples of slow motion camera apps. for many years for smartphones, and this is a great solution.
But what if you want something more permanent? If you have a Raspberry Pi with a PiCam camera module, you’re on your way to building your own stop-motion animation studio!
Get your beats together
For this project, you will need a Raspberry Pi computer and a PiCam module that is compatible with all versions of the Pi. If you don’t already have one, these are inexpensive digital camera modules with 1080p video capability that can be purchased from Amazon for as little as $30.
These are just the basics, however. If you’re planning on building a fully top-down tabletop animation rig (including the cel animation used by cartoonists), you’ll also need to assemble a podium — essentially a stand or gear to hold our PiCam freeze frame.
You may prefer to avoid this if you’re doing Wallace & Gromit-style side-by-side animation, for which you’ll just need a proper grip for Raspberry Pi and PiCam and a tripod. Plus, a smartphone dashboard mount can prove invaluable.
You may also find it useful to have a Raspberry Pi case that allows you to mount the camera as shown in the picture above. You can get them pretty cheap on Amazon.
Finally, you may appreciate adding a button to take photos rather than typing a command into the Pi via SSH To do this, you’ll need a solderless breadboard, two female-to-female wires, and a bi-state button.
While you’re thinking about it, here’s a video on how to make plasticine bunnies.

Set up the PiCam module
If you haven’t set up PiCam yet, then you need to start by connecting it to your Raspberry Pi.
You will find the destination socket a short distance from the Ethernet port, although its exact location depends on which Raspberry Pi module you are using. Start by lifting up the plastic clip on the connector, then slide the PiCam flex cable into position so the metal connectors are facing away from the Ethernet cable.
With the PiCam plugged in, you can get involved in all sorts of projects, from using the Pi as a security camera to turning it into a video camera. We recently covered a number of great Raspberry Pi camera designs. what you might want to take a look at before proceeding.
Setting up your Raspberry Pi as a camera
With the PiCam connected, it’s time to connect and boot up the Raspberry Pi as usual. With the Raspbian operating system, you will be fine which can be manually installed on the SD card. or, if you prefer, holding hands using the NOOBs tool
After booting up and properly configuring (usually with sudo raspi-config) it’s time to start testing the camera. Boot into the GUI (type startx if you booted to a screen with text) and at the command prompt type:
raspistill -o image1.jpg
A photo of what is in front of the camera will be taken, which you will find by opening File Manager and reviewing home catalog. Double click to open the image for further study — you will notice that it is upside down.
(If you want to make more images now, just change the filename in the command from image1.jpg to image2.jpg, etc.)