I am an experienced OpenCV user trying to speed up work with OpenCV for Android. I found several references to the "NativeCameraView" class, for example:
Difference between NativeCameraView and JavaCameraView in OpenCV
What is the difference between `opencv.android.JavaCameraView` and` opencv.android.NativeCameraView`
http://docs.opencv.org/java/2.4.8/org/opencv/android/NativeCameraView.html
https://github.com/Tinker-S/OpenCVSamples/blob/master/OpenCV%20Library%20-%202.4.3/src/org/opencv/android/NativeCameraView.java
But that’s all, at least a few years ago. When I go to:
https://github.com/opencv/opencv
and put “NativeCameraView” in the “This repository”, “Search” box at the top, I don't get any results. If I search for "JavaCameraView", I get 11 results.
Also, if I go to
http://docs.opencv.org/java/3.1.0/
JavaCameraView is specified, but NativeCameraView is not working.
Have NativeCameraView been uninstalled with OpenCV 3 ?? Is there a change log or something similar that covers the current state of JavaCameraView vs NativeCameraView? Please inform.
NativeCameraView was reset in OpenCV 3, according to ChangeLog :
, , - nativecamera Android. API .
Source: https://habr.com/ru/post/1648929/More articles:Resize an element if it moves to a new line - htmlJava 8: Lambda expression contains more than one statement / logic - javaCommand completions are invisible in ipython 5.0 - pythonВ этом контексте поддерживаются только примитивные типы или типы перечислений в ASP.NET MVC с Entity Framework - c#Привязка данных Android - Могу ли я получить доступ к закрывающей активности в XML-макете? - androidJavascript и Firebase 3 - Создайте пользователя с помощью электронной почты и пароля - javascriptGetType в Nullable Boolean - nullBest way to limit the number of threads executing a particular section of code in Java? - javaHow to get permission for the camera in android. (In particular, Marshmallow) - androidLaravel 5: find a function on a model that extends the user - phpAll Articles