Ask Your Question

Esraa's profile - activity

2017-05-27 02:23:16 -0600 received badge  Enthusiast
2017-05-23 14:21:42 -0600 commented answer Update opencv viz3d window after calling spin() (event loop)

Thanks a lot, but can you explain it a bit, I'm sorry I can't get it

2017-05-23 10:54:29 -0600 commented question Update opencv viz3d window after calling spin() (event loop)

yeah, what if after I created all the widgets and started the event loop, the user wanted to change any previous inputs did he(the user) need to close the window and run the program again ? or can he/she alter the existed widgets? (Given that the user uses GUI to enter the inputs which doesn't close when viz3d window appears) Thanks alot and forgive me i'm a bit new to opencv viz.

2017-05-22 15:10:26 -0600 asked a question Update opencv viz3d window after calling spin() (event loop)

I made a program based on the user inputs some widgets appear inside viz3d window. the problem is I want the widget's pose to get updated real time so the program should do the following: 1- take inputs from the user from GUI 2- pop up a window with the wanted widget. 3- the user can ask for more widgets to add 4-update the window with the new widgets i can't figure out a way to update viz3d window any widget I add after calling window. spin() or window.spinonce() doesn't appear