Ask Your Question

mccpower's profile - activity

2014-01-21 05:36:08 -0600 commented answer opencv ios7 installation issue

Just add a comment to share that I had the same issues to build the framework from source but following your hacks it worked.

2014-01-21 05:34:33 -0600 commented answer CvVideoCamera on iOS7

Thanks!, that release was the key!. I also have had some issues building the framework from source but again thanks to your answer I was able to solve it.

2014-01-20 12:01:56 -0600 commented question Memory leak in [camera start] / [camera stop] methods iOS7

Hi, I have the same issue, as you say more or lest the 5th time is when it changes and is start being unusable due to the CPU usage which starts being 99% and the memory usage. There is another thread talking about the same thing in: http://answers.opencv.org/question/22880/cvvideocamera-on-ios7/ but I am not sure if there is a solution already

2014-01-20 11:59:01 -0600 received badge  Supporter (source)
2014-01-20 11:14:20 -0600 commented question CvVideoCamera on iOS7

Same issue here..., What I have noticed while I start and stop the CVVideoCamera is that first 5times or so is fine, but there is one point where the suddenly the performance changes, I mean that it looks like is not just accumulative, if you check the CPU usage you will notice a big change from 10% or so to 99... and then the memory usage start growing quickly...

I have to say that also have tried to recreate the object and it didn't work.

I hope this information will be helpful to find where the problem is. I'll keep trying to solve it in the meantime.