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
However, when I run the same code through C++, I get the response as 1. This is a problem because now I cannot access individual devices through Python, but I can easily do this using C++.
Furthermore, I have no problems getting data through pipeline in python. So python-api is certainly able to read data from the camera, but somehow doesnot list the devices. Any clues/pointers on what might be happening?
The text was updated successfully, but these errors were encountered:
Camera Model: D435
Firmware Version: 05.08.15.00
Operating Version: Ubuntu 18.04
Kernel Version: 4.15.0-32
Platform: PC
SDK Version: 2.16.0
Language: Python
Issue Description
I run the following
I get the response as 0.
However, when I run the same code through C++, I get the response as 1. This is a problem because now I cannot access individual devices through Python, but I can easily do this using C++.
Furthermore, I have no problems getting data through
pipeline
in python. So python-api is certainly able to read data from the camera, but somehow doesnot list the devices. Any clues/pointers on what might be happening?The text was updated successfully, but these errors were encountered: