-
Notifications
You must be signed in to change notification settings - Fork 289
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
ViSP Android module #1566
Open
rolalaro
wants to merge
58
commits into
lagadic:master
Choose a base branch
from
rolalaro:fix_android
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
ViSP Android module #1566
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…lues of the build tools
… to build Android apps
… an android project
[WIP] Need to copy the doc in the install directory
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1566 +/- ##
==========================================
- Coverage 54.53% 54.51% -0.03%
==========================================
Files 442 442
Lines 53459 53465 +6
==========================================
- Hits 29155 29147 -8
- Misses 24304 24318 +14 ☔ View full report in Codecov by Sentry. |
handling the multiple ABI (I think only the last one is kept in the final bundle copying the shared libs and archive libs in the jniLibs folder
…pp + began explanations on using samples/app
…d useless activity in the sample
…hem + finished doc for new Android Studio
…udio in the installation section
- for the moment the update concerns ubuntu 24.04 - usage of JDK 21 which is the long term support version
A problem was introduced by the namespace macro. END_VISP_NAMESPACE macro had to be handled to parse correctly the C++ sources
Some C++ methods generated for the Java parsing must include some #ifdef safeguards for OpenCV, Eigen, Lapack, Gsl and JSON 3rd parties
- prefer jpeg images instead of png - increase image compression - new overlay drawings
- Previous version modified by Romain was not able to detect Android SDK on mac OSX - Changes to synchronize with opencv
(compiling source file '../../../../visp/modules/java/generator/src/cpp/visp_java.cpp') Génération de code en cours... Création de la bibliothèque C:/visp-ws/test-pr/visp-rolalaro/visp-build/lib/Release/visp_java361.lib et de l'objet C:/visp-ws/test-pr/visp-rolalaro/visp-build/lib/Release/visp_java361.exp listconverters.obj : error LNK2019: symbole externe non résolu "public: static bool const * const vpStatisticalTestShew hart::CONST_ALL_WECO_ACTIVATED" (?CONST_ALL_WECO_ACTIVATED@vpStatisticalTestShewhart@@2QB_NB) référencé dans la fonctio n "public: void __cdecl vpStatisticalTestShewhart::`default constructor closure'(void)" (??_FvpStatisticalTestShewhart@ @QEAAXXZ) [C:\visp-ws\test-pr\visp-rolalaro\visp-build\modules\java\jni\visp_java.vcxproj] visp_java.obj : error LNK2001: symbole externe non résolu "public: static bool const * const vpStatisticalTestShewhart: :CONST_ALL_WECO_ACTIVATED" (?CONST_ALL_WECO_ACTIVATED@vpStatisticalTestShewhart@@2QB_NB) [C:\visp-ws\test-pr\visp-rolal aro\visp-build\modules\java\jni\visp_java.vcxproj] C:\visp-ws\test-pr\visp-rolalaro\visp-build\lib\Release\visp_java361.dll : fatal error LNK1120: 1 externes non résolus [C:\visp-ws\test-pr\visp-rolalaro\visp-build\modules\java\jni\visp_java.vcxproj]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update the build process of the ViSP Android module to face the evolution of the build tools.