Ask Your Question

Revision history [back]

Video Stabilization using opencv videostab in IOS not working.

I have been trying the VideoStab module for on my mac to stabilise the videos. But till now no success. It keeps giving the error EXC_BAD_ACCESS at while (!(stabilizedFrames->nextFrame().empty())) no matter what i do. It always remain same. I tried using the https://github.com/Itseez/opencv/blob/master/samples/cpp/videostab.cpp sample also. But again no success, error always remain same.

It's weird error always occur when it process half frames. Let say frame count : 429 then it always process till frame :215 after that same error.

Either I am doing something wrong, but in that case same error is happening with videostab sample as well. Or it might be I am trying it on Mac (bad joke). But will give it a try on ubuntu also.

Thanks