all video processing samples use camera as default source (and fallback to synth in case of capture error)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user