Explanation of command line parameters

--video : Path of the video. Keep "/tmp/" at the beginning. Example: --video /tmp/GSXXXXXX.360

--snapshotname : Name of the snapshot. This will appear as entered on the CityDesigner. Example: --snapshotname releve_test (GSXXXXX_city_month_year)

--domain : Domain to push the data. The domain must be in uppercase. Example: --domain PUBLIC

--env : Environment to push the data, either "dev" or "prod" (in lowercase). Example: --env prod

--yaw/pitch/roll : To correct the panoramic image's orientation. Typically, leave the values at 0/0/0. Example: --yaw 0 --pitch 0 --roll 0

--cameraHeight : Camera height in meters. Example: --cameraHeight 2.45

--hardware_serial : Calibration serial number.

--spacing : Spacing in meters between consecutive images. Example: --spacing 10.0

--shift_by : Allows shifting images by the value of this parameter. By default, it is set to 0. Example: --shift_by 0

Last updated