Python/OpenCv: VideoCapture file from a server is not working -
i'm using python 2.7 , opencv.
when i'm trying read video file pc
cap = cv2.videocapture('pirkagia.avi')
i can see video.
but when i'm trying read video file server, can't read file cv2.videocapture
.
is there read video file server?
my file in http://www.cs.ucy.ac.cy/~zanton01/epl445/pirkagia.avi
Comments
Post a Comment