Re: [Mesa-dev] Unable to find a matching EGL config on Wayland

2020-01-31 Thread Daniel Stone
Hi Devashish, It sounds like your application, as well as eglinfo, are not even trying to use Wayland. Maybe they are autodetecting the platform incorrectly and trying to use GBM instead. This could perhaps be solved by setting the $WAYLAND_DISPLAY environment variable to the name of the socket Wes

[Mesa-dev] Unable to find a matching EGL config on Wayland

2020-01-31 Thread Devashish Tiwari
Hello, Ihave built a simple application using QT & SDL that has a buttonwhich opens a preview on clicking, whenever camera (system/usb) isconnected to the EVM. Myapp successfully receives correct parameters related to camera(resolution, frame rate, frame format) and I have verified it usingdebu