Intel® RealSense™ SDK 2.0 provides tools and binaries for the Windows platform using GitHub Releases
To build from source, please follow the steps described here
After plugging the camera into a USB3 port, you should be able to see the newly connected device in the Device Manager:
-
Go to the latest stable release, navigate to the Assets section, download and run Intel.RealSense.Viewer.exe:
-
Explore the depth data:
-
Go to the latest stable release, navigate to the Assets section, download and run Intel.RealSense.SDK.exe:
-
Click through several simple steps of the installer:
-
Intel® RealSense™ SDK 2.0 is distributed under the Apache 2.0 permissive open-source license:
-
The SDK includes the RealSense Viewer, as well as development packages for various programming languages:
-
Approve adding two shortcuts to your desktop:
-
Review before installing:
-
Open the
Intel® RealSense™ Samples
solution:Note: Visual Studio 2022 uses the 64-bit
Program Files
folder rather than the 32-bitProgram Files (x86)
where librealsense is located.
To fix this, openProgram Files (x86)/Intel RealSense SDK 2.0/intel.realsense.prop
(elevated permissions may be needed) and change librealsenseSDK macro:<librealsenseSDK>$(ProgramFiles)\Intel RealSense SDK 2.0</librealsenseSDK>
to<librealsenseSDK>$(MSBuildProgramFiles32)\Intel RealSense SDK 2.0</librealsenseSDK>
-
Press
F5
to compile and run the demos: -
Success!