Silent-Face-Anti-Spoofing-APK icon indicating copy to clipboard operation
Silent-Face-Anti-Spoofing-APK copied to clipboard

Face Detection and Live Detection is not working

Open PemmasaniRajesh opened this issue 4 years ago • 4 comments
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"

PemmasaniRajesh avatar Apr 05 '21 14:04 PemmasaniRajesh

It should not work in your case. input data should be nv21 becase of using old Camera API

nullian avatar Jul 02 '21 07:07 nullian

Okie thanks for the update.

PemmasaniRajesh avatar Jul 02 '21 08:07 PemmasaniRajesh

So If I convert YUV format to NV21 it will work right ?

PemmasaniRajesh avatar Jul 02 '21 15:07 PemmasaniRajesh