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 a84749b commit 2f0295aCopy full SHA for 2f0295a
depthai-core
utilities/cam_test.py
@@ -75,7 +75,7 @@ def string_pair(arg):
75
default=[],
76
help="Which camera sockets to enable, and type: c[olor] / m[ono] / t[of] / th[ermal]. "
77
"E.g: -cams rgb,m right,c . If not specified, all connected cameras will be used.")
78
-parser.add_argument('-mres', '--mono-resolution', type=int, default=800, choices={480, 400, 720, 800},
+parser.add_argument('-mres', '--mono-resolution', type=int, default=800, choices={480, 400, 720, 800, 1200},
79
help="Select mono camera resolution (height). Default: %(default)s")
80
parser.add_argument('-cres', '--color-resolution', default='1080', choices={'720', '800', '1080', '1012', '1200', '1520', '4k', '5mp', '12mp', '13mp', '48mp'},
81
help="Select color camera resolution / height. Default: %(default)s")
0 commit comments