-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Problems with PyQt5 #4856
Comments
Hi @dguari1, Per my observation: |
The code I tried as follows:
|
Thx for replying. |
Actually I created a PyQt5 application, with the same error notice, but mine runs just fine one is to import it in the function in a multiprocess pool function another is a camera control application, this imports in a thread |
Importing pyrealsense locally solved the issue, thank you @soarwing52 |
Issue Description
Hi
I'm aving problems using pyrealsense and PyQt5, the following code:
produces this error:
QWindowsContext: OleInitialize() failed: "COM error 0xffffffff80010106 RPC_E_CHANGED_MODE (Unknown error 0x080010106)"
The pyqt application opens (when there is one in the code) but crashes when trying to do any action.
I tried the solution suggested here in this way
but it did't work in my case.
Thank you.
The text was updated successfully, but these errors were encountered: