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

Adding opencv inside librealsense for using it's function in andorid #6717

Closed
ankittecholution opened this issue Jun 29, 2020 · 5 comments
Closed

Comments

@ankittecholution
Copy link

  • Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):

  • All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)


Required Info
Camera Model D400
Operating System & Version Android
Platform Android
SDK Version 2.19 }
Language Android java wrraper

Issue Description

I want use some of the opencv function directly imbedded in librealsense so that i can use and leverage some of the opencv function please guide me how to do that it should be for android opencv.

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Jun 29, 2020

Hi @ankittecholution The only reference that I could find about using OpenCV with the RealSense Android wrapper is one about converting a RealSense frame in Android java to OpenCV Mat.

#5185

@dorodnic
Copy link
Contributor

Hi @ankittecholution
Please take a look at https://opencv.org/android/

@kafan1986
Copy link

@ankittecholution You can integrate opencv as per the official documentation as suggested by @dorodnic

I would suggest for availability of all the functionality of librealsense SDK and OpenCV, it is better to call it natively via NDK.

@ankittecholution
Copy link
Author

Thanks, I will try to implement it.

@dorodnic
Copy link
Contributor

dorodnic commented Jul 6, 2020

Let us know if you run into issues

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

No branches or pull requests

4 participants