Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Reciever.py:22: DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves surprisingly on unicode inputs. Use frombuffer instead
  2. nparr = np.fromstring(data, np.uint8)
  3. Traceback (most recent call last):
  4. File "Reciever.py", line 24, in <module>
  5. cv2.imshow('frame', frame)
  6. cv2.error: OpenCV(4.1.1) C:\projects\opencv-python\opencv\modules\highgui\src\window.cpp:352: error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'cv::imshow'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement