GithubHelp home page GithubHelp logo

wetlingrealsensees's Introduction

WetlingRealsenseES

Application Preview

5

Documentation

Official Realsense C++ Documentation: https://intelrealsense.github.io/librealsense/doxygen/annotated.html

Installation Guide

Adding Realsense SDK

  1. Create new Empty 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, now #include <librealsense2/rs.h> can be used

Adding Custom Libraries

  1. Copy folder [realsense] into Project's File Explorer
  2. Copy folder [imgui] into Project's File Explorer (NOTE: Copy the above files from Realsense\third-party\imgui instead of the official imgui release)
  3. Create new filters [realsense] & [imgui] and Add > Existing Items > Include all items in respective folders created earlier in steps 6 and 7

Adding OpenGL/GLFW Libraries

  1. Properties > VC++ > Include Directories > C:\Users\efoo1\Desktop\glfw-3.2.1.bin.WIN32\include (NOTE: 64bit: C:\Users\efoo1\Desktop\glfw-3.2.1.bin.WIN64\include)
  2. Properties > VC++ > Library Directories > C:\Users\efoo1\Desktop\glfw-3.2.1.bin.WIN32\lib-vc2015 (NOTE: 64bit: C:\Users\efoo1\Desktop\glfw-3.2.1.bin.WIN64\lib-vc2015)
  3. Linker > Input > Additional Dependencies > glfw3.lib + opengl32.lib

Adding OpenCV Library

  1. Verify Visual Studio toolbar has Solution Configurations set to "Debug", and Solution Platforms to "x64" (NOTE: New versions of OpenCV only supports x64 binaries)
  2. Project > Properties (Active(Debug)) > Configuration Properties > VC++ Directories > Include Directories > Add > C:\OpenCV-3.4.3\opencv\build\include
  3. Project > Properties (Active(Debug)) > Configuration Properties > VC++ Directories > Library Directories > Add > C:\OpenCV-3.4.3\opencv\build\x64\vc15\lib
  4. Open Windows File Explorer > C:\OpenCV-3.4.3\opencv\build\x64\vc15\lib > Copy the filename "opencv_world343d.lib"
  5. Visual Studio > Project > Properties > Configuration Properties > Linker > Input > Additional Dependencies > Edit > opencv_world343d.lib

If "fopen" error warning occurs, do the following to fix compiler:

  1. Select Project and click "Properties" from the context menu
  2. Go to Configuration Properties > C/C++ > Preprocessor
  3. Add ;_CRT_SECURE_NO_WARNINGS in the ProprocessorDefinitions field

GUI Progression

1

2

3

4

5

wetlingrealsensees's People

Contributors

hippoeug avatar

Stargazers

123 avatar

Watchers

James Cloos avatar

Forkers

zhang709571153

wetlingrealsensees's Issues

Volume application

Is the implementation of the volume difficult? Do you have a good method or idea?I am also researching Intel Realsense D435.

“imgui.h”: No such file or directory

Hello,
I build this project just as the guide says, but when I compile it, it failed as follows:
d:\vs2017\project\wetlingrealsensees-master\wetlingrealsensees-master\source.cpp(10): fatal error C1083: 无法打开包括文件: “imgui.h”: No such file or directory

default
Can you help me? what's the matter? Thank you vey much

volume

I want to ask how the volume is calculated.
Can you give a detailed explanation?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.