linux - cap.isOpened() returned false, - Stack Overflow

admin2025-01-29  15

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.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1738162037a59672.html

最新回复(0)