def __init__(self):
     threading.Thread.__init__(self)
     self.init = init.init()
     self.camera = camera_view.camera_view
     self.engine = opencv2.opencv2
     self.input = control.control
     self.config = config.iron_ore_mining
     self.console = interface.interface
 def __init__(self):
     threading.Thread.__init__(self)
     self.init = init.init()
     self.camera = camera_view.camera_view
     self.engine = opencv2.opencv2
     self.input = control.control
     self.console = interface.interface
     self.gps = gps.gps
     self.detector = object_detection.object_detection
     self.config = config.object_detection_config
Ejemplo n.º 3
0
 def __init__(self):
     threading.Thread.__init__(self)
     self.sca = logout.logout
     self.init = init.init()
     self.camera = camera_view.camera_view
     self.engine = opencv2.opencv2
     self.input = control.control
     self.config = config.nz_training_config
     self.console = interface.interface
     self.signal = send_mail.sendmail
Ejemplo n.º 4
0
 def __init__(self):
     threading.Thread.__init__(self);
     self.sca = logout.logout;
     self.init = init.init();
     self.camera = camera_view.camera_view;
     self.engine = opencv2.opencv2;
     self.input = control.control;
     self.config = config.herb_cleaning_config;
     self.detector = object_detection.object_detection();
     self.console = interface.interface;
     self.signal = send_mail.sendmail;
Ejemplo n.º 5
0
 def __init__(self):
     threading.Thread.__init__(self)
     self.sca = logout.logout
     self.init = init.init()
     self.camera = camera_view.camera_view
     self.engine = opencv2.opencv2
     self.input = control.control
     self.config = config.marrentill_tar_config
     self.detector = object_detection.object_detection()
     self.console = interface.interface
     self.signal = send_mail.sendmail