-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
True Headless Mode #107
Comments
I am not very sure about this. I think the headless mode implemented in the It would be a matter of identifying which function is that and preventing it of being called. That will cause other problems, like the event loop of OpenCV not handling things properly (so the program might become unresponsive). As I said, it is something to be investigated. |
Oh, now I got it 😄 Thanks for explaining it further! Unfortunately we cannot achieve that using OpenCV alone, since it has no API to hide the header of the window. Maybe that would be possible using Qt, but cvui itself will not be able to help. |
Is it possible to implement a window without a header? I noticed that there is a "Headless Mode" on the dev branch, after rewriting it to python and examining the example I noticed that it creates a virtual window, which is not my expected effect. This would really help me and my program, as I'm using multiple windows. Thanks.
The text was updated successfully, but these errors were encountered: