Luxonis-Lukasz i'm using the image from the devel branch and was able to run rgb_preview successfully but encountered this issue when trying to run depthai_demo.py. I did already run python3 install_requirements.py and that did not resolve the issue. Please advise
Running pipeline on Docker container
lead_dev Could you run, inside the container, the following commands to see if it helps?
$ cd depthai
$ python3 -m pip uninstall depthai
$ python3 install_requirements.py
$ python3 depthai_demo.py
Luxonis-Lukasz it displays the same issue. Looks like it's using an environment path set by the dockerfile pointing at /depthai-python/build
lead_dev could you run the demo with --skipVersionCheck
flag? I'll prepare a new image that will contain the demo, released from the depthai repository automatically, so running the demo from container will be easier
Luxonis-Lukasz running into a similar issue from earlier where it runs rgb_preview.py from the depthai-python directory but can't seem to find the device when running depthai_demo.py from the depthai directory. Had issues with qt as well but just downgraded to using openCV