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?
I am having a similar problem after installing on CentOS. cmake/installation completes without any errors.
import cv2 cv2.VideoCapture('path/to/video')
same problem here anyone give us a hint?My system is CentOS 6 GCC 4.8.2 OPENCV 3.2
Same here. Debian 7 and contrib_modules installed.
Same for me. Centos7 OpenCV 3.2...
Having same problem. Can anyone help? OpenCV 3.2, Ubuntu 17.04