anyone know how to solve this error??
hsv = cv2.cvtColor(frame,cv2.COLOR_BGR2HSV)
cv2.error: OpenCV(4.0.0-pre) /home/pi/opencv-3/modules/imgproc/src/color.cpp:181: error: (-215:Assertion failed) !_src.empty() in function 'cvtColor'
I tried to run the same code on two different computers, in which exactly same python and opencv version and libraries are installed. However, only one computer would make it run. ( I was importing the exactly same .avi video) so there must not be a None output issue i think.