Created
April 5, 2017 21:52
-
-
Save codyhex/10b18d126befb5382ccb8de9bcfb47ef 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
| # Use 0xFF to AND output the only 8bits for a char. | |
| if cv2.waitKey(0) & 0xFF == ord('q'): | |
| break | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment