Skip to content

Commit f710504

Browse files
author
arch
committed
update ubuntu instruction
1 parent b8a21a2 commit f710504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/docs/user-guide/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ make docs
3232

3333
Now you can run the code direct with `python3 funscript-editor.py` or install install a pip package with `make all`.
3434

35-
**NOTE:** In my Ubuntu test setup the UI hangs at all `cv2.waitKey()` lines in the code. Remove this part of the code solve the issue but the then i could not select an ROI, because the mouse event do not work. When i hard-code a trackingbox, the ui work but this is not usable. So we need future investigation for this problem. For now i recommend an Arch based Linux.
35+
**NOTE:** In my Ubuntu test setup the UI hangs because Ubuntu use the GTK Backend while the Arch Linux OpenCV library was compiled with QT (see `python3 -c "import cv2; print(cv2.getBuildInformation())"` output). To use the Application on Ubuntu you have to compile OpenCV + OpenCV contrib with `-D WITH_QT=ON` flag from source.

0 commit comments

Comments
 (0)