Update calibrate_cams.py

This commit is contained in:
David PAGNON 2023-02-01 20:34:33 +01:00 committed by GitHub
parent bcc7218c09
commit f65ac89d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')]