When calling cv::imshow to display an image, the program throws the error:
QSocketNotifier: Can only be used with threads started with QThread.
I confirm that my code does not directly use the Qt library (no Qt headers included).How can I solve this? Does this issue occur in all OpenCV projects or only specific ones?
you’re asking for help debugging something, right? then you must show what you did. MRE required.