Processing the GoPro video and uploading to the platform

Using the docker run command with GoPro

Run the following command:

docker run --rm -it -v ${PWD}:/tmp citymagineinc/gopro:cpu python3 /home/opt/launch_process.py --video /tmp/GS030164.360 --snapshotname Paris_test --domain PUBLIC --env prod --yaw 0 --pitch 0 --roll 0 --cameraHeight 2.45 --hardware_serial ITG2619NJXRWHH --shift_by 0 --spacing 10.0

Explanation of elements to modify

In the previous command line please replace :

GS030164.360 => by the name of your video

Paris_test => by the name of your snapshot

PUBLIC => by the name of your Domain

You can also modify if you want :

prod => By the environment of your domain (usually prod for non administator of Citymagine)

The yaw value

The pitch value

The roll value

The cameraHeight value (in meter)

the hardware_serial

and finally the spacing which represent the distance between two images in meter

Last updated