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.
		
		
		
		
		
			
		
			
				
					
					
						
							25 lines
						
					
					
						
							458 B
						
					
					
				
			
		
		
	
	
							25 lines
						
					
					
						
							458 B
						
					
					
				| [shepherd]
 | |
|   plugin_dir = "~/shepherd/"
 | |
|   plugins = ["scout"]
 | |
|   root_dir = "~/shepherd/"
 | |
|   conf_edit_path = "~/shepherd.toml"
 | |
|   id = "testnode"
 | |
| [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"
 | |
| 
 |