about Intel RealSense SDK 2.0
I wanted to realize some of the functions of record-playback in SDK and created a project, but it is pointed out that there is no actual function defined in rs.cpp. (Link error) So I tried to build rs.cpp, but the include definition folder or file in rs.cpp does not exist. Why?
-
When you create your own project, linkages to the Librealsense libraries need to be defined. I hope that the link below will be helpful.
-
What method are you using to link the library please? Are you using a prop file? Or are you doing it with Cmake?
https://github.com/IntelRealSense/librealsense/issues/4277#issuecomment-505242118
-
Referring again to this information:
https://github.com/IntelRealSense/librealsense/issues/4277#issuecomment-505010604
Have you placed realsense2.lib, realsense2.dll and the include folder in your build folder? You would do this by copying the files from the SDK folder to the build folder.
The Include folder can be found in the SDK's root 'Intel RealSense SDK 2.0' folder. The DLL files are in 'Intel RealSense SDK 2.0 > bin > x64' folder.

Please sign in to leave a comment.
Comments
9 comments