From 8d5bdda7d27448ab2fb1f552df96f9b78842460f Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Sat, 15 Mar 2025 22:18:37 +0100 Subject: [PATCH] Update Demo-Mode.md --- docs/Demo-Mode.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Demo-Mode.md b/docs/Demo-Mode.md index 7998b4f..8d58a33 100644 --- a/docs/Demo-Mode.md +++ b/docs/Demo-Mode.md @@ -33,6 +33,7 @@ There are several ways to collect images from your device: 1. Use the [Parameter `RawImagesLocation`](../Parameters/#parameter-rawimageslocation) to store them directly onto your SD card. 1. Use the Webhook to send the raw image on each round to a dedicated server, see [Webhook](../Webhook) resp. [../Parameter `UploadImg`](Parameters/#parameter-uploadimg). 1. Another option is to pull the images periodically from `http:///img_tmp/raw.jpg`. Eg. with an external service. Below is a (Linux)-Bash script to do it: + ```bash #!/bin/bash while [[ true ]]; do