emilianavt / OpenSeeFace

Robust realtime face and facial landmark tracking on CPU with Unity integration
BSD 2-Clause "Simplified" License
1.42k stars 151 forks source link

Can not load the Qt platform plugin xcb #72

Open crys313 opened 1 month ago

crys313 commented 1 month ago
qt.qpa.xcb: could not connect to display 
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/notebooks/miniconda3/envs/openseeface/lib/python3.9/site-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.

hi, anyone know how to fix this error? thanks!

emilianavt commented 1 month ago

It's not an OpenSeeFace specific issue, but looks like a problem with your OpenCV installation. It tries to use the Qt library to open a window, but it cannot find the necessary library.