You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it just works like putting it over the window.
e.g.
cvui::window(frame, 630, 555, 130, 90, "Orient Camera:");
cvui::text(frame, 635, 560, "Text in window", 0.3 ,0xffffff);
HI,
Wonder how to print something inside of a window.
e.g.
cvui::window(frame, 630, 555, 130, 90, "Orient Camera:");
How to printf or text inside the Orient Camera window/comonent.
The text was updated successfully, but these errors were encountered: