- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My d435 runs under the viewer so I tried to run it under VS2017, so I followed these instructions :
https://www.intel.pl/content/www/pl/pl/support/articles/000030463/emerging-technologies/intel-realsense-technology.html How to Run Intel® RealSense™ SDK 2.0 Examples on Visual Studio 2017...
Win10
CMake 3.9.0-rc2
VS2017
It seems it should be quite straight forward but but I'm getting 142 errors LNK1120, LNK2001, LNK2019 am I missing something? Any additional configuration is required?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you don't want to use CMake, there is another way.
Download this newly released installer [here](https://github.com/IntelRealSense/librealsense/releases/download/v2.16.2/Intel.RealSense.SDK-2.16.2.304.exe https://github.com/IntelRealSense/librealsense/releases/download/v2.16.2/Intel.RealSense.SDK-2.16.2.304.exe )
You will have these:
Depending on your version of Visual Studio, you might have to refactor the code.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
At what point in the instructions on the linked page do the errors occur, please? When you have generated the Librealsense SDK from source, or afterwards when you try to generate a program in the Examples folder? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you don't want to use CMake, there is another way.
Download this newly released installer [here](https://github.com/IntelRealSense/librealsense/releases/download/v2.16.2/Intel.RealSense.SDK-2.16.2.304.exe https://github.com/IntelRealSense/librealsense/releases/download/v2.16.2/Intel.RealSense.SDK-2.16.2.304.exe )
You will have these:
Depending on your version of Visual Studio, you might have to refactor the code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you want to manually compile the SDK code with a new project (Visual Studio > New Project > Empty Project), there is another way too. I took weeks to figure this out. Let me know if you have any problems with the instructions below:
- Create new Visual C++ Project (Recommended: Empty Project)
- Go to View > Other Windows > Property Manager
- Click on "Add Existing Property Sheet" icon
- Navigate to "C:\Program Files (x86)\Intel RealSense SDK 2.0"
- Add intel.realsense.props, now # include can be used
If you need other libraries like OpenGL/GLFW or Imgui or OpenCV, they included the .props file in the installer above too. Used to be slightly more complicated. But I have not tested using the .props file included with the installer, since I compiled with my own.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you HippoEugDev, it doesn't really answer why cmake build does not work but I used instalation file which you pointed and it worked just fine.
/message/592882# 592882- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I did not use CMake, hence I couldn't answer your question specifically regarding it

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page