FORTH-ModelBasedTracker/HandTracker

error: GLSL 3.30 is not supported.

OMARI1988 opened this issue · 1 comments

Hi,

I get this error when I run the ./runme.sh

omari@Lucas:~/FORTH/HandTracker$ ./runme.sh 
MBV_LIBS Environment variable should point to the MBV libraries folder.
MBV_LIBS /home/omari/FORTH/HandTracker/
Setting LD_LIBRARY_PATH and PYTHONPATH
Running the Single Hand Tracker script...
Creating Renderer...
[2016-09-22 12:05:15.792818] [0x000007f11ffab874] [warning] Read options from environment : unrecognised option 'libs'
[2016-09-22 12:05:15.793245] [0x000007f11ffab874] [warning] Read options from environment : unrecognised option 'libs'
Traceback (most recent call last):
  File "src/SingleHandTracking.py", line 33, in <module>
    renderer = Rendering.RendererOGLCudaExposed.get()
RuntimeError: /home/padeler/work/mbv/release_libs/src/mbv/Rendering/RendererOGL/OpenGLHelpers.cpp(158): Throw in function void OGL::ThrowOnCompileLinkError(GLuint, OGL::CompLinkMode, const String&)
Dynamic exception type: boost::exception_detail::clone_impl<MBV::Core::Exception>
[MBV::Core::Message*] = error while compiling file :
0:1(10): error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.00 ES, and 3.00 ES

Hi Omar,

I was trying to use the FORTH package. I am encountering the same error that you've described in your issue. Have you found a workaround for this issue. If yes, could you please share the procedure.