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
When trying to go through the code lines in examples/cloud.py line by line in an interactive interpreter, an exception occurs when trying to create a depth stream:
This can be remedied by executing the two lines where the device is gotten and the one where it is opened in one. (The USB events thread priority warning have no impact at the moment, and I tolerate it for the time being. The important fact is that I get a usable VideoStream object (depthStream)):
When trying to go through the code lines in examples/cloud.py line by line in an interactive interpreter, an exception occurs when trying to create a depth stream:
This can be remedied by executing the two lines where the device is gotten and the one where it is opened in one. (The USB events thread priority warning have no impact at the moment, and I tolerate it for the time being. The important fact is that I get a usable VideoStream object (depthStream)):
Can someone please explain what this is about?
P.S.: Running Python 3.5.2 on Debian GNU/Linux. The particular fork I use currently is mortlind/cyni.
The text was updated successfully, but these errors were encountered: