Ask Your Question

Revision history [back]

installing qt backend

so... basicaly i wanted to make a program in python that uses the camera using openCV, the program should display the video stream and some info somewhere

the problem is that i can't seems to create a window big enough to contain both the stream AND the info it's supposed to contain, i know the issues is because on default opencv automaticaly resize the windows to fit what contain...

...buuuuuut you can change this using another option, but you can't use this option if you don't have the qt backend installed

problem is, i have no idea how to install the qt backend! so any explanation of how to do it would be appreciated

alternatively any other way to resize my window would work too, i tought of using TKinter but i'd rather not do it if i could avoid it