jakaskerl
Have tried Penguinmon's suggestion with DNSMASQ and now both cameras get a proper IP….but also for some reason get picked up on the "default" .222 one.
Well regardless, when running a script…now it splits into one working and one "broken" camera…alternating when re-running script.
The output for error is:
Found 2 devices
[2023-10-07 18:35:45.699] [warning] Watchdog initial delay set to 60000ms
[2023-10-07 18:35:46.700] [warning] Watchdog initial delay set to 60000ms
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "main.py", line 31, in worker
device: dai.Device = stack.enter_context(dai.Device(openvino_version, dev_info, False))
depthai.XLinkWriteError: Couldn't write data to stream: '__bootloader' (X_LINK_ERROR)
=== Connected to 1944301061BA5B2700
>>> MXID: 1944301061BA5B2700
>>> Cameras: RGB LEFT RIGHT
>>> USB speed: UNKNOWN
Thoughts?
Edit: Both cameras work with depthai_demo.py when given option to select [0] or device [1]
Edit2: current NMAP shows this
nmap -T5 -sn 169.254.1.0-255
Starting Nmap 7.80 ( https://nmap.org ) at 2023-10-07 18:41 CEST
Nmap scan report for OrinNano (169.254.1.10)
Host is up (0.00010s latency).
Nmap scan report for 169.254.1.213
Host is up (0.0010s latency).
Nmap scan report for 169.254.1.220
Host is up (0.0011s latency).
Nmap scan report for 169.254.1.222
Host is up (0.00095s latency).
Nmap done: 256 IP addresses (4 hosts up) scanned in 1.77 seconds