camera: transformer un laptop en camera de surveillance pour appartement
This commit is contained in:
8
script.sh
Executable file
8
script.sh
Executable 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
|
||||
Reference in New Issue
Block a user