FaceDetector icon indicating copy to clipboard operation
FaceDetector copied to clipboard

Face detection for your Android app

Results 23 FaceDetector issues
Sort by recently updated
recently updated
newest added

"sendUserActionEvent() mView returned." this is an error which i get when i implemented function dependency foto detector with fotoapparat constructor. i have followed it instruction. but, it doesn't get solved...

**External Native Build issues:** Build command failed. |   Error while executing process C:\Users\VDHINAKA\AppData\Local\Android\Sdk\cmake\3.6.4111459\bin\cmake.exe with arguments {-HC:\Users\VDHINAKA\Downloads\FaceDetector-master\Android\facedetector -BC:\Users\VDHINAKA\Downloads\FaceDetector-master\Android\facedetector\.externalNativeBuild\cmake\debug\armeabi-v7a -GAndroid Gradle - Ninja -DANDROID_ABI=armeabi-v7a -DANDROID_NDK=C:\Users\VDHINAKA\AppData\Local\Android\Sdk\ndk-bundle -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\VDHINAKA\Downloads\FaceDetector-master\Android\facedetector\build\intermediates\cmake\debug\obj\armeabi-v7a -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=C:\Users\VDHINAKA\AppData\Local\Android\Sdk\cmake\3.6.4111459\bin\ninja.exe -DCMAKE_TOOLCHAIN_FILE=C:\Users\VDHINAKA\AppData\Local\Android\Sdk\ndk-bundle\build\cmake\android.toolchain.cmake -DANDROID_PLATFORM=android-15 -DCMAKE_CXX_FLAGS=-std=c++11 -fexceptions...

I am using FotoApparat in my App. When I try to implement the facedetector the Camera View stays black. Nothing to see. app/build.gradle: ``` implementation 'io.fotoapparat:facedetector:1.0.0' implementation 'io.fotoapparat:fotoapparat:2.7.0' ``` MainActivity.kt:...

1. Your front camera can't catch the face 2.onFacesDetected This method can only call back 1 or 2 times in 1 second, a bit slow, there is a better solution...

use this lib ,Manifest.permission.WRITE_EXTERNAL_STORAGE granted = false. how to fix. THX.

how can we take the picture .and save to gallery

Face not getting detected when we hold in landscape mode any solution ?

Abort message: 'JNI DETECTED ERROR IN APPLICATION: JNI NewGlobalRef called with pending exception java.lang.ClassNotFoundException: Didn't find class "io.fotoapparat.facedetector.FaceDetectorWrapper$CppProxy" on path: DexPathList[[zip file "/data/app/com.example.andy.myapplication-Srioie4wYP_3uHNep4-U4A==/base.apk"],nativeLibraryDirectories=[/data/app/com.example.andy.myapplication-Srioie4wYP_3uHNep4-U4A==/lib/arm64, /data/app/com.example.andy.myapplication-Srioie4wYP_3uHNep4-U4A==/base.apk!/lib/arm64-v8a, /system/lib64]] at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:196) at...

Process: io.fotoapparat.facedetector.example, PID: 4320 io.fotoapparat.facedetector.AssetsExtractor$ExtractionException: Not a valid external directory: /mnt/internal_sd/Android/data/io.fotoapparat.facedetector.example/files at io.fotoapparat.facedetector.AssetsExtractor.ensureValidDirectory(AssetsExtractor.java:76) at io.fotoapparat.facedetector.AssetsExtractor.extractedFile(AssetsExtractor.java:69) at io.fotoapparat.facedetector.AssetsExtractor.extractIfNeeded(AssetsExtractor.java:29) at io.fotoapparat.facedetector.FaceDetector.ensureInitialized(FaceDetector.java:50) at io.fotoapparat.facedetector.FaceDetector.detectFaces(FaceDetector.java:42) at io.fotoapparat.facedetector.processor.FaceDetectorProcessor.processFrame(FaceDetectorProcessor.java:37) at io.fotoapparat.hardware.v1.PreviewStream1.dispatchFrame(PreviewStream1.java:115) at io.fotoapparat.hardware.v1.PreviewStream1.access$200(PreviewStream1.java:21) at io.fotoapparat.hardware.v1.PreviewStream1$2.run(PreviewStream1.java:103) at...