13 lines
298 B
Markdown
13 lines
298 B
Markdown
# PiVideo
|
|
|
|
This is a collection of scripts which run a video in a loop until a Button connected to GPIO is Pressed.
|
|
Then another video is played once.
|
|
|
|
For installation download and run setup.sh
|
|
|
|
```bash
|
|
wget -L "https://raw.githubusercontent.com/miT-nib-hcI/PiVideo/main/setup.sh"
|
|
./setup.sh
|
|
```
|
|
|