Select Page

ABIOLA RASP – Raspberries for African School Projects

Wie können wir helfen?

< Alle Themen
Print

Use Pi Presents for Presentation

no-083 au-03

Use Pi Presents for Presentation

Pi Presents is a toolkit for producing interactive multimedia applications for museum, visitor centers, and more. Pi Present is different, it is stand alone, multi-media, highly interactive, diverse in it set of control paradigms slideshow, cursor controlled menu, radio button, and hyperlinked show, and able to interface with users or machines over several types of interface.

Install python packages for Pi Present

Raspbian OS version and omxplayer must be up-to-date.

  1. Run below command to update your packages

sudo apt-get update

2. Run below command to upgrade your system

sudo apt-get upgrade

You must install below packages. Run below command step by step on the terminal

sudo apt-get install python-imaging
sudo apt-get install python-imaging-tk
sudo apt-get install unclutter sudo apt-get install mplayer
sudo apt-get install uzbl
sudo apt-get install python-pexpect
sudo apt-get install python-imaging-tk

Download Pi Present

  1. To download the latest version, please run below command

wget https://github.com/KenT2/pipresents-gapless/tarball/master -O - | tar xz

2. Move the folder into pipresents

mv KenT2-pipresents-gapless-5a95d85/ ./pipresents

Download Sample Presentation

  1. Download example

wget https://github.com/KenT2/pipresents-gapless-examples/tarball/master -O - | tar xz

2. Move the pp_home folder into new pp_home

mv KenT2-pipresents-gapless-examples-e1847cd/pp_home ./pp_home

Start the presentation

  1. To start the sample presentation, run below commad

python /home/pi/pipresents/pipresents.py -p pp_mediashow_1p3

You can use the keyboard arrows to change the slide.

Inhaltsverzeichnis