Computer Science, asked by GeN21, 9 months ago

Is it possible to change the webcam frame refresh rate in Python using cv2?

If yes, how?

Good day! :)​

Answers

Answered by BrainlyFIRE
1

Hi mate.......◉‿◉

Here is your answer.......

No it is not possible to change fresh rate of webcam using python.....

Hope this helps ❤️

Answered by Anonymous
9

Answer:

You can always decrease your frames per second but increasing them cannot be done infinitely as your camera has hardware restrictions. In OpenCV python, the FPS can be set as follows: cap = cv2. VideoCapture(0)

Explanation:

Mark brainliest and follow me fast guys..

Similar questions