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.