I'm trying to open a video
VideoCapture video_source;
video_source = VideoCapture();
video_source.open("/home/thom/Downloads/output.mp4");
and I'm getting this message:
> Unable to stop the stream:> Inappropriate ioctl for device> Could not open the stream file.
Any clue?
↧