Fixed the file tree

This commit is contained in:
Tim
2024-08-12 07:38:29 +02:00
parent 41c263da15
commit 4b48dabb8b
+2
View File
@@ -20,6 +20,7 @@ Since it is a realativly simple Python script you can modify as needed.
The videos which are played are in the videos folder, as the nameing of the files suggests the loop.mp4 is played on loop and the trigger.mp4 is played once when the GPIO button has been pressed. The videos which are played are in the videos folder, as the nameing of the files suggests the loop.mp4 is played on loop and the trigger.mp4 is played once when the GPIO button has been pressed.
You can replace the files as needed with your own files. The files included right now are just for demonstration. You can replace the files as needed with your own files. The files included right now are just for demonstration.
```
- PiVideo/ - PiVideo/
|- videos/ |- videos/
| |- loop.mp4 | |- loop.mp4
@@ -28,5 +29,6 @@ You can replace the files as needed with your own files. The files included righ
|- start.sh |- start.sh
|- stop.sh |- stop.sh
|- reload.sh |- reload.sh
```
The button to trigger the video switch is by default conected to GPIO 17 and GND, you can change this in the Scipt itself if needed. The button to trigger the video switch is by default conected to GPIO 17 and GND, you can change this in the Scipt itself if needed.