Skip to content

Instantly share code, notes, and snippets.

@Nsk1107
Created November 21, 2016 16:14
Show Gist options
  • Select an option

  • Save Nsk1107/8233c529d90d233238e0c2d65cefac59 to your computer and use it in GitHub Desktop.

Select an option

Save Nsk1107/8233c529d90d233238e0c2d65cefac59 to your computer and use it in GitHub Desktop.
import CamHandler
import defTstWindow
import threading
import time
threading.Thread(target=CamHandler.getFrame).start()
time.sleep(1)
threading.Thread(target=defTstWindow.makeGUI).start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment