ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I managed to solve my problem. I had mistakenly installed OpenCV by myself but since ROS Indigo already has it, some problems were ocurring. I had another error about libfreenect.so.0.6 and I solved it by writting in my terminal (or .bashrc for that matter) the following line: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH=/usr/local/lib.

Now, the thing is that regular OpenCV, or at least the one that comes with Indigo, isn't using GPU acceleration. Face detection is atrociously slow. Will have to find a solution to that...