You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read thru all 43 issues mentioning X_LINK_DEVICE_NOT_FOUND but none have addressed the specific problem I am having.
Describe the bug
When I use a bridge connection with network on eth0 and Oak-d POE on eth1 the camera gets assigned IP address 192.168.93.113 and br0 gets IP address 192.168.93.106. I can connect fine using device_manager.py but depthai_demo.py, depthai-vewer, and all the experiment examples fail after I hear the autofocus on the camera click with Failed to connect to device, error message: X_LINK_DEVICE_NOT_FOUND. These programs all work when I setup local link and when I use a POE injector and plug it directly into the switch. However I must have the camera available to all endpoints on the network, not just locally and it must go thru the seeed studio recomputer.
Minimal Reproducible Example
disable all network connections in the gui
Make entries in /etc/udev/rules.d/10-persistent-net.rules and /etc/systemd/network/70-* if necessary.
Disable existing connections if necessary nmcli con delete
4.Create a bridge nmcli con add type bridge con-name br0 ifname br0
Add workers nmcli con add type ethernet con-name eth0-slave ifname eth0 master br0 nmcli con add type ethernet con-name eth1-slave ifname eth1 master br0
enable nmcli con up br0
Expected behavior
Network camera should be available thru the network.
Check if issue already exists
X_LINK_DEVICE_NOT_FOUND
but none have addressed the specific problem I am having.Describe the bug
When I use a bridge connection with network on eth0 and Oak-d POE on eth1 the camera gets assigned IP address
192.168.93.113
and br0 gets IP address192.168.93.106
. I can connect fine usingdevice_manager.py
but depthai_demo.py, depthai-vewer, and all the experiment examples fail after I hear the autofocus on the camera click withFailed to connect to device, error message: X_LINK_DEVICE_NOT_FOUND
. These programs all work when I setup local link and when I use a POE injector and plug it directly into the switch. However I must have the camera available to all endpoints on the network, not just locally and it must go thru the seeed studio recomputer.Minimal Reproducible Example
/etc/udev/rules.d/10-persistent-net.rules
and/etc/systemd/network/70-*
if necessary.nmcli con delete
4.Create a bridge
nmcli con add type bridge con-name br0 ifname br0
nmcli con add type ethernet con-name eth0-slave ifname eth0 master br0
nmcli con add type ethernet con-name eth1-slave ifname eth1 master br0
nmcli con up br0
Expected behavior
Network camera should be available thru the network.
Screenshots
Pipeline Graph
N/A
Attach system log
{ "architecture": "64bit ELF", "machine": "aarch64", "platform": "Linux-5.10.192-tegra-aarch64-with-glibc2.31", "processor": "aarch64", "python_build": "default Nov 23 2021 15:27:38", "python_compiler": "GCC 9.3.0", "python_implementation": "CPython", "python_version": "3.9.5", "release": "5.10.192-tegra", "system": "Linux", "version": "#1 SMP PREEMPT Thu Jun 13 20:07:24 PDT 2024", "win32_ver": "", "packages": [ "depthai==2.28.0.0", "maturin==0.14.10", "numpy==2.0.2", "opencv-contrib-python==4.5.5.62", "patchelf==0.17.2.1", "pillow==10.3.0", "pip==24.3.1", "pkg_resources==0.0.0", "psutil==5.9.3", "PySimpleGUI-4-foss==4.60.4.1", "setuptools==44.0.0", "tomli==2.0.2" ], "usb": [ "NoLib" ], "uname": [ "Linux i2lpov 5.10.192-tegra #1 SMP PREEMPT Thu Jun 13 20:07:24 PDT 2024 aarch64 aarch64" ] }
bootloader: 0.0.28
Depthai version: 2.28.0.0
Additional context
ls
The text was updated successfully, but these errors were encountered: