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

Popular posts from this blog

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

python 2.7 - Lines in my code being skipped and I am not sure why -

python - multiprocessing pool with map -