summaryrefslogtreecommitdiff
path: root/make_photo
diff options
context:
space:
mode:
authorRobert Scheibe <rob.scheibe@gmail.com>2024-12-20 23:14:29 +0100
committerRobert Scheibe <rob.scheibe@gmail.com>2024-12-20 23:14:29 +0100
commit44a4a65f8c7244244d9b9102193d682ba89d3048 (patch)
treef0fd53a163c851c5d3144f875dc5fd85d14a67c9 /make_photo
parent3593215e7375389a6deea3802796b7476119e0fb (diff)
added script for plotted data
Diffstat (limited to 'make_photo')
-rwxr-xr-xmake_photo6
1 files changed, 3 insertions, 3 deletions
diff --git a/make_photo b/make_photo
index f6818f1..3c27888 100755
--- a/make_photo
+++ b/make_photo
@@ -1,10 +1,10 @@
#!/bin/bash
export LC_TIME=de_DE.utf-8
image=/mnt/ramdisk/$(date +'%H_%M').jpg
-image_small=/mnt/ramdisk/$(date +'%H_%M')_thumb.jpg
+#image_small=/mnt/ramdisk/$(date +'%H_%M')_thumb.jpg
rpicam-still -o $image
#add date string
-convert $image -resize 1024x768 -gravity SouthEast -font DejaVu-Sans -pointsize 50 -stroke black -undercolor black -bordercolor white -border 10 -fill "rgba(255,255,255,0.5)" -annotate +30+30 "$(date +\\'%Y-%m-%d %H:%M\')" $image
-convert $image -resize 200x150 $image_small
+convert $image -resize 1024x768 -gravity SouthEast -font DejaVu-Sans -pointsize 50 -stroke black -undercolor black -fill "rgba(255,255,255,0.5)" -annotate +30+30 "$(date +\\'%Y-%m-%d %H:%M\')" $image
+#convert $image -resize 200x150 $image_small