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

I am getting this in the response `{"bounds": {}, "cotours": {}, "leftEyeOpenProbability": 0.9893174171447754, "pitchAngle": 7.884413242340088, "rightEyeOpenProbability": 0.8695240020751953, "rollAngle": 0.5081395506858826, "smilingProbability": 0.026149364188313484, "yawAngle": 8.621944427490234}`

Hello, your plugin is still maintained? its not work on ios face.

I supposed that those are `top` and `left` of the bounding box, and I directly used them to display the overlay bounding box for the detected face. And I realized...

Please, merge https://github.com/rodgomesc/vision-camera-face-detector/pull/21 because it's a blocking issue

When I close my left eye for example, it is detected as the right eye. When i turn right, is detected as turn head left. I'm using the front camera....

i'm getting this - any idea how to debug this best (or maybe it's a library bug)? fresh app, these are my deps: ```json { "dependencies": { "react": "18.2.0", "react-native":...

Is it possible to have a new release with the last commits? Thank you Note (edition): I removed the Travis comment because was not related to this library.

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. ## fixes - return normal bounding...

Greetings, I'm facing the mentioned issue with: - react-native 0.70.6 - react-native-vision-camera: 2.15.2 - vision-camera-face-detector: "https://github.com/rodgomesc/vision-camera-face-detector#master" - Samsung devices (got crashes logs on Poco and LG devices too) - Android...