Added Proper Files

This commit is contained in:
Tim Schilling | IuK
2024-09-16 08:51:16 +02:00
parent 1fb8f9c427
commit 9cf4e5142b
5 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -93,8 +93,8 @@ echo -e "${GREEN}======== Downloading videos ========${NOCOLOR}"
cd videos/
# Download video files
download_file "videos/loop.mp4"
download_file "videos/trigger.webm"
download_file "videos/thumb.jpg"
download_file "videos/trigger.mp4"
cd ..
+1 -1
View File
@@ -7,7 +7,7 @@ import sys
os.system('sudo chvt 1')
# Pfade zu den Dateien
THUMBNAIL_IMAGE = "/home/tim/PiVideo/videos/thumb.jpeg"
THUMBNAIL_IMAGE = "/home/tim/PiVideo/videos/thumb.jpg"
TRIGGER_VIDEO = "/home/tim/PiVideo/videos/trigger.mp4"
LOG_FILE = "/home/tim/PiVideo/log.txt"

Before

Width:  |  Height:  |  Size: 254 KiB

After

Width:  |  Height:  |  Size: 254 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

BIN
View File
Binary file not shown.