react-native-vision-camera icon indicating copy to clipboard operation
react-native-vision-camera copied to clipboard

🐛 vision-camera-face-detector Is not updated for a long time

Open DeepikaSharma5 opened this issue 3 years ago • 2 comments

What were you trying to do?

I am trying to implement an app with camera and face detection. As I have checked your documentation you have mentioned that we can use vision-camera-face-detector the detect the face.

I used that and able to detect the face in android devices. But the face detection is not working for IOS.

The package is not well maintained and the npm packages is not updated. Even there is no one to answer or resolve the bugs.

Please takeover the package and try to fix the issues. This will be a big help for a lot of us.

Reproduceable Code

No response

What happened instead?

Face detection is not working in IOS devices

Relevant log output

No response

Device

iPhone 12 Pro max

VisionCamera Version

Latest

Additional information

DeepikaSharma5 avatar Aug 31 '22 19:08 DeepikaSharma5

I've faced the same issue in one of my projects in which I needed to use the face-detector module. The library integration unfortunately, is no longer maintained by the developer. The last release at the time of writing this was on 15th of October 2021 (version 0.1.8).

You will have to pull in their library by pointing to their master branch by doing something like: "vision-camera-face-detector": "https://github.com/rodgomesc/vision-camera-face-detector#master"

in your package.json. I know it's a hack. The other way would be to fork the master in the current state and create a release on your own.

AdityaVJ avatar Sep 02 '22 08:09 AdityaVJ

Yes I am planning to fork and continue the project. But it's better if react-native-vision-camera team maintains that package. Other wise its better to remove the package form the document (community plugin list)

DeepikaSharma5 avatar Sep 05 '22 03:09 DeepikaSharma5

Closing as this is a stale issue - this might have been fixed with the full rewrite in VisionCamera V3 (🥳) - if not, please create a new issue.

mrousavy avatar Sep 30 '23 09:09 mrousavy