Commit 3511bf81 authored by Alexander Mordvintsev's avatar Alexander Mordvintsev

help message printing

parent c053532b
......@@ -42,6 +42,8 @@ def main():
try: video_src = sys.argv[1]
except: video_src = video.presets['chess']
print help_message
track_len = 4
tracks = []
cam = video.create_capture(video_src)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment