-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
executable file
·35 lines (35 loc) · 1.16 KB
/
settings.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
{
"camera_settings": {
"led": false,
"vflip": true,
"hflip": true,
"annotate_text_size": 128
},
"mqtt":{
"clientID": "camera_132",
"brokerURL": "192.168.43.183",
"brokerPort": 1883,
"pinsTopic": "pins/A/",
"publish":{
"rebootTopic": "device/camera/:deviceID/set/reboot",
"settingsTopic": "device/camera/:deviceID/set/settings",
"captureTopic": "device/camera/:deviceID/set/capture",
"startCaptureTopic": "device/camera/:deviceID/set/start_capture",
"stopCaptureTopic": "device/camera/:deviceID/set/stop_capture",
"startStreamTopic": "device/camera/:deviceID/set/start_capture",
"stopStreamTopic": "device/camera/:deviceID/set/stop_capture"
},
"subscribe":{
"statusTopic": "device/camera/:deviceID/get/status"
}
},
"server":{"ip":"192.168.43.183:3000","url":"/device/:deviceID/images", "interval": 10},
"backupMountScript": "sudo mount -t cifs -o user=Qualia-A,password=manovich //Qualia-As-Mac-mini.local/images /media/nas/",
"backupDirectory": "/media/nas/A/",
"localImageFolder": "/home/pi/Desktop",
"pin_settings": {
"18": false
},
"backupActive": true,
"fallbackLoopTime": 10
}