You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
613 B
29 lines
613 B
[shepherd]
|
|
plugin_dir = "~/shepherd/"
|
|
plugins = ["scout"]
|
|
root_dir = "~/shepherd/"
|
|
conf_edit_path = "~/shepherd.toml"
|
|
id = "testnode"
|
|
hostname = "shepherd-test"
|
|
control_server = "api.shepherd.distreon.net"
|
|
#control_server = "127.0.0.1:5000"
|
|
api_key = "v2EgvYzx79c8fCP4P7jlWxTZ3pc"
|
|
[scout]
|
|
boardver = "3"
|
|
serialport = "/dev/ttyUSB0"
|
|
[usbcam]
|
|
[[usbcam.camera]]
|
|
name = "USB1"
|
|
usb_port = "*"
|
|
[[usbcam.camera]]
|
|
name = "USB2"
|
|
usb_port = "*"
|
|
[[usbcam.camera]]
|
|
name = "USB3"
|
|
usb_port = "3.1.2.1"
|
|
[[usbcam.trigger]]
|
|
hour = "*"
|
|
minute ="*/10"
|
|
second = "1"
|
|
|