Update calib_qca_to_toml.py
This commit is contained in:
parent
f65ac89d78
commit
2602092c19
@ -55,7 +55,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'):
|
||||
C += [tag.attrib.get('serial')]
|
||||
|
||||
# Image size
|
||||
|
Loading…
Reference in New Issue
Block a user