Using HandVU with OpenCV on Mac OS X 10.6.3

Posted by 23tux on Stack Overflow See other posts from Stack Overflow or by 23tux
Published on 2010-04-13T07:12:22Z Indexed on 2010/04/13 7:12 UTC
Read the original article Hit count: 679

Filed under:
|
|
|

Hi,

I've tried to user HandVU with OpenCV but when I tried to run "hvOpenCV config/default.conductor" I get a "Segmentation fault". Anybody know this problem?

macbook:handvu-beta3 User$ hvOpenCV config/default.conductor 
will load conductor from file:
config/default.conductor
Segmentation fault

I installed OpenCV through http://opencv.willowgarage.com/wiki/Mac_OS_X_OpenCV_Port on Mac OS X 10.6.3, and HandVU through http://www.movesinstitute.org/~kolsch/HandVu/doc/InstallationLinux.html#source

I think it's a problem with opencv, because if I'm trying to run the peopledetect example, I get a segmentation fault too.

macbook:c User$ ./peopledetect pic1.png
Segmentation fault

And if I try to run the facedetect sample I get an error too:

macbook:c User$ ./facedetect --cascade="../../haarcascades/haarcascade_frontalface_alt.xml" 
Xlib:  extension "RANDR" missing on display "/tmp/launch-WUMho1/org.x:0".

Hope someone can help!

thx, tux

© Stack Overflow or respective owner

Related posts about opencv

Related posts about mac