Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Error in 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

click to hide/show revision 2
No.2 Revision

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