🇺🇸
Documentation Produit
English
English
  • Settings
    • Citydesigner
      • Inviting users
      • Managing user roles
      • Managing user areas
  • User documentation for Elements
  • Citymap
    • Getting Started
      • Logging in
      • Changing Languages
      • Domains
      • Navigating the User Interface
      • Areas
      • Polygonal search
    • Map Basics
      • Overview of map layers
      • Zooming in and out
      • Measure Distance
    • Displaying Information on the Map
    • Filtering elements
    • 360° detection element
    • 360° Viewer
      • Settings of the viewer
      • Downloading an image
    • Accessing the statistics and pricing options
    • Troubleshooting
      • Contact Information
  • Citymapper
    • Getting started
      • Logging in
      • Changing domains
      • Changing language
    • Map navigation and Interaction
      • Zooming In and Out
      • Ruler tool
      • Drawing a polygon
    • Displaying and Filtering Elements on the Map
      • Displaying layers
      • Check menu options
      • Element search options
    • Editing Elements
      • Delete an element
      • Create an element
      • Modify an element
        • Changing type and class
        • Changing an element's properties
        • Changing an element's bounding box / Crop
      • Duplicate an element
    • Working with the 360° Viewer
      • Accessing the viewer
      • Camera lock feature
  • CityUploader
    • Prerequisites
    • Launching the build on Jenkins
    • Retrieving the server IP
    • Connecting to the server via SSH
    • Retrieving videos and photos
      • From Google Drive
    • Downloading the folder to the server
    • Navigating to the downloaded folder
    • Processing the GoPro video and uploading to the platform
      • Explanation of command line parameters
    • Processing an entire folder
    • Managing processing servers
      • Launching servers via Jenkins
      • Shutting down servers after processing
Powered by GitBook
On this page
  • Using the docker run command with GoPro
  • Explanation of elements to modify
  1. CityUploader

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

PreviousNavigating to the downloaded folderNextExplanation of command line parameters

Last updated 2 years ago