Ask Your Question

avner's profile - activity

2018-09-13 01:16:05 -0600 received badge  Popular Question (source)
2013-10-23 11:01:21 -0600 asked a question compiling opencv framework for iphone5s 64bit

Compile script included in git doesn't support 64 bit. Tried modifying but not working. Anybody know how to get this working correctly?

2012-09-10 23:50:45 -0600 received badge  Student (source)
2012-09-10 10:21:29 -0600 asked a question Error in iOS framework and in tutorial

I'm having trouble doing the tutorial because the frameworks in it and what I've downloaded are different: http://docs.opencv.org/trunk/doc/tutorials/ios/video_processing/video_processing.html

It seems that i don't have all of the files from the openCV framework like is stated in it (because this file isn't in the framework)

#import <opencv2/highgui/cap_ios.h>

Eventually trying to create a capture device like this:

self.videoCamera = [[CvVideoCamera alloc] initWithParentView:imageView];

How can I get this file? Have googled everywhere