Ask Your Question

thxmxx's profile - activity

2018-10-10 01:55:54 -0600 received badge  Famous Question (source)
2017-11-04 09:11:30 -0600 received badge  Notable Question (source)
2017-06-19 02:58:29 -0600 received badge  Popular Question (source)
2016-12-23 04:11:58 -0600 received badge  Student (source)
2016-08-05 12:17:32 -0600 asked a question 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?

2016-07-27 19:48:07 -0600 answered a question How to solve this error while using waldboost_detector to train my own model?

I have the same problem