Coder Social home page Coder Social logo

librealsense_personal's Introduction

Proxy Setup

Proxy variables required to setup before the installation -

setx -m ALL_PROXY http://proxy-xyz.com:10
setx -m http_proxy http://proxy-xyz.com:10
setx -m https_proxy https://proxy-xyz.com:10

Librealsense setup

This is step by step guide on how to setup intel realsense library for the realsense depth camera.

  1. git clone [email protected]:IntelRealSense/librealsense.git and or download and unzip the source code from here.
  2. cd librealsense/, lets call this directory %LIBREALSENSE_DIR%.
  3. mkdir build && cd build/
  4. For windows follow the steps given here and also do read this -> Intel Realsense Installation Guide.
  5. cmake -G "Visual Studio 14 2015" -A "x64" "C:\xyz\Intel_Realsense\librealsense-2.30.0" -DCMAKE_INSTALL_PREFIX="C:\xyz\Intel_Realsense\librealsense-2.30.0\build"
  6. cmake --build . --config Release --target install run as administrator.
  7. cmake --build . --config Debug --target install run as administrator.
  8. Create REALSENSE2_DIR variable in the environment - setx -m REALSENSE2_DIR "C:\xyz\Intel_Realsense\librealsense-2.30.0\build\lib\cmake"
  9. Add to the Path variable - %REALSENSE2_DIR%\..\..\bin.

Compile and Run a project

To compile and run the project set up the Path variables for the librealsense2 and OpenCV libraries. Install the latest version of cmake.

Then follow the steps -

cd $PROJECTDIR
mkdir build
cd build
cmake ..
cmake --build .

librealsense_personal's People

Contributors

gpokhark avatar

Watchers

James Cloos avatar  avatar

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.