https://blmgeotest.synology.me/uploads/picam.html
Es kann per Script auf dem RaspberryPi mit der
URL http://blmgeotest.synology.me/uploads/picam.php
ein Bild auf die Synology (/web/uploads/picam.jpg) geladen werden.
Das Skript hier als Text im Wiki: schalte_sendeFoto.py
Das automatische aufnehmen ist als crontabjob Konfiguriert sudo crontab -e
Das Empfängerscript auf der Synology heißt picam.php
Die Anzeige kann direkt mit der URL der Bilddatei erfolgen oder mit der Seite picam.html. (Die index.html wird automatisch angezeigt wenn nichts weiter angegeben wird diese kann zusätzlich experimentelle Elemente enthalten.)
https://blmgeotest.synology.me/uploads/picam.html <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="language" content="de-DE"> <meta http-equiv="Content-type" content="text/html;charset=utf-8"> <meta name="mobile-web-app-capable" content="yes"> <meta http-equiv="refresh" content="60"> <style type="text/css"> body {margin: 0 auto;} #container {width: 350px;text-align: center;background-color: Royalblue;} #container h3{display: inline-block;} </style> </head> <body> <div id="container"> <a href="http://blmgeotest.synology.me/uploads/picam/"> <h3>picam.html Bildanzeige</h3> </a> <br> <a href="https://blmgeotest.synology.me/uploads/picam.jpg"> <img src="picam.jpg"> </a> </div> </body> </html>
http://blmgeotest.synology.me/
In manchen Ordnern liegt eine ls.php Datei damit wird der Inhalt des Ordners aufgelistet.
https://learn.adafruit.com/raspberry-pi-hq-camera-case/overview