Created
November 21, 2016 16:14
-
-
Save Nsk1107/8233c529d90d233238e0c2d65cefac59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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