|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
NVIDIA Jetson TX1 Vision Coprocessing Software: Am I doing something wrong?
Hello!
I have been unsuccessfully trying to install and run the Vision Coprocessing Software on our Jetson TX1 for about 2 1/2 hours now. Every time, I run Code:
./gradlew build Code:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/ubuntu/Downloads/Java/output/libopencv_java310.so: /home/ubuntu/Downloads/Java/output/libopencv_java310.so: wrong ELF class: ELFCLASS32 at java.lang.ClassLoader$NativeLibrary.load (Native Library) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1857) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1122) at Main.main(Main.java:12) |
|
#2
|
||||
|
||||
|
Re: NVIDIA Jetson TX1 Vision Coprocessing Software: Am I doing something wrong?
Quote:
Not sure it JetPack installs Java but it might. I know it installs some java related stuff. |
|
#3
|
||||
|
||||
|
Re: NVIDIA Jetson TX1 Vision Coprocessing Software: Am I doing something wrong?
It looks like you are using the build system linked here http://wpilib.screenstepslive.com/s/...essing-in-java. I hadn't actually ran it on the TX1, but I know that the builds are for 32 bit arm. So either try finding a 32 bit version of Java, or you will need to find a 32 bit OS for the TX1. I'm not familiar enough with it to know where to find either of those.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|