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
Copy file name to clipboardExpand all lines: docs/app/docs/user-guide/build.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,3 +31,5 @@ make docs
31
31
```
32
32
33
33
Now you can run the code direct with `python3 funscript-editor.py` or install install a pip package with `make all`.
34
+
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 mouse event does 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.
0 commit comments