ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

AntKa's profile - activity

2014-09-18 07:30:28 -0500 received badge  Famous Question (source)
2014-05-10 03:59:23 -0500 received badge  Notable Question (source)
2014-05-08 15:30:45 -0500 received badge  Popular Question (source)
2014-05-08 11:03:33 -0500 asked a question Displaying openCV's windows

Hello, I made a program on OpenCV that used fonctions like "NamedWindow" wich display a window with GTK, or Qt, etc.. Now in my ROS program, "autopilote.cpp" i've included "<opencv2 opencv.hpp="">" and put my OpenCV code into it. It seems to correctly get the video capture, analyse it, and correctly publish results. But no windows are displaying. And I can't see somes errors or warning about this. Have you got somes advices to display the windows ? Is this feature enabled in opencv in ros ? Should I create windows in another way ? Thanks you