From a70ad224231f209818de08c8ae83099763b57976 Mon Sep 17 00:00:00 2001 From: Marcel Weschke Date: Sun, 25 Oct 2020 17:32:47 +0100 Subject: [PATCH] README.md, further optimization added an info camera PDF paper for collegues 'ARES_Foto.pdf'. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ab649f..a04f6a1 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ __Installation des Betriebsystems auf dem Raspberry Pi__:
# Playing audio Message - shell script -For this job we will use **aplay**. is a command-line soundfile recorder for the ALSA soundcard driver. It supports several file formats and multiple soundcards with multiple devices. Make a new file called "audio_message.sh" for example. This file will contain the following lines: +For this job we will use **aplay**. aplay is a command-line soundfile recorder for the ALSA soundcard driver. It supports several file formats and multiple soundcards with multiple devices. Make a new file called "audio_message.sh". It will contain the following lines: ``` aplay /home/pi/Documents/ARES_TimeLapse/ARES_FotoText.wav ``` # Taking a Photo - shell script -For this job we will use **raspistill**. raspistill is a command line tool for capturing still photographs with the camera module. Make a new file called "take_photo.sh" for example. This file will contain the following lines: +For this job we will use **raspistill**. raspistill is a command line tool for capturing still photographs with the camera module. Make a new file called "take_photo.sh". It will contain the following lines: ``` #!/bin/sh @@ -71,5 +71,6 @@ Jeden Tag um 15:00 Uhr, wird die Datei "take_photo.sh" abgespielt, um ein Foto z # ToDo's - [X] Add the right Cronjob file and description. +- [ ] Add new photo which shows the camera setup in the tunnel - Phase II.