libmultisensev7.9.0
- Updated
A C++ library for interfacing with the MultiSense S family of sensors from Carnegie Robotics.
- Project website: https://github.com/carnegierobotics/LibMultiSense
#Usage
libmultisense provides CMake targets:
find_package(MultiSense)
target_link_libraries(main PRIVATE MultiSense)#Supported Platforms
All platforms supported.
#Features
No default features.
#json-serialization
Build JSON type serialization helpers.
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through nlohmann-json)
- vcpkg-cmake-config (through nlohmann-json)
#opencv
Build OpenCV helpers.
Dependencies:
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (through cpu-features)
- vcpkg-cmake-config (through cpu-features)
- vcpkg-get-python-packages (through opencv4)
#utilities
Build MultiSense utility applications.
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Ethan J. Musser