The precompiled libraries of OpenCV that I am making available for
Android have not been compiled against FFmpeg, so we cannot use them to
capture from video files. The reason being that we can use FFmpeg
directly if need be with FFmpegFrameGrabber, for example, no need of
OpenCV for that. So, please use FFmpegFrameGrabber, thank you
Samuel
Yes, that's kind of normal, Android does not have any AWT package...
> Thank you very much for your help. I hope that I will success to grab
> frames from a video.
Sure, sorry for not replying before. I was out for the weekend
Samuel
No, you have to call grab() the appropriate number of times...
Samuel
Just call grab() ten times per second, you will get ten frames every second.
trigger() is useful for cameras that support software triggering
Samuel
Jeremy
Jeremy