Skip to content

Refactor XLink init code. Fix for init hang on RPi4 w/USB3 - #1

Merged
alex-luxonis merged 1 commit into
masterfrom
fix_RPi4_USB3
Mar 11, 2020
Merged

Refactor XLink init code. Fix for init hang on RPi4 w/USB3#1
alex-luxonis merged 1 commit into
masterfrom
fix_RPi4_USB3

Conversation

@alex-luxonis

Copy link
Copy Markdown
Contributor
  • Use new API that no longer tries to match pre-boot and post-boot USB device addresses, resolving issue USB3 Doesn't Work with Raspberry Pi 4 depthai#40
  • During init, wait for MyriadX USB device discovery for up to 10 seconds. Should resolve an issue that the device is not found after host app being closed and restarted immediately (delays from watchdog kicking in and/or USB enumeration).
  • minor prints cleanup.

CC @itsderek23@Luxonis-Brandon

(We should try merging PR's here by rebasing -- fast-forward merge, to reduce the occurrence of SHA changes for this repo used as a submodule in https://github.com/luxonis/depthai-python-extras/)

(use new API that no longer tries to match pre- and post-boot USB device addresses).
Minor prints cleanup.
@alex-luxonis
alex-luxonis merged commit 5d6d928 into masterMar 11, 2020
@alex-luxonis
alex-luxonis deleted the fix_RPi4_USB3 branch March 11, 2020 21:02
@alex-luxonis

Copy link
Copy Markdown
ContributorAuthor

Looks like merge-by-rebase doesn't simply update the master branch pointer (where possible -- as it was in this PR), but does cherry-pick the commits. So the git SHA is changed anyway after the merge.

@Luxonis-Brandon

Copy link
Copy Markdown
Contributor

Good to know - thanks!

@g-i-o-r-g-i-og-i-o-r-g-i-o mentioned this pull request Aug 31, 2022
narsenox pushed a commit that referenced this pull request Apr 22, 2024
Add a POC example for yoloV6r2
Closes#1
See merge request luxonis/depthai/depthai-device-rvc4!2
moratom pushed a commit that referenced this pull request Sep 23, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@alex-luxonis@Luxonis-Brandon