Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
khuepm opened this issue Oct 10, 2023 · 6 comments
Open

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

khuepm opened this issue Oct 10, 2023 · 6 comments

Comments

@khuepm
Copy link

khuepm commented Oct 10, 2023

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
Copy link

STiiTii commented Oct 26, 2023

getting same issue

@DanielRiera
Copy link

You use react-native-vision-camera v3?

@STiiTii
Copy link

STiiTii commented Oct 27, 2023

You use react-native-vision-camera v3?

Yes, I'm using version 3.1.0

@DanielRiera
Copy link

DanielRiera commented Oct 27, 2023

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
Copy link

STiiTii commented Oct 27, 2023

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
Copy link

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

use this it will work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants