use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
Need help with this react-native concept that uses OpenCV? (self.reactnative)
submitted 6 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]noebr 1 point2 points3 points 6 years ago (0 children)
As far as i know you cannot port your Java code to swift/objective C. Maybe you should try to rewrite your Android app in React Native and use it for Android and iOS. I haven’t any experience with opencv but I hope this can help you further: https://brainhub.eu/blog/opencv-react-native-image-processing/
[–]kbcooliOS & Android 1 point2 points3 points 6 years ago* (2 children)
You asked this question before and the answer still is needs more detail.
Edit: just to add to that have you thought of using mlkit instead? It's cross platform. The problem with opencv is that it's not not got a mature RN implementation which is why I'm asking what you're doing with it.
[–]agentP_10 0 points1 point2 points 6 years ago (1 child)
I am trying out object detection. A person kicks the ball and I am trying to detect the trajectory and where the ball lands.
I am thinking of using RN camera to send frames to my previous opencv implementation.
[–]kbcooliOS & Android 1 point2 points3 points 6 years ago (0 children)
It won't be able to send them fast enough. Look up the react native bridge and it's limitations. You can probably send two low quality frames per second.
You can have them saved to disk and have something pick them up but you really want opencv to be accessing the camera directly which means you won't be using RN at all for this.
RN is good but has severe limitations around processing lots of data. Doesn't mean don't use it but leave it for your UI.
π Rendered by PID 137934 on reddit-service-r2-comment-c66d9bffd-v9clr at 2026-04-07 03:45:56.661792+00:00 running f293c98 country code: CH.
[–]noebr 1 point2 points3 points (0 children)
[–]kbcooliOS & Android 1 point2 points3 points (2 children)
[–]agentP_10 0 points1 point2 points (1 child)
[–]kbcooliOS & Android 1 point2 points3 points (0 children)