Replies: 1 comment
-
This is not possible. This package was made only to be used as a vision-camera frame processor. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Thanks for the great library!
I have a question: can this library be used with image files? I’d like to provide a URI and get back an array of detected faces.
The reason I’m asking is that in one part of our app, we use the library to detect faces from a camera stream. However, in another part, we need to detect faces in an uploaded image.
As a result, we’re considering using a different library just to detect faces in image files — even though we already have one that detects faces.
Is there a way to convert an image into a frame and use the
detectFaces
function?Beta Was this translation helpful? Give feedback.
All reactions