Ask Your Question

ken's profile - activity

2013-02-12 17:40:56 -0600 received badge  Nice Question (source)
2012-09-17 03:26:59 -0600 received badge  Student (source)
2012-09-17 03:23:18 -0600 commented answer Error in iOS framework and in tutorial

I tried a sample below http://docs.opencv.org/trunk/doc/tutorials/ios/video_processing/video_processing.html#opencviosvideoprocessing ,but encountered the following error.

Undefined symbols for architecture armv7: "_OBJC_CLASS_$_CvVideoCamera", referenced from: objc-class-ref in ViewController.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Is there any additional library?

2012-09-17 03:21:46 -0600 asked a question "_OBJC_CLASS_$_CvVideoCamera" not found

I tried a sample below http://docs.opencv.org/trunk/doc/tutorials/ios/video_processing/video_processing.html#opencviosvideoprocessing ,but encountered the following error:

Undefined symbols for architecture armv7:
  "_OBJC_CLASS_$_CvVideoCamera", referenced from:
      objc-class-ref in ViewController.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Is there any additional library?