problem with opencv [closed]
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.
Try to comment the imshow parts... I suppose that there is the problem... I suppose that you have seen the docs
Yes its can be solution. But xml load still giving same error and if I comment imshow I cant see what is happening...