We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b88227 commit 07fcb38Copy full SHA for 07fcb38
python/cli/process/process.py
@@ -516,7 +516,7 @@ def detect_device_preset(input_dir):
516
print(f'output written to {args.output}', flush=True)
517
518
if __name__ == '__main__':
519
- def parse_args(args):
+ def parse_args():
520
import argparse
521
parser = argparse.ArgumentParser(description=__doc__.strip())
522
parser = define_args(parser)
python/cli/record/oak.py
@@ -243,7 +243,7 @@ def open_gray_video(name):
243
reader_thread.join()
244
245
246
247
248
249
0 commit comments