Hi,

We would like to see below UI. so we have done this command.

#git clone https://github.com/luxonis/depthai.git
#cd depthai
#python3 install_requirements.py
#python3 depthai_demo.py

But i could see only below RGB and depth window. How can i see above UI? please help me to do this.

Best regards,
Ryan.

    Hi RyanLee
    Did you run the installation script for dependencies using sudo wget -qO- https://docs.luxonis.com/install_depthai.sh | bash ?

    Hope this helps,
    Jaka

      Hi RyanLee ,
      What system are you using? For some system architectures we disable the QT GUI (issues with dependencies) and switch to OpenCV frames as you can see. You can try forcing gui type with depthai_demo.py -gt qt (gui type = QT), but there might be dependency issues.
      Thanks, Erik

        erik

        We are using Nvidia Xavier AGX + Ubuntu 18.04.

        Best regards,
        Ryan.

        • erik replied to this.

          erik Hi Erik

          It is the results.

          Best regards,
          Ryan.

          • erik replied to this.

            Hi RyanLee ,
            Could you share the full terminal log? I can't see all the output..
            Thanks, Erik

              Hi erik

              I see here is the log. please let me know if you need anything more. thanks.

              Best regards,
              Ryan.

              @RyanLee with the suggestion above; depthai_demo.py -gt qt