rodgomesc / vision-camera-face-detector

VisionCamera Frame Processor Plugin to detect faces using MLKit Vision Face Detector
MIT License
89 stars 65 forks source link

Error 'VisionCamera/FrameProcessorPlugin.h' file not found #44

Open khuepm opened 8 months ago

khuepm commented 8 months ago

I trying to use vision-camera-face-detector with react-native-vision-camera but got this error: from file node_modules/vision-camera-face-detector/ios/VisionCameraFaceDetector-Bridging-Header.h

'VisionCamera/FrameProcessorPlugin.h' file not found

STiiTii commented 8 months ago

getting same issue

DanielRiera commented 8 months ago

You use react-native-vision-camera v3?

STiiTii commented 8 months ago

You use react-native-vision-camera v3?

Yes, I'm using version 3.1.0

DanielRiera commented 8 months ago

You use react-native-vision-camera v3?

Yes, I'm using version 3.1.0

react-native-face-detector is not compatible with 3.x version. See #47

STiiTii commented 8 months ago

You use react-native-vision-camera v3?

Yes, I'm using version 3.1.0

react-native-face-detector is not compatible with 3.x version. See #47

Ok, but I tried with version 2.x, and that didn't work either (I tried on version 2.9.0 and 2.16.5)

SarhaneGhribi commented 7 months ago

"react-native-vision-camera": "^2.16.2", "vision-camera-face-detector": "rodgomesc/vision-camera-face-detector#master"

use this it will work