Can I show some image in my program beside the executation at the same time?

asked 2017-12-14 12:27:05 -0600

rezaee gravatar image

I had a problem with GTK+. I had a program that I used for my robot, I wanted to show an image respect to my robot state beside execution of my robot code, but GTK had a main loop that when I opened a window to showing image, it locked and didn't execute the rest of code!

So I am interested to know how opencv works? can I show an image in my program and other parts of program work beside it(I mean the image is shown inside the display and robot works and if it changed it's state the image will update )

edit retag flag offensive close merge delete

Comments

did you miss this ?

you could also just use opencv's imshow() in your main loop

berak gravatar imageberak ( 2017-12-15 03:49:58 -0600 )edit