Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use this library to detect face of an image without integrating react-native-vision-camera ? #50

Open
karpedm opened this issue Feb 10, 2024 · 1 comment

Comments

@karpedm
Copy link

karpedm commented Feb 10, 2024

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 this plugin be used independently?
Maybe I need to convert image uri into Frame object? but I haven't find a clue to do this....
please someone help me...

@scottmsul
Copy link

I have a use case where I need to detect faces in a still image rather than a live camera feed. It seems the scanFaces method can only take "Frames" as inputs and it's not obvious to me whether saved image data can be converted into the Frame interface.

It seems this package is a completely separate project from expo-face-detector so it's possible they haven't added this functionality, but it's frustrating that expo-face-detector is pointing to this project as its replacement if it can't handle all the same use cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants