bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.44k stars 1.57k forks source link

I want a linux-arm64 classifier #1493

Closed 256655 closed 3 years ago

256655 commented 3 years ago

It may be like this

<dependency>
    <groupId>org.bytedeco.javacpp-presets</groupId>
    <artifactId>opencv</artifactId>
    <version>4.0.1-1.4.4</version>
    <classifier>linux-arm64</classifier>
</dependency>

thanks

saudet commented 3 years ago

It already exists.

256655 commented 3 years ago

where is it ?

saudet commented 3 years ago

Duplicate of #1021.

saudet commented 3 years ago

Here, for example: https://repo.maven.apache.org/maven2/org/bytedeco/opencv/4.3.0-1.5.3/

256655 commented 3 years ago

Thank you very much !

jurimengs commented 1 year ago

HI its not work for me , can you help , tks!

image