Startup
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#Tue Mar 21 16:07:28 CET 2017
|
||||
#Wed Mar 22 11:36:21 CET 2017
|
||||
colormap=Flame
|
||||
colormapAutomatic=true
|
||||
colormapMax=1323.0
|
||||
colormapAutomatic=false
|
||||
colormapMax=1400.0
|
||||
colormapMin=0.0
|
||||
flipHorizontally=false
|
||||
flipVertically=false
|
||||
@@ -17,13 +17,13 @@ roiHeight=-1
|
||||
roiWidth=-1
|
||||
roiX=0
|
||||
roiY=0
|
||||
rotation=270.0
|
||||
rotation=0.0
|
||||
rotationCrop=false
|
||||
scale=1.0
|
||||
serverURL=localhost\:10000
|
||||
spatialCalOffsetX=-1056.0
|
||||
spatialCalOffsetY=-1419.0
|
||||
spatialCalScaleX=-8.51063829787234
|
||||
spatialCalScaleY=-8.559201141226819
|
||||
spatialCalOffsetX=-1211.1781867616605
|
||||
spatialCalOffsetY=-478.29179363692987
|
||||
spatialCalScaleX=-8.235817260147883
|
||||
spatialCalScaleY=-8.510638450091575
|
||||
spatialCalUnits=mm
|
||||
transpose=false
|
||||
|
||||
13
script/test/CamtoolTest.py
Normal file
13
script/test/CamtoolTest.py
Normal 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)
|
||||
Reference in New Issue
Block a user