Hello guys. I am wondering if some of you have installed successfully the libfreenect2 under Porteus. I have done it, but although the example program runs, I can't make it run at a normal speed. It seems it has something to do with OpenCL.
I have also installed it under the windows-linux distribution (you know what i am talking about, I mean ubuntu ) with worse hardware than I use to run Porteus and speed is better. Could some of you tell me about your experience (if any) installing libfreenect2 under Porteus?
Thanks
Have a good weekend!
libfreenect2 in porteus
-
- Ronin
- Posts: 2
- Joined: 17 Jul 2015, 15:34
- Distribution: 3.1
- Location: Barcelona
Re: libfreenect2 in porteus
(mod action moved post as I think its software related not hardware related )
OP may be interested in this post?
https://forum.openframeworks.cc/t/kinec ... os-x/17969
OP may be interested in this post?
https://forum.openframeworks.cc/t/kinec ... os-x/17969
I have never tried it myselfBy default OpenGL is used, but you can change default parser at compile time by
cmake -DENABLE_OPENGL=OFF -DENABLE_OPENCL=OFF CMakeLists.txt
When you compile like this, CPU is used as a default parser and when you disable only OpenGL, OpenCL is used as a default parser.
Some config of GPU may be required when running with OpenGL or OpenCL.