Using HandVU with OpenCV on Mac OS X 10.6.3
- by 23tux
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