all video processing samples use camera as default source (and fallback to synth in case of capture error)

This commit is contained in:
Alexander Mordvintsev
2011-08-22 13:36:21 +00:00
parent df49158863
commit fc771363d3
8 changed files with 42 additions and 32 deletions

View File

@@ -4,7 +4,7 @@ import sys
if __name__ == '__main__':
try: fn = sys.argv[1]
except: fn = video.presets['chess']
except: fn = 0
def nothing(*arg):
pass