0
0
0x70002018-08-28 19:43:23
Python
0x7000, 2018-08-28 19:43:23

Opencv light not turning off?

When sending a picture from the camera to the telegram bot, the light on the webcam does not turn off, if you run the code without the bot, the light turns off.

def cam(message):
  cap = cv2.VideoCapture(0)
  cap.set(3,1980)
  cap.set(4,1080)
  for i in range(5):
    cap.read()  
  ret, frame = cap.read()
  cv2.imwrite('cam.png', frame)   
  cap.release()

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question