View my account

Librealsense Examples

Comments

6 comments

  • MartyG

    Somebody else earlier in 2019 who had a glfw3.h error on their SR200 used the following installation method to clear the error:

    *******************

    sudo apt-get update && sudo apt-get dist-upgrade

    sudo apt-get install libsub-1.0-0-dev pkg-config

    scripts/install_glfw3.sh

    0
    Comment actions Permalink
  • Dgunter98

    I'm sorry if my inquiry was unclear, but I was able to resolve the issue with the glfw3.h file, yet I have ran into a new error that I cannon resolve, with the corresponding error message. The stb_easy_font.h file that is the compiler cannot find is present in my computer. The issue may be the location of the file but honestly I have no idea where it should be moved.

    0
    Comment actions Permalink
  • MartyG

    My apologies, I saw your reference now to the resolution of the glfw3.h error.

    I tracked down some advice on compilation given by Intel's RealSense SDK Manager to a user who had the same problem with stb_easy_font.h when trying to compile an example project.

    https://github.com/IntelRealSense/librealsense/issues/1509

    0
    Comment actions Permalink
  • Dgunter98

    Thanks, I read through this thread and left a comment a couple days ago. I'm pretty new to the coding so I did not fully understand the solution provided. Would you be able to break it down for me?

    0
    Comment actions Permalink
  • MartyG

    I develop in the Unity game creation engine and have never actually compiled a RealSense project in Visual Studio myself, so a member of Intel's support team (or the team members on the GitHub forum you commented on) would be better able to provide guidance on that question (I am not an Intel employee).  

    You could try taking a step back from compiling the example projects and see if you can get working the Getting Started level project in the link below that does not rely on dependencies.

    https://github.com/zivsha/librealsense/tree/getting_started_example/examples/getting-started

    0
    Comment actions Permalink
  • Dgunter98

    Your help is greatly appreciated

    0
    Comment actions Permalink

Please sign in to leave a comment.