- Home /
Are there any libraries in Unity for face detection?
I am final year student and making a project on Augmented Reality Based app. I need to detect person's face on device's camera. I am avoiding OpenCV because it is too much of cost which I can't afford it. Face detection should work as SnapChat does. Thank you in anticipation.
@aldonaletto @Bunny83 @Eric5h5 @Aurore I need help, please. Please mention someone who may help me. Thank you
OpenCV is free... do you mean it has too much of a performance cost? That's inevitable I think - face recognition is a necessarily complex algorithm.
Can you send me the link from where I can download it? Because I have tried the asset store and it was about $90.
Were you able to find an alternative to openCV for your app? I am facing a similar dilemna too :/
Hi, I need same information. I am also final year student and working on a augmented reality based application. Did you get any information for face detection without using costly opencv?
Answer by DJT4NN3R · Apr 28, 2017 at 06:00 AM
I was doing a little research some time ago and stumbled across something called OZEKI Camera SDK, which apparently has a bunch of good stuff with object recognition, edge/line detection, etc. Maybe you could try looking into it? There's even a tutorial series on YouTube published made by the developer.