|
Re: Java OpenCV on Jetson Tk1
Has anyone gotten this to work? It's driving me crazy -- System.loadLibrary(Core.NATIVE_LIBRARY_NAME); executes successfully but when I attempt to access any OpenCV functions I get the linker error. I've even used nm to confirm that the .so is exporting the symbols.
I've been building OpenCV from scratch because I have not been able to get OpenCV4Tegra to install. Working with opencv-3.1.0. I know that at least the C/C++ aspect is working properly -- it's building those test applications and they run properly.
|