Silent-Face-Anti-Spoofing-APK
Silent-Face-Anti-Spoofing-APK copied to clipboard
Face Detection and Live Detection is not working
trafficstars
I'm trying to integrate this with my face recognition application.
The Face detection and Live detection is not working. I'm using CameraX api.
It's throwing exception "Invalid yuv data"
It should not work in your case. input data should be nv21 becase of using old Camera API
Okie thanks for the update.
So If I convert YUV format to NV21 it will work right ?