github-actions
released this
15 Nov 15:11
·
4 commits
to 8fa7d7f37ccef136c597cb7a0e95df04916a8624
since this release
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:
- Install WinPcap_driver.exe to let the viewer configure network settings automatically
- Download and run the Windows installer: MultiSenseSetup.exe
Ubuntu users:
- Make sure you have updated graphics drivers, ffmpeg and policykit installed. Can be installed via apt pacakge manager:
$ apt install ffmpeg libvulkan1 policykit-1 - 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 - Launch through start menu or run a start script at
$ /opt/multisense/start.sh
- Uninstall application:
- Windows: Run 000-uninstall.exe in the installation folder
- Ubuntu: Uninstall with your package manager or run dpkg ($ dpkg --remove com.carnegierobotics.multisense)