Ask Your Question

Goddard's profile - activity

2014-11-08 05:17:53 -0600 received badge  Taxonomist
2014-07-08 21:00:49 -0600 commented question trying example hangs system

I got it working. I followed the instructions here http://miloq.blogspot.com/2012/12/install-opencv-ubuntu-linux.html

I install a few extra packages I guess I was missing which is odd because compilation completed perfectly on the git repo. Not sure if it was the fact I did that, or the fact I didn't use ccmake or the fact I used the zip file provided for linux/mac.

Either way everything is wroking fine.

thanks

2014-07-07 21:10:21 -0600 commented question trying example hangs system

The debugger never fails, or shows any errors. It just locks up. No rhyme or reason that I can see. I painstakingly walked through the program 1 step at a time and no errors.

single stepping through gdb http://pastebin.com/xEpyiniC

What happens when i try and quit the program http://pastebin.com/9gVxhdPh

I'm pretty sure this happens once some one walks into the frame, but not 100% sure of that.

2014-07-07 16:08:25 -0600 commented question trying example hangs system

I tried attaching ptrace and it doesn't show anything useful before locking up.

I also uninstall the latest github from the master branch and installed 2.4.9-prep and it also has the same issue. The program runs for a little while, but when I enter the frame it locked up. Not sure if this is because I entered the frame or it just locked up for what ever reason.

Please help. thanks

2014-07-06 21:52:00 -0600 received badge  Editor (source)
2014-07-06 21:51:09 -0600 asked a question trying example hangs system

I'm trying to use the example located here https://github.com/Itseez/opencv/blob/master/samples/cpp/tutorial_code/objectDetection/objectDetection2.cpp

Every time I try and run the program after it compiles successfully my system hangs.

I compiled OpenCV from source via a github clone from Itseez.

What am I doing wrong here?

I am running Ubuntu 14.04.

Thanks