README.md, further optimization added an info camera PDF paper for collegues 'ARES_Foto.pdf'.
This commit is contained in:
@@ -27,13 +27,13 @@ __Installation des Betriebsystems auf dem Raspberry Pi__:<br>
|
|||||||
|
|
||||||
|
|
||||||
# Playing audio Message - shell script
|
# 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
|
aplay /home/pi/Documents/ARES_TimeLapse/ARES_FotoText.wav
|
||||||
```
|
```
|
||||||
|
|
||||||
# Taking a Photo - shell script
|
# 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
|
#!/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
|
# ToDo's
|
||||||
- [X] Add the right Cronjob file and description.
|
- [X] Add the right Cronjob file and description.
|
||||||
|
- [ ] Add new photo which shows the camera setup in the tunnel - Phase II.
|
||||||
<!--- - [ ] {{{color(red, Warning example.)}}} ) -->
|
<!--- - [ ] {{{color(red, Warning example.)}}} ) -->
|
||||||
<!--- - [-] Half-checked. ) -->
|
<!--- - [-] Half-checked. ) -->
|
||||||
|
|||||||
Reference in New Issue
Block a user