Update calibrate_cams.py
This commit is contained in:
parent
bcc7218c09
commit
f65ac89d78
@ -120,7 +120,7 @@ def read_qca(qca_path, binning_factor):
|
||||
|
||||
# Camera name
|
||||
for tag in root.findall('cameras/camera'):
|
||||
if tag.attrib.get('model') in ('Miqus Video', 'none'):
|
||||
if tag.attrib.get('model') in ('Miqus Video', 'Miqus Video UnderWater', 'none'):
|
||||
ret += [float(tag.attrib.get('avg-residual'))/1000]
|
||||
C += [tag.attrib.get('serial')]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user