Giant Video Walls Powered By A Raspberry Pi

There’s no denying that giant video walls are awesome, but creating one usually means a fairly complex setup with either multiple computers or very expensive video cards. Now, with Pi Wall, you can make a video wall as large as your wallet will allow with only one Raspi per monitor, and a single master pi to control the whole shebang.

As long as you have a few displays with an HDMI input, it’s easy to turn them into a giant monitor. Just plug one Pi per monitor into a network switch, have a Pi (or other Linux box) transmit a video to all the video tiles, and sit back and enjoy the show.

Right now there is an installation guide for creating a Pi Wall, but there are a few limitations; this software only works with the video player provided with the Raspberry Pi, omxplayer. If you’re looking to create an enormous display for a flight simulator or what have you, you might need to do a bit of tinkering under the hood.

Multiple Raspberry Pi Boards Used To Create Video Wall

Five Rasberry Pi’s are used to drive this four-display video wall. This screenshot shows the system playing back some BBC documentaries. The sync, alignment, and video quality all seem to be spot on which makes it quite easy for your eye to assemble the images into one picture.

Each screen has its own Raspberry Pi which generates the HDMI video shown on the screen. These are fed from one central RPi board which acts as the controller. Video is pushed between the boards using the Real Time Streaming Protocol (RTSP) available through the Linux GStreamer package. Synchronization between the different video boards is taken care of using network time. [Samer] mentions that this system is scalable — each additional screen simply requires one more RPi to drive it.

The team also did some experiments with live video. They added a sixth RPi board with the camera module in order to display a live feed.