3 CAMERA_HARDWARE_ID
=`./phoros --store-camera-hardware \
4 --sensor-width-pix=1700 \
5 --sensor-height-pix=1500 \
9 --color-raiser=1.2,1,1 \
10 --bayer-pattern=#00ff00,#ff0000 \
11 --serial-number='bogus-pulnix-front-left' \
12 --description='JAI TMC4200 (Position: front left)'`
14 LENS_ID
=`./phoros --store-lens \
16 --serial-number='bogus-skr-cinegon-10-front-left' \
17 --description='Schneider Kreuznach SKR KMP CINEGON 10/1,9-M62,0'`
19 GENERIC_DEVICE_ID
=`./phoros --store-generic-device \
20 --camera-hardware-id=$CAMERA_HARDWARE_ID \
23 DEVICE_STAGE_OF_LIFE_ID
=`./phoros --store-device-stage-of-life \
24 --recorded-device-id=21 \
26 --generic-device-id=$GENERIC_DEVICE_ID \
27 --vehicle-name='UNO' \
28 --casing-name='front left' \
30 --computer-interface-name='' \
31 --mounting-date=2009-04-01`
33 .
/phoros
--store-device-stage-of-life-end \
34 --device-stage-of-life-id=$DEVICE_STAGE_OF_LIFE_ID \
35 --unmounting-date=2010-01-01
37 .
/phoros
--store-camera-calibration \
38 --device-stage-of-life-id=$DEVICE_STAGE_OF_LIFE_ID \
41 --main-description '' \
44 --photogrammetry-version=0 \
46 --inner-orientation-description='calibration field' \
58 --outer-orientation-description='' \
65 --boresight-description='' \
72 --b-rotx=-1.390264206 \
73 --b-roty=0.0138192676 \
74 --b-rotz=0.1022317722 \
83 ######################################################################
85 CAMERA_HARDWARE_ID
=`./phoros --store-camera-hardware \
86 --sensor-width-pix=1700 \
87 --sensor-height-pix=1500 \
91 --color-raiser=1.2,1,1 \
92 --bayer-pattern=#00ff00,#ff0000 \
93 --serial-number='bogus-pulnix-front-left' \
94 --description='JAI TMC4200 (Position: front left)'`
96 LENS_ID
=`./phoros --store-lens \
98 --serial-number='bogus-skr-cinegon-10-front-left' \
99 --description='Schneider Kreuznach SKR KMP CINEGON 10/1,9-M62,0'`
101 GENERIC_DEVICE_ID
=`./phoros --store-generic-device \
102 --camera-hardware-id=$CAMERA_HARDWARE_ID \
105 DEVICE_STAGE_OF_LIFE_ID
=`./phoros --store-device-stage-of-life \
106 --recorded-device-id=21 \
108 --generic-device-id=$GENERIC_DEVICE_ID \
109 --vehicle-name='UNO' \
110 --casing-name='front left' \
112 --computer-interface-name='' \
113 --mounting-date=2010-01-01`
115 # ./phoros --store-device-stage-of-life-end \
116 # --device-stage-of-life-id=$DEVICE_STAGE_OF_LIFE_ID \
117 # --unmounting-date=1900-01-01
119 .
/phoros
--store-camera-calibration \
120 --device-stage-of-life-id=$DEVICE_STAGE_OF_LIFE_ID \
123 --main-description '' \
126 --photogrammetry-version=0 \
128 --inner-orientation-description='calibration field, software Aicon' \
140 --outer-orientation-description='calibration field, software Aicon' \
147 --boresight-description='RWS' \
148 --b-dx=-1.344490161 \
154 --b-rotx=1.450069961 \
155 --b-roty=-0.1025556399 \
156 --b-rotz=-0.00653031875 \