Ask Your Question

CV_Max's profile - activity

2017-07-31 14:52:24 -0600 received badge  Popular Question (source)
2016-09-09 02:09:15 -0600 received badge  Taxonomist
2012-10-03 02:37:46 -0600 received badge  Student (source)
2012-10-03 02:12:48 -0600 asked a question How to run slow video processing algorithms in background while showing camera output?

In more detail, on my iPad I'm trying to

  • start the videoCamera;
  • take a frame and process it in background (say object detection, which is quite slow)
  • in the meanwhile, continuing to show the video output (e.g. at 15 fps)
  • when the algorithm terminates on the frame previously taken, take the current frame and run again;
  • always show the video output
  • when the algorithm terminates, take the current frame...

... and so on.

I tried with dispatch_queues but it gives me errors, I think because I'm not able to say to the processing algorithm "Take the current frame only when you have finished with the frame previously taken".

How can I do that?

Thanks

2012-09-25 10:59:05 -0600 commented question OpenCV IOS6 - armv7s support

Same problem here. Can you give some indications please? Thanks!