You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
I just downloaded the solution and when I try to compile with VS2017 it gives an error message: Gl/gl.h no such file or directory
What am I doing wrong ?
The text was updated successfully, but these errors were encountered:
gl.h is the header file for the opengl library - a very common 3d graphics library that has been a standard for many years. Its a bit surprising that it didn't get installed by default along with the rest of visual studio c++. It could be that with visual studio 17 it wasn't installed by default. according to:
Thanks melax! Compiling is done but now I got another issue.
I'm using Intel RealSense D435 and D415 cameras. I already installed the SDK 2.0 and the cameras working with IntelRealSense Viewer but when I try to start the realtime-hand-tracker-vs2017_Win32.exe it says: No device found-FAIL.
Are these cameras supported by the App ?
Not currently. the version of librealsense that supports D435 and D415 is different than the version in the third_party subfolder provided with this repo.
due to some minor api changes, the camera wrapper in dcam.h might need some updates to use the 2.0 version of the sdk.
the included CNN was trained on data collected from a sr300, so results on the D400 series cameras may differ.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I just downloaded the solution and when I try to compile with VS2017 it gives an error message: Gl/gl.h no such file or directory
What am I doing wrong ?
The text was updated successfully, but these errors were encountered: