This is a Source plugin for MADS.
OpenCV, OpenVINO, VTK, PCL and Libcamera.
On Linux, including RaspbianOS, OpenCV can be installed with sudo apt install libopencv-dev. OpenVino must be installed following the instructions here: https://docs.openvino.ai/2024/get-started/install-openvino/install-openvino-archive-linux.html . VTK can be installed with 'sudo apt-get install libvtk9-dev'. PCL can be installed with 'sudo apt install libpcl-dev'. Libcamera can be installed with 'sudo apt install libcamera-dev'.
PS Verify the OpenVINO installation path in the CMakeLists.txt file to ensure it points to the correct directory in your PC.
Currently, the supported platforms are:
- Linux
- MacOS
- Windows
Linux and MacOS:
cmake -Bbuild -DCMAKE_INSTALL_PREFIX="$(mads -p)"
cmake --build build -j2
sudo cmake --install buildWindows:
cmake -Bbuild -DCMAKE_INSTALL_PREFIX="$(mads -p)"
cmake --build build --config Release
cmake --install build --config ReleaseThe plugin supports the following settings in the INI file:
[hpe]
# Describe the settings available to the pluginAll settings are optional; if omitted, the default values are used.