Run hailo-CLIP on a remote rpi fails

hi @schiwo1
The CLIP application defaults to using a display. When you connect via SSH, the application attempts to render output to the terminal, but there’s no X server available. To fix this, you can configure the Raspberry Pi to use its local display by setting the $DISPLAY environment variable:

export DISPLAY=:0

Make sure you run this in the same terminal where you start the CLIP application.

You can try disabling the CLIP application’s UI and display, though that might be more involved.
Alternatively, enabling VNC on the Pi will let you interact as if you were directly on the Pi itself.

2 Likes