opencv-python icon indicating copy to clipboard operation
opencv-python copied to clipboard

Could not find the Qt platform plugin "wayland"

Open jdoma7 opened this issue 1 year ago • 1 comments

I'm trying to make a face recognition with raspberrypi, and I have a code that opens a camera preview, so i can make infinite photos to make him learn.

The problem is, when I run the code, it comes the following message:

Could not find the Qt platform plugin "wayland"

What should I do??

jdoma7 avatar Sep 23 '24 12:09 jdoma7

The QT instance distributed with OpenCV is built without Wayland for now. Related PR (incomplete): https://github.com/opencv/opencv-python/pull/784

asmorkalov avatar Jan 15 '25 12:01 asmorkalov