Run Qt - gui application on Raspberry PI
Mobile and Embedded
2
Posts
1
Posters
1.8k
Views
1
Watching
-
Hi. A Qt program does not run on raspberry PI. If I try to execute it from a console I obtain a flash (I see a rectangle for 0.5 second.) and this error:
@pi@raspberrypi ~ $./ComputerVisionStudio
QXcbConnection: XCB error: 165 (Unknown), sequence: 150, resource id: 0, major code: 149 (Unknown), minor code: 20
^Cpi@raspberrypi ~ $
@After that I have to do crtl-c to terminate it.
If I connect to raspberry PI from a pc with ssx -X I can run the application without any problem.Have you got any idea?