forked from AllskyTeam/allsky
-
Notifications
You must be signed in to change notification settings - Fork 9
/
config_RPiHQ.sh.repo
50 lines (34 loc) · 1.46 KB
/
config_RPiHQ.sh.repo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#!/bin/bash
source ~/allsky/scripts/ftp-settings.sh
# Set camera to RPiHQ
CAMERA=RPiHQ
# Set to true to upload current image to your website
UPLOAD_IMG=false
# Set to true to upload timelapse video to your website at the end of each night
UPLOAD_VIDEO=false
# Set to true to send data to your server at the end of each night
POST_END_OF_NIGHT_DATA=false
# Set to true to generate a timelapse at the end of the night
TIMELAPSE=true
# Timelapse frame rate (number of frames per second)
FPS=10
# Set to true to generate a keogram at the end of the night (image summary of the night)
KEOGRAM=true
# Set to true to upload the keogram after it has been generated
UPLOAD_KEOGRAM=false
# Set to true to generate a startrails image of the night. Will skip brighter images to avoid over-exposure
STARTRAILS=true
# Images with a brightness higher than the threshold will be skipped for startrails image generation
BRIGHTNESS_THRESHOLD=0.5
# Set to true to upload the startrails after it has been generated
UPLOAD_STARTRAILS=false
# Set to true to enable automatic deletion of archived data (images + videos)
AUTO_DELETE=true
# Set this value to the number of archived nights you want to keep. Needs AUTO_DELETE=true to work
NIGHTS_TO_KEEP=14
# Path to the dark frame for hot pixels subtraction. Can be jpg or png.
DARK_FRAME="dark.png"
# Set to 0 to disable Daytime Capture
DAYTIME="1"
# Path to the camera settings (exposure, gain, delay, overlay, etc)
CAMERA_SETTINGS=~/allsky/settings.json