-
Notifications
You must be signed in to change notification settings - Fork 485
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
Image processing #401
Comments
Hi @bendeve , Thanks, |
Hi @manbod, I am also interested in being able to grab the raw camera frame from within ViroReact. Essentially what I am trying to do is grab a frame or couple of frames from the camera to do some OCR(Optical Character Recognition) when an image target is detected. Thus I am not overly concerned about the performance issues since I do not need the image in realtime. A bonus would be also getting the pixel coordinates of the detected image(AR Marker) inside of the larger raw camera image. Any help achieving all or part of this would be greatly appreciated. So far I am loving the simplicity of the sdk. Thanks. |
@manbod False alarm. I believe I have figured out a workaround that will work for me. For any that follow me looking for a possible solution I am planning on just using the takeScreenshot method that exists on the ViroARSceneNavigator object. I wouldn't recommend attempting to do this for every frame but since I only need a single frame to do some OCR before moving on to another screen it should work in my case. |
HI,
Is it possible to do some image processing while using the ViroARSceneNavigator ?
I mean using some libraries (openGL, ...) to do image processing or simply access/modify each pixels RGB color.
If yes is there any example ?
Thank you.
The text was updated successfully, but these errors were encountered: