Skip to content

Commit 2f0295a

Browse files
committed
RVC2: IMX678 improvements,
cam_test: add missing 1200 resolution for mono (AR0234)
1 parent a84749b commit 2f0295a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

depthai-core

utilities/cam_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def string_pair(arg):
7575
default=[],
7676
help="Which camera sockets to enable, and type: c[olor] / m[ono] / t[of] / th[ermal]. "
7777
"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},
78+
parser.add_argument('-mres', '--mono-resolution', type=int, default=800, choices={480, 400, 720, 800, 1200},
7979
help="Select mono camera resolution (height). Default: %(default)s")
8080
parser.add_argument('-cres', '--color-resolution', default='1080', choices={'720', '800', '1080', '1012', '1200', '1520', '4k', '5mp', '12mp', '13mp', '48mp'},
8181
help="Select color camera resolution / height. Default: %(default)s")

0 commit comments

Comments
 (0)