Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

VideoCapture problem - Inappropriate ioctl for device

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?