You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
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.
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 insideApp.js
, it just fails while building afternpx 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,
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
The text was updated successfully, but these errors were encountered: