We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I face the problem with findilg the depth sensor
there's log: [11/12 21:24:57.267797][info][12619][Context.cpp:68] Context created with config: /home/hertz/pyorbbecsdk/config/OrbbecSDKConfig_v1.0.xml [11/12 21:24:57.267847][info][12619][Context.cpp:73] Work directory=/home/hertz/pyorbbecsdk, SDK version=v1.10.16-20241021-5113dad [11/12 21:24:57.267888][info][12619][LinuxPal.cpp:32] createObPal: create LinuxPal! [11/12 21:24:57.270439][info][12619][LinuxPal.cpp:166] Create PollingDeviceWatcher! [11/12 21:24:57.270491][info][12619][DeviceManager.cpp:15] Current found device(s): (0) [11/12 21:24:57.270525][info][12619][Pipeline.cpp:15] Try to create pipeline with default device. [11/12 21:24:57.270548][warning][12619][ObException.cpp:5] No device found, fail to create pipeline! [11/12 21:24:57.271199][info][12619][Context.cpp:84] Context destroyed Traceback (most recent call last): File "examples/depth_color_sync_align_viewer.py", line 122, in main(sys.argv[1:]) File "examples/depth_color_sync_align_viewer.py", line 29, in main pipeline = Pipeline() RuntimeError: Caught an unknown exception!
I use nvidia jetson nano with ubuntu 18.01.XX, and Astra Pro someone help me, i dont wanna use c++, i need python only
The text was updated successfully, but these errors were encountered:
That's after lsusb command camera is Device 011
Sorry, something went wrong.
No branches or pull requests
I face the problem with findilg the depth sensor
there's log:
[11/12 21:24:57.267797][info][12619][Context.cpp:68] Context created with config: /home/hertz/pyorbbecsdk/config/OrbbecSDKConfig_v1.0.xml
[11/12 21:24:57.267847][info][12619][Context.cpp:73] Work directory=/home/hertz/pyorbbecsdk, SDK version=v1.10.16-20241021-5113dad
[11/12 21:24:57.267888][info][12619][LinuxPal.cpp:32] createObPal: create LinuxPal!
[11/12 21:24:57.270439][info][12619][LinuxPal.cpp:166] Create PollingDeviceWatcher!
[11/12 21:24:57.270491][info][12619][DeviceManager.cpp:15] Current found device(s): (0)
[11/12 21:24:57.270525][info][12619][Pipeline.cpp:15] Try to create pipeline with default device.
[11/12 21:24:57.270548][warning][12619][ObException.cpp:5] No device found, fail to create pipeline!
[11/12 21:24:57.271199][info][12619][Context.cpp:84] Context destroyed
Traceback (most recent call last):
File "examples/depth_color_sync_align_viewer.py", line 122, in
main(sys.argv[1:])
File "examples/depth_color_sync_align_viewer.py", line 29, in main
pipeline = Pipeline()
RuntimeError: Caught an unknown exception!
I use nvidia jetson nano with ubuntu 18.01.XX, and Astra Pro
someone help me, i dont wanna use c++, i need python only
The text was updated successfully, but these errors were encountered: