Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between NativeCameraView and JavaCameraView in OpenCV [duplicate]

As in the topic, could someone please explain to me what is the difference using NativeCameraView and JavaCameraView in OpenCV?

Currently I am using JavaCameraView to detect fingertips and it is extremely slow. I am wondering if using NativeCameraView would make a change?

like image 536
Marek Avatar asked Jul 30 '13 04:07

Marek


1 Answers

https://groups.google.com/forum/#!msg/android-opencv/G7bwR5nkVfc/alK3FeDrJsIJ

What is the difference between `opencv.android.JavaCameraView` and `opencv.android.NativeCameraView`

can help you a bit.

like image 63
Abhishek Choudhary Avatar answered Oct 13 '22 12:10

Abhishek Choudhary