Ive been trying to use the video capture in OpenCV but it keeps hitting me with this error:
(-215:Assertion failed) size.width>0 && size.height>0 in function 'cv::imshow'
Asked
Active
Viewed 24 times
0
-
https://stackoverflow.com/questions/31586385/assertion-failure-size-width0-size-height0-in-function-imshow is amost exactly the same as this. – Paul Brennan Dec 12 '20 at 07:21
-
1Does this answer your question? [Assertion failure : size.width>0 && size.height>0 in function imshow](https://stackoverflow.com/questions/31586385/assertion-failure-size-width0-size-height0-in-function-imshow) – etch_45 Dec 12 '20 at 07:22