Move Pro 2.0 can be used for Local processing on Ubuntu
Installing the Move Pro Application for local processing
Install Ubuntu 22.04.5
-
Download the ISO file from here
-
Back up any existing data and note down any custom settings you have configured, as the installation process will require you to erase your disk.
-
Follow the installation process
Install Nvidia drivers
- Go to Apps and search for ‘Additional Drivers’
- Locate the section relating to your installed GPU
- Tick the 'NVIDIA driver metapackage from Nvidia driver 535.'
- NOT the 'NVIDIA Server driver metapackage from Nvidia driver 535 server'
- Tick the 'NVIDIA driver metapackage from Nvidia driver 535.'
- Click Apply Changes
- Reboot the server
Install the Move Pro Application & local mocap engines:
- Open a terminal window and enter the following commands:
wget -qO- https://aptrepo.move.ai/move_pro_u22.sh | sudo bash
wget -qO- https://aptrepo.move.ai/install_u22.sh | sudo bash
- Reboot the server
Accept the license invitation from Move AI
-
You should receive a link to activate your license, ensure this is accepted on the device which will run Move Pro using the Chrome or Firefox browser
Updating the Move Pro application for local processing
-
- To check for any updates, open a terminal window and enter the following command:
apt list --upgradable
- Or, to view all the available versions (including old ones), open a terminal window and enter the following commands:
sudo apt update
sudo apt-cache madison move-pro
- This will display all available versions of the Move Pro application
- or
sudo apt-cache madison mocap-desktop
- This will display all available versions of the Move Engine for local processing
- To install a specific version, open a terminal window and enter the following command, substituting the desired version number:
sudo apt install move-pro=2.2.0
- or
sudo apt install mocap-desktop=1.7.3
- To check for any updates, open a terminal window and enter the following command:
Release Notes
- Release notes can be found here