OpenCV: “[ WARN:0] terminating async callback” when attempting to take a picture
I am trying to take a picture from the defualt carmera with python, to do this I am using openCV (import cv2 as cv
from python shell). However, when I attempt to disable the camera it closes but with the error [ WARN:0] terminating async callback
.