Ask Your Question

OnlySang's profile - activity

2014-03-10 08:34:01 -0600 asked a question can not read frame using VideoCapture on mac

I installed Opencv2.4.7.1 through homebrew on my mac darwin10.3.1. VideoCapture can work with camera, but can not read frame from video files, even .avi. When I initialize VideoCapture using video file name, VideoCapture::isOpened return true. But VideoCapture::read return false. I'm confused! ffmpeg is OK. I tried using C++ and python, result is same. Anyone can help me?