Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. cap = cv2.VideoCapture(0)
  2. ret, frame = cap.read()
  3. frame = cv2.cvtColor(frame,cv2.COLOR_BGR2RGB)
  4.  
  5. ---> 19 frame = cv2.cvtColor(frame,cv2.COLOR_BGR2RGB)
  6.  
  7. error: OpenCV(3.4.3) /io/opencv/modules/imgproc/src/color.cpp:181: error: (-215:Assertion failed) !_src.empty() in function 'cvtColor'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement