Skip to main content

MediaPipe for Raspberry Pi OS on Raspberry Pi 4

Project description

MediaPipe Python Package (Unofficial) for RaspberryPi OS(32 bit) on Raspberry Pi 3 / 4

Project Homepage : https://github.com/google/mediapipe

Installation

1. Install FFmpeg and OpenCV from official repository OR Build from sources using this Guide .

sudo apt install ffmpeg python3-opencv python3-pip

Note: FFmpeg and OpenCV from official repository have been built with less optimisations. It is recommended to build from sources with the supported optimisations.

2. Install dependency packages

sudo apt install libxcb-shm0 libcdio-paranoia-dev libsdl2-2.0-0 libxv1  libtheora0 libva-drm2 libva-x11-2 libvdpau1 libharfbuzz0b libbluray2 libatlas-base-dev libhdf5-103 libgtk-3-0 libdc1394-22 libopenexr23

For Raspberry Pi 4

3. Install package

sudo pip3 install mediapipe-rpi4

To Uninstall package

sudo pip3 uninstall mediapipe-rpi4

For Raspberry Pi 3

3. Install package

sudo pip3 install mediapipe-rpi3

To Uninstall package

sudo pip3 uninstall mediapipe-rpi3

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

mediapipe-rpi4-0.8.8.tar.gz (29.8 MB view hashes)

Uploaded Source

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