-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
50 lines (50 loc) · 1.27 KB
/
config.json
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
{
"shutdownCmd": "/sbin/shutdown -h now",
"convertPath": "/usr/bin/convert",
"intervalDelay": 5,
"intervalInterval": 10,
"intervalShots": 250,
"shutterFocusPin": 7,
"shutterReleasePin": 8,
"shutterPressedTime": 200,
"sliderPinLeft": 16,
"sliderPinRight": 15,
"sliderLimitPin": 18,
"cameraSettings": [
{
"model": ".*",
"params": [
{
"category": "settings",
"param": "capturetarget",
"value": "Memory card"
},
{
"category": "capturesettings",
"param": "imagequality",
"value": "NEF+Basic"
}
]
},
{
"model": "(d7000|d5100)",
"params": [
{
"category": "imgsettings",
"param": "imagesize",
"value": "2464x1632"
}
]
},
{
"model": "d7200",
"params": [
{
"category": "imgsettings",
"param": "imagesize",
"value": "2992x2000"
}
]
}
]
}