Skip to content
Advertisement

Tag: face-detection

expo FaceDetector keep triggering “onFacesDetected” event in “accurate” mode even without face

I’m new to react native. I’m using expo FaceDetector to detect faces. when I’m using it in “fast” mode it trigger “onFacesDetected” event correctly. But when I’m using “accurate” mode “onFacesDetected” event keep triggering (on “minDetectionInterval”) (it suppose to trigger after detecting a face). Is this a expo issue or my code is wrong ? Any help would be greatly

Advertisement