Hi damgaarderik ,
Sorry about the confusion here. These shipped way faster this time then any previous rounds (which itself is great) but caught us a bit offguard in terms of having the official release out (we planned it for this Wednesday, to allow it to soak a bit more).
So in the meantime, you can actually run using a specific branch (that is in the process of being pushed to main
and as a formal depthai release tomorrow):
If not done already:
git clone depthai-python
Then after that:
git checkout bootloader_improvements_eth_desync_fix
git pull
python3 examples/install_requirements.py
And then run examples like:
python3 examples/rgb_preview.py
And after tomorrow you'll be able to run the standard depthai_demo.py
and it will automatically find the devices over POE and ask you which one you'd like to run it on (and automatically run if only 1 is available). It will list all USB and POE devices found.
Thoughts?
Thanks,
Brandon