I create a virtual cam using the pyvirtualcam library, but I cant change the output resolution. It is always 1920x1080.
If I create a virtual camera and set its resolution like this it will resize the image to fit in 1920x1080.
pyvirtualcam.Camera(width=1080, height=1920, fps=5, backend='obs')
If I go to the OBS settings>video and change the output resolution there it also wont change the output resolution.
How can I change the output resolution?