Access Mobile Camera From Native C++ vs Android
Which is better to access camera from native C++ code using openCV capture or to access it using normal android preview methods (Like in Tutorial 4 in samples)?
According to speed of process? controlling capture like number of frames, focus and resolution ? re display the image in android surface?