Skip to content

v1.1.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 15:11
· 4 commits to 8fa7d7f37ccef136c597cb7a0e95df04916a8624 since this release
4829b6a

MultiSense Viewer

  • Not compatible with remote head systems. Revert to 1.0.0 for that purpose.

New features:

  • Image enhancements (Normalize disparity, apply colormaps, interpolate)
  • Zoom controls in 2D view
  • Colorize Point Cloud if the AUX camera is present
  • Record point clouds as .ply files
  • AUX camera exposure control with LibMultiSense 7.0.0
  • Opt-in for anonymous usage statistics
  • Image effects (Edge detection, blurring, embossing, sharpening)

Windows users:

  1. Install WinPcap_driver.exe to let the viewer configure network settings automatically
  2. Download and run the Windows installer: 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. Download and install the multisens_.deb package for your distro using your default package manager or simply just type in terminal:
    $ dpkg --install ~/Downloads/multisens_
    .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 your package manager or run dpkg ($ dpkg --remove com.carnegierobotics.multisense)