Closed hnvn closed 7 years ago
Looks good! Just a couple of things:
.idea
folder and/or add it to .gitignore
com.javacv
package to something sensible like org.bytedeco.javacv
JavaCV-android-example
project, could you either:
javacv-android-display
or somethingexmaple
-> example
)Thanks!
Thanks for your changes, let me know when you are done! Thanks
I already finished my work for example
Ok, thank you, but could you also change the things I mention in my comment above?
I changed something according to your mentions. You can review and tell me any still existing problems.
Great! But yes, please fix the following:
JavaCv-android-preview-exmaple
to javacv-android-preview-example
(although the other Android example also does preview, so we might want to have a better name...).gitignore
files that are not in that directorycom.javacv
reference to org.bytedeco.javacv
The rest looks good so, once this is done, I'll merge this! Thanks
Done! Everything seems Ok. Please check again and tell me anything wrong.
Ok, thanks! Looks OK, just one last thing: Please remove the .gitignore file in the top directory. Feel free to use one in your project directory though.
Done
And the directory name is a bit long. Let's settle for "javacv-android-camera-preview", would that be OK?
It's ok now
Great! Awesome. Thank you very much
This example contains an implementation of CvCameraPreview that fetches image data from physical camera, convert data to Mat, expose an interface for OpenCV processing, then render processed image data in a SurfaceView.