-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Convert frame to OpenCV Mat in android Java. #5185
Comments
I found the answer. Anyone looking for the answer.
|
@kafan1986 Can you help me?
And i try to convert to Bitmap:
My android app freezes. I asked a question here: |
Already answered on your original question thread. |
I am building an App on Android and need some help. I have and I am looking at the examples provided but there are some queries.
How to convert a depth frame to opencv Mat of type CV_16UC1 and a colour image (BGR) to CV_8UC3 in java? Or should I write in native and invoke via JNI? I know it can be done in c++ via below code:
The text was updated successfully, but these errors were encountered: