OpenCV-Face-Recognition-Android icon indicating copy to clipboard operation
OpenCV-Face-Recognition-Android copied to clipboard

Face Detection & Recognition on Android using OpenCV

Results 5 OpenCV-Face-Recognition-Android issues
Sort by recently updated
recently updated
newest added

Hi, The issue i am facing is that the app crashes on clicking the training.java file after entering the name. Please check.

HI Owner, i am using your code and the project is successfully imported and running on my machine and i changed orientation as portrait so now the image database is...

cedetectionjavaandroid E/linker: library "/system/lib/libdl.so" ("/system/lib/libdl.so") needed or dlopened by "/system/lib/libnative

/AndroidRuntime: FATAL EXCEPTION: main Process: com.zod.facedetectionjavaandroid, PID: 29796 java.lang.RuntimeException: setParameters failed at android.hardware.Camera.native_setParameters(Native Method) at android.hardware.Camera.setParameters(Camera.java:2042) at com.zod.facedetectionjavaandroid.Preview.surfaceChanged(MainActivity.java:443) at android.view.SurfaceView.updateWindow(SurfaceView.java:608) at android.view.SurfaceView$3.onPreDraw(SurfaceView.java:179) at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:944) at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2074) at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1126) at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6098)...