Deploy your Roboflow Train model to your OpenCV AI Kit (OAK D LITE CAMERA)
Hi @MohamedMagdyGaberDarwish
Looks to be something wrong with the json sent from the roboflow API. Try with SDK: https://docs.luxonis.com/projects/sdk/en/latest/samples/NNComponent/sdk_roboflow_integration/
Thanks,
Jaka
i downloaded the required dependencies and then ran the script but it still doesn't work
Hi @MohamedMagdyGaberDarwish
Make sure you are using the latest depthai_sdk and have opencv-contrib-python==4.5.5.62
installed.
Thanks,
Jaka
Hi jakaskerl
I installed the latest version of depthai_sdk
pip install depthai-sdk
and has an OpenCV of version 4.8.0
but another error is showed up
Thanks,
Mohamed
Hi @MohamedMagdyGaberDarwish
I can confirm the it works with stock example (roboflow_integration.py
), SDK==1.13.1, opencv-contrib-python==4.5.5.62.
This also might be a connection issue for the USB. Can you recheck that you are using USB3 and that the connection is secure?
Thanks,
Jaka