CvVideoCamera or not
I'm staring to develop my first OpenCV iOS application and I wondering if it is better to use AVFoundation directly instead of using CvVideoCamera (that is a wrapper for AVFoundation).
I need the maximum speed.
What do you think?