Hi, I have a problem when running the depthai demo on a raspberryPi 4. The GUI demo is just two windows one showing the rbg color (regular cam feed) and the other is the depth perception window. I don't get that interface that lets you select between the CNN Models, with the 'Apply and Restart' button, etc..

But when I use the camera on Windows I do get the GUI with the CNN Models and buttons.

I feel like I followed the documentation/installation process directly, and not sure why I cant get that gui on the Raspberry Pi.

Thanks in advance.

Does it maybe have to do with the camera itself? Because at first I had a faulty one that wasn't even able to load up the camera feed and would crash.

Could my current one just be faulty but not as faulty as the first?

    Hi Javier470
    Pi doesn’t work well with heavier GUIs/etc, so we disable it on the Pi to save CPU and installation complexity. You can still change the parameters using arguments when running the demo (--help for available arguments).

    Thanks,
    Jaka