question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Requested CNN resources overlaps with RGB camera error on Raspberry + Oak D

See original GitHub issue

Platform: 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:closed
  • Created 3 years ago
  • Comments:21 (3 by maintainers)

github_iconTop GitHub Comments

7reactions
szabi-luxoniscommented, Aug 14, 2020

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.

if default_blob:
    #default
    shave_nr = 7
    cmx_slices = 7
    NCE_nr = 1

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

2reactions
asmorkalovcommented, Aug 3, 2020

I found that root cause: left camera socket was ejected. I reconnect camera and the first device works good now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found