I have installed OpenCV 3.x with Python 3 and I am running these on Ubuntu 16.04, however since the video related functionality is not implemented and thus giving the error of "This function is not implemented"
, I am looking for an alternative to imshow()
. I know that I can display a picture with Matplotlib
, can we do the same with videos? If so, how?