@@ -64,7 +64,7 @@ def socket_type_pair(arg):
64
64
"E.g: -cams rgb,m right,c . Default: rgb,c left,m right,m camd,c" )
65
65
parser .add_argument ('-mres' , '--mono-resolution' , type = int , default = 800 , choices = {480 , 400 , 720 , 800 },
66
66
help = "Select mono camera resolution (height). Default: %(default)s" )
67
- parser .add_argument ('-cres' , '--color-resolution' , default = '1080' , choices = {'720' , '800' , '1080' , '1200' , '4k' , '5mp' , '12mp' , '48mp' },
67
+ parser .add_argument ('-cres' , '--color-resolution' , default = '1080' , choices = {'720' , '800' , '1080' , '1200' , '4k' , '5mp' , '12mp' , '13mp' , ' 48mp' },
68
68
help = "Select color camera resolution / height. Default: %(default)s" )
69
69
parser .add_argument ('-rot' , '--rotate' , const = 'all' , choices = {'all' , 'rgb' , 'mono' }, nargs = "?" ,
70
70
help = "Which cameras to rotate 180 degrees. All if not filtered" )
@@ -145,6 +145,7 @@ def socket_type_pair(arg):
145
145
'4k' : dai .ColorCameraProperties .SensorResolution .THE_4_K ,
146
146
'5mp' : dai .ColorCameraProperties .SensorResolution .THE_5_MP ,
147
147
'12mp' : dai .ColorCameraProperties .SensorResolution .THE_12_MP ,
148
+ '13mp' : dai .ColorCameraProperties .SensorResolution .THE_13_MP ,
148
149
'48mp' : dai .ColorCameraProperties .SensorResolution .THE_48_MP ,
149
150
}
150
151
0 commit comments