problem with opencv [closed]

asked 2015-09-03 05:38:37 -0600

baser gravatar image

Hello..

I working with ROS a few months, but I have a very important problem with opencv. I can use some of the opencv libraries without problem, but if I want to show a video in window or load a xml with cv_bridge library, ros giving an eror : 'Segmantation fault(Core Dumped)'. But code working with eclipse without ros. I tried every way; adding opencv libs to Cmake and package.xml, reinstall opnecv, reinstall catkin_ws folder but I cant solve this problem.

Please help me to solve this problem..

Thanks a lot.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-10-20 09:03:13.758765

Comments

Try to comment the imshow parts... I suppose that there is the problem... I suppose that you have seen the docs

thdrksdfthmn gravatar imagethdrksdfthmn ( 2015-09-03 08:05:47 -0600 )edit

Yes its can be solution. But xml load still giving same error and if I comment imshow I cant see what is happening...

baser gravatar imagebaser ( 2015-09-03 08:27:19 -0600 )edit