-
Notifications
You must be signed in to change notification settings - Fork 232
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
only color appears on the demo application #641
Comments
Can you provide more details, please? |
I just got mine Oak-D_Pro and have same issue. Depth and all related streams appear to be disabled after starting depthai_demo. |
Hi @NikoLabs and @brmarkus and @MajicCat , Sorry about the delay here. OAK-D-Pro is still under the So this is the reason for the issues here. For getting going with OAK-D-Pro, see here: But TLDR is to checkout Sorry again about the delay on reply here. Not sure how/why missed. Thanks, |
I pulled the repo. |
Hi @MajicCat , Sorry about the trouble. How are you powering the OAK-D-Pro? (I.e. what host is being used with OAK-D-Pro?) If the host computer is not capable of 5V/3A capability we recommend either using the Y-Adapter to inject power from a dedicated power supply that can do at least 5V/2A (5V/3A preferred) or a powered USB hub that can do 5V/2A or higher. From your symptoms it sounds like the host device does not have sufficient USB power to power OAK-D-Pro on its own. |
here is the crash C:\Users\Halo\AppData\Local\Programs\DepthAI\depthai>python3 depthai_demo.py spi_N25Q_init: Flash JEDEC ID: 01 02 19
C:\Users\Halo\AppData\Local\Programs\DepthAI\depthai> |
Powered by a wall jack on the power line.. Should be good |
I see the USB connection speed is |
came up.. odd as om on a usb3 port |
A lot of USB3C cables are secretly USBC cables with only USB2 data pairs. Actually @Erol444 we should add the image that @alex-luxonis often shows to differentiate this so it's easy to tell on the A-side of the USBC to USBA cable. |
|
@Luxonis-Brandon I did see the documentation on the camera page and use the branch oak-d-pro |
@NikoLabs Could you run also: |
My cable is the small oval USB3 to small oval USB3 on a new Dell. |
@Luxonis-Brandon git pull and install_requirements updated some module[s] but it did not change the symptoms. Still all the depth streams are disabled. |
@NikoLabs How was the command ran? I see in the logs above (#641 (comment)), a python interpreter wasn't specified. Especially on Windows, multiple could be installed from various sources (e.g Microsoft Store, etc), and each would use their own environments. |
I just did a update and one of the pages is broken.. Collecting opencv-python==4.5.1.48 × The package index page being used does not have a proper HTML doctype declaration. note: This is an issue with the page at the URL mentioned above. |
That's just a warning, can be ignored. We're working on fixing the Artifactory server for it. |
@MajicCat Back on the USB cables, if it has type-C connectors at both ends, it's a bit harder to differentiate, but USB3 cables are generally more stiff / thicker, as they have extra wires (and internal foil shielding) for the super-speed data pairs. Many cables don't support USB3, and are intended for charging and low-throughput USB2 data transfers. In few cases, the type-C connector of the cable might have missing pins if it's USB2 only. |
@Luxonis-Brandon I only have one Python version 3.9.7 installed on this machine. I ran install_requirements and demo by explicitly specifying the python interpreter to no resolve - same exact result. I noticed that camera possibly re-enumerates on USB then I start the demo. It listed in device manager as Movidius MyriadX USB device and then demo starts it drops out and then reappears as Luxonis Device. Another side note - I used Oak D camera before on this machine and it worked fine. Not sure if old[er] Oak D installation can interfere with this branch in any way. |
All pins present and accounted for (took out the magnifying glass)... Yes its noticeably thicker - yes, i know those 'charging' cables.. |
@NikoLabs Could you post again the logs you get when running now depthai_demo.py |
@Luxonis-Brandon |
It's not the right version installed... If running again https://github.com/luxonis/depthai/blob/oak-d-pro/install_requirements.py doesn't work, please install the version manually:
|
The logs here #641 (comment) had the proper version. |
Manually replacing requirements.txt file and running install_requirements.py again fixed the issue. Thank you! |
@NikoLabs @MajicCat Support for OAK-D Pro is available in the latest release The demo app is also updated to provide IR control, this PR was just merged: #556 |
no "depth" or other perspectives are appearing on my oak D pro
The text was updated successfully, but these errors were encountered: