Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 18:31

MultiSense Viewer Release

  • Windows users:
    1a. (Optional) Install WinPcap_driver.exe to skip network configuration step
    1b. Run the setup: MultiSenseSetup.exe

  • Ubuntu users:

  1. Make sure you have updated graphics drivers, ffmpeg and policykit installed. Can be installed via apt pacakge manager:
    $ apt install ffmpeg libvulkan1 policykit-1
  2. Install multisense_1.0-0_amd64.deb using your default package manager or type in terminal:
    $ dpkg --install ./multisense_1.0-0_amd64.deb
  3. Launch through start menu or run a start script at
    $ /opt/multisense/start.sh
  • Uninstall application:
  1. Windows: Run 000-uninstall.exe in the installation folder
  2. Ubuntu: Uninstall with dpkg (dpkg --remove com.carnegierobotics.multisense)