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

Hi @mrousavy ! Thank you for your great work. #863

Closed
matheuscasavechia opened this issue Mar 3, 2022 · 0 comments
Closed

Hi @mrousavy ! Thank you for your great work. #863

matheuscasavechia opened this issue Mar 3, 2022 · 0 comments

Comments

@matheuscasavechia
Copy link

Hi @mrousavy ! Thank you for your great work.

I've been working on real-time AI image processing with Android, and I found this project. After searching for weeks, I guess this is the only project one can get frame data directly from react native. I was really happy when I found this, and this might be my last shot searching if I fail to build this.

So I've been trying to run a default react native app (which comes from npx react-native init) for weeks, but never succeed running. I didn't even put any Camera component inside App.js, it just fails while building after npx react-native run-android.

Here's what I've tried (I've also tried these on two different machines):
All my machines are Windows 10,

  • RN=0.66(latest), RNVC=2.10.0(latest), react-native-reanimated=2.3.0(latest) -> Failed
  • RN=0.65.0, RNVC=2.8.3, react-native-reanimated=2.3.0(latest) -> Failed
  • RN=0.65.0, RNVC=2.9.4, react-native-reanimated=2.3.0(latest) -> Failed
  • RN=0.65.0, RNVC=2.9.4, react-native-reanimated=2.2.3 -> Failed (I'm stuck here)

And Here's issues related with errors i've encountered so far:
#515 -> manually modifying compileSdk, targetSdk, android exported actually helped.
#513 -> manually modifying CMakeList actually helped.
EPERM: Operation not permitted -> This helped.
#338, #614 -> A dead end. Building twice or more didn't helped :(

So I'm wondering which exact combination of versions of RN, RNVC, and react-native-reanimated you, or anybody reading this used when building went right.

Originally posted by @FloweryK in https://github.com/mrousavy/react-native-vision-camera/discussions/652

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

1 participant