Ask Your Question

Anmol Limje's profile - activity

2017-09-22 09:00:08 -0600 answered a question How to limit the number of FPS from camera

Do This Thing::: import cv2 import numpy as np cap = cv2.VideoCapture(0) fps=0 #for decreasing fps while True: re