NFIQ2 icon indicating copy to clipboard operation
NFIQ2 copied to clipboard

adding a method to read the model file from an Android Archive

Open RLessmann opened this issue 2 years ago • 6 comments

Android Archives AAR contians an asset folder, which is accessible by using the Android Asset Manager. A reference to the Android Asset manager can be obtained from the App using Java/Kotlin. Within a JNI call the reference must be converted into an opaque C pointer. The NDK Asset Manager functions can then be used to load the model file from the AAR assets.

RLessmann avatar Feb 05 '22 18:02 RLessmann

:white_check_mark: Conformance regression test passed on all tested platforms.

github-actions[bot] avatar Feb 05 '22 19:02 github-actions[bot]

:white_check_mark: Conformance regression test passed on all tested platforms.

github-actions[bot] avatar Feb 07 '22 12:02 github-actions[bot]

Also: can we push this to branch develop instead? I think that might be more appropriate, since the forwarding of different CMake args is needed.

gfiumara avatar Feb 07 '22 12:02 gfiumara

:white_check_mark: Conformance regression test passed on all tested platforms.

github-actions[bot] avatar Feb 07 '22 13:02 github-actions[bot]

:white_check_mark: Conformance regression test passed on all tested platforms.

github-actions[bot] avatar Feb 07 '22 13:02 github-actions[bot]

:white_check_mark: Conformance regression test passed on all tested platforms.

github-actions[bot] avatar Feb 08 '22 17:02 github-actions[bot]