aspecialkey

Results 6 comments of aspecialkey

hi, does somebody know, how to scale on hardware?

I ran into the same problem. Is there a soltion? (I`m new to jetso nano - use the default sd-card-image and follow the described install instruction for ffmpeg)

@ashesfall thanks for your work! I have tried using your lib but I get this error: ``java.lang.UnsatisfiedLinkError: /usr/lib/libJOCL_2_0_4-linux-arm64.so: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/libJOCL_2_0_4-linux-arm64.so) `` I'm on ubuntu...

``` jetson@jetson:~$ java -version openjdk version "17.0.6" 2023-01-17 OpenJDK Runtime Environment Temurin-17.0.6+10 (build 17.0.6+10) OpenJDK 64-Bit Server VM Temurin-17.0.6+10 (build 17.0.6+10, mixed mode, sharing) ```

`sudo apt-get install -y default-jdk` Solved the problem for me. Thanks for the advice.

My library I have compiled on Ubuntu LTS 20.04 against Java 11. Next week I could recompile against Java 8 on Ubuntu LTS 18.04 if I remember correctly GLIBC version...