cap = cv2.VideoCapture(video_path) This line is working fine, it returns an object < cv2.VideoCapture 0x7fef02c58170>
but cap.isOpened() returned false,
I am on ubuntu, and using docker.
FFMEG is there in video I/O
my code works fine outside the docker.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1738162036a4028589.html
评论列表(0条)