|
Re: Java OpenCV on Jetson Tk1
The openCV library is loaded as a native library in java, so you need to have both the openCV jar and the openCV library in your java.library.path.
You could either build openCV on the Jetson, or possibly find a precompiled version for your device.
|