This commit is contained in:
gobbo_a
2017-03-22 16:21:51 +01:00
parent cfd321ca3f
commit f4acfa0f5c
2 changed files with 21 additions and 8 deletions
+13
View File
@@ -0,0 +1,13 @@
c = {"reference_marker":[0, 0, 100, 100]}
camtool.setCalibration("SLG-LCAM-C021", c)
camtool.getGeometry("SINEG01-DSCR350")
for c in camtool.getCameras():
if c not in ["example", "simulation"]:
try:
print c , " - ", camtool.getGeometry(c)
except:
print c
time.sleep(0.2)