-
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
[pyrealsense2] Unknown Error when Running Pyrealsense2 #5049
Comments
@riven314 , the permission error might be due to improperly installed Are you able to run |
@ev-mp , as far as I can remember, I did run the first 2 steps of the installation. i.e.:
But I can't remember if I ran |
@riven314 hi, the script copies a file named To undo the script just delete that |
@ev-mp , thanks for the suggestion! However, when I proceeded to sample run
Do you have any idea if it belongs to sdk issue? As a remark (not sure if it is relevant), I ran it in a standalone conda environment. In the conda environment, I installed opencv by PIP (i.e. |
@riven314 hi, the error is not related to the SDK -
as we don't use Qt. Goolge suggests that the error is a conflict in the OpenCV distribution shipped with Qt. SDK-wise the OpenCv examples require version 3.4 |
@ev-mp , Thanks for the suggestion. I have solved the issue now! |
Issue Description
I created a conda environment and installed pyrealsense2 by
pip install pyrealsense2
.I didn't install any SDK 2.x (as I knew my kernel is not LTS version and the related sdk installation to non-LTS kernel is a bit heavy for me). When I tested pyrealsense2 package in Python, I encountered the following error:
I didn't find any related situation in the existing raised issues. How could I settle this? (hopefully without installing SDK 2.x).
Remark:
The text was updated successfully, but these errors were encountered: