Hi all,
I am trying to display images and videos on RPI using SSH, I have written Python program with the help of
opencv, I am getting no error If I run the python program on RPI manually and works fine, When I try to run the python file through the SSH I am getting this error as follows,
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/usr/local/lib/python3.8/dist-packages/cv2/qt/plugins" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.Available platform plugins are: xcb.Aborted (core dumped)
Help me with some ideas...
Regards,
Dhanush