admin 管理员组

文章数量: 1086019

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.

本文标签: linuxcapisOpened() returned false Stack Overflow