본문 바로가기

프로그래밍/Intel RealSense

Visual Studio Configuration for the RealSense SDK 2.0

To set up a new Visual Studio project:

  1. Create new Visual C++ project
  2. Go to View > Other Windows > Property Manager
  3. Click on "Add Existing Property Sheet" icon
  4. Navigate to "C:\Program Files (x86)\Intel RealSense SDK 2.0"
  5. Add intel.realsense.props
  6. You can now add #include <librealsense2/rs.h> and start working


C/C++ - 일반 - 추가 포함 디렉터리

$(ProgramFiles)\Intel RealSense SDK 2.0\include


링커 - 일반 - 추가 라이브러리 디렉터리

$(ProgramFiles)\Intel RealSense SDK 2.0\lib\$(PlatformShortName)


링커 - 입력 - 추가 종속성 

realsense2.lib