Answer the question
In order to leave comments, you need to log in
How to speed up camera resolution change in OpenCV?
Hello!
I'm capturing video from the camera (At the moment it's just the output of imshow()), in the process I'm trying to change the resolution with:
_cap->set(CAP_PROP_FRAME_WIDTH, possibleRes.width);
_cap->set(CAP_PROP_FRAME_HEIGHT, possibleRes.height);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question