Skip to main content

Raspberry Pi GPIO-controlled video looper

Project description

rpi-vidlooper

A video looper for the Raspberry Pi, controlled by GPIO pins. Designed to run an unattended video display, where users can select the active video by switch.

MIT licensed.

Features

  • Play videos using OMXplayer, a hardware- assisted video player for smooth playback.
  • Switch between 2 or more videos using hardware switches wired to the Raspberry Pi's GPIO pins.
  • Optionally, indicate the active video by LED. This can be used with arcade-style switches which have built-in LEDs, or separate ones.
  • Callback-based, rather than polling-based. This means that button presses should always be acted upon.
  • Thread locking, to avoid issues when buttons are pressed rapidly and the video hasn't finished loading yet.

Usage

I've published a two part tutorial on my blog:

  • In part 1, I cover the hardware parts list and build instructions, including a 3D-printed case
  • In part 2, I describe this rpi-vidlooper software tool and how to get it set up and configured

On the hardware side, you'll need a Raspberry PI with several switches, one for each video. Each switch should be connected to a GPIO pin, and to ground. Optionally, you can set up an indicator LED for each video, connected to a GPIO pin.

Install dependencies:

sudo apt-get update
sudo apt-get install python3-pip omxplayer fbi

Install rpi-vidlooper:

pip3 install rpi-vidlooper

This creates the vidlooper command. For usage help, see:

vidlooper --help

Troubleshooting

RuntimeError: No access to /dev/mem. Try running as root!

By default, you'll need to run sudo vidlooper, to gain access to the GPIO pins and the graphics card (GPU) for omxplayer. Generally, this is not recommended.

To avoid this, the user you want to run the vidlooper as will need to be in the gpio group. For example, for the pi user, you'd need to do this:

sudo usermod -a -G gpio pi

See further information on this issue.

No rights to /dev/vchiq

See the OMXplayer troubleshooting to fix this issue. It's also possible to avoid by running sudo vidlooper, but as above, this is not recommended.

Further reading

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rpi_vidlooper-0.4.tar.gz (21.9 kB view details)

Uploaded Source

File details

Details for the file rpi_vidlooper-0.4.tar.gz.

File metadata

  • Download URL: rpi_vidlooper-0.4.tar.gz
  • Upload date:
  • Size: 21.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.2

File hashes

Hashes for rpi_vidlooper-0.4.tar.gz
Algorithm Hash digest
SHA256 c12b7091b3e10d1ec8ca9189fcb75c7326f14c95494ec96f1806608b7028a349
MD5 0a8b389f641a5834667e1fe05e41e7d4
BLAKE2b-256 679ff967cc1c355f65b2520382cd3e60c1061f17fe8f44d313df8ef207d6683f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page