Skip to content

Commit 5ed21bb

Browse files
committed
ovis: document the supported environment variables
1 parent f23d1e9 commit 5ed21bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/ovis/include/opencv2/ovis.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,11 @@ CV_EXPORTS_W void addResourceLocation(const String& path);
248248
* @param title window title
249249
* @param size size of the window
250250
* @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
251256
*/
252257
CV_EXPORTS_W Ptr<WindowScene> createWindow(const String& title, const Size& size,
253258
int flags = SCENE_INTERACTIVE | SCENE_AA);

0 commit comments

Comments
 (0)