I want to run rs-dnn from the sdk code examples
To run rs-dnn I needed openCV so I got it using
https://docs.opencv.org/master/d7/d9f/tutorial_linux_install.html
Then i needed the wrapper for OpenCV so I used this site
https://github.com/IntelRealSense/librealsense/blob/master/wrappers/opencv/readme.md#linux
i followed the instructions and already had librealsense but when i run rss-dnn it says command not found
-
When OpenCV has been built from source, there have been reported problems with rs-dnn.
https://github.com/IntelRealSense/librealsense/issues/4872
However, even if you already had librealsense then you would still need to use CMake to build the OpenCV examples with DBUILD_CV_EXAMPLES=true if you have not used this command when you built librealsense.
The discussion in the link below may be a helpful reference.
Please sign in to leave a comment.
Comments
1 comment