timers = (Timer(main_time, args.b[0], args.b[1]), Timer(main_time, args.b[0], args.b[1]))
if args.cam:
- capture = subprocess.Popen(['python', 'capture.py', '-c', '-d', str(args.d), '-r',
+ capture = subprocess.Popen(['python', 'src/capture.py', '-c', '-d', str(args.d), '-r',
str(args.r[0]),
str(args.r[1])], stdin=subprocess.PIPE)
last = 0