vision-camera-face-detector icon indicating copy to clipboard operation
vision-camera-face-detector copied to clipboard

VisionCamera Frame Processor Plugin to detect faces using MLKit Vision Face Detector

Results 36 vision-camera-face-detector issues
Sort by recently updated
recently updated
newest added

Is there any support for version 3 planned?

I am installing latest version of npm. After then my project not run . Error : Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation...

I found that Expo FaceDetecting is deprecating from SDK 51 and they suggested to use react-native-vision-camera , but it looks a huge library and I only need face detection... can...

Hi, I have an error in build in ios xcode Cannot find type 'FrameProcessorPluginBase' in scope iOS 17 iphone 14 pro real

I'm facing an error when I try to run the app on Android `error Frame Processor threw an error: Can't find variable: __scanFaces` My environment: ``` "react": "17.0.2", "react-native": "0.68.2",...

Tried installing it and getting this error during compile. ``` /VisionCameraFaceDetectorPlugin.java:35: error: VisionCameraFaceDetectorPlugin is not abstract and does not override abstract method callback(Frame,Map) in FrameProcessorPlugin public class VisionCameraFaceDetectorPlugin extends FrameProcessorPlugin...

I trying to use vision-camera-face-detector with react-native-vision-camera but got this error: from file `node_modules/vision-camera-face-detector/ios/VisionCameraFaceDetector-Bridging-Header.h` 'VisionCamera/FrameProcessorPlugin.h' file not found

Pull request to merge changes to the original repository.

I have noticed that the face tracking feature on Android is more prone to instability when compared to iOS. It frequently loses track of faces, making it challenging to maintain...