We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b40a4e + 5ed21bb commit 6d16876Copy full SHA for 6d16876
modules/ovis/include/opencv2/ovis.hpp
@@ -248,6 +248,11 @@ CV_EXPORTS_W void addResourceLocation(const String& path);
248
* @param title window title
249
* @param size size of the window
250
* @param flags a combination of @ref SceneSettings
251
+ *
252
+ * Furthermore, the behavior is controlled by the following environment variables
253
+ * - OPENCV_OVIS_VERBOSE_LOG: print all of OGRE log output
254
+ * - OPENCV_OVIS_RENDERSYSTEM: the name of the OGRE RenderSystem to use
255
+ * - OPENCV_OVIS_NOVSYNC: disable VSYNC for all windows
256
*/
257
CV_EXPORTS_W Ptr<WindowScene> createWindow(const String& title, const Size& size,
258
int flags = SCENE_INTERACTIVE | SCENE_AA);
0 commit comments