camera: transformer un laptop en camera de surveillance pour appartement

This commit is contained in:
2025-08-29 09:09:39 +02:00
commit f3fc2590a7
5 changed files with 65 additions and 0 deletions

8
script.sh Executable file
View File

@@ -0,0 +1,8 @@
cd /home/tlavocat/dev/camera
while :
do
source .venv/bin/activate
python3 camera.py
curl -u 'thomas:)eCi;@R;dFaH9qr' -T filename.jpg https://nextcloud.chaussette.sale/remote.php/dav/files/thomas/Monitoring/$(date '+%Y-%m-%d_%H:%M:%S').jpg
sleep 5m
done