Requested CNN resources overlaps with RGB camera error on Raspberry + Oak D
See original GitHub issuePlatform: Raspberry Pi 4, 4Gb RAM
OS: Raspbian Buster Full (2020-02-13)
Board: Oak-D connected to USB 3 (blue) port, extra power is connected.
test.py
reports the error in subject, but Oak-1 works without issues. Log is attached.
oak-d-failure.log
Issue Analytics
- State:
- Created 3 years ago
- Comments:21 (3 by maintainers)
Top Results From Across the Web
Troubleshooting - DepthAI documentation - Luxonis
For USB OAK cameras, DepthAI can throw an error code like X_LINK_COMMUNICATION_NOT_OPEN or X_LINK_ERROR , which is usually a sign of a bad...
Read more >Common errors using the Raspberry Pi camera module
Are you trying to use the Raspberry Pi camera module, Python, and the picamera library? Did you run in to an error message?...
Read more >Pothole Detection Using Deep Learning: A Real-Time and AI ...
YOLOv3 and CNN models were used to detect the potholes and classify road types. ... We have mentioned that we have opted OAK-D...
Read more >Land Cover Classification from Very High-Resolution UAS ...
Two photogrammetric flights of fixed-wing unmanned aerial systems (UAS) using RGB and NIR optical sensors were realized.
Read more >camera systems including: Topics by Science.gov
The results show that the reprojection error of the automated camera calibration ... In comparison, space AR and D cameras, while are not...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Best performance can be achieved w/ 14 shaves/14cmx and 2 NCEs. For that the model needs to be compiled for 7 shaves (7 shave for each NCE = 7x2=14) In
depthai.py
the following config needs to be changed to 14, 14, 2.It will likely exceed 30 fps, so the rgb camera fps needs to be adjusted to 40 fps (or more):
-rgbf 40
If inference is requested on both left and right cameras 2 NCEs are mandatory, otherwise they won’t be balanced.@nullbyte91
I found that root cause: left camera socket was ejected. I reconnect camera and the first device works good now.