GithubHelp home page GithubHelp logo

Comments (13)

saudet avatar saudet commented on June 10, 2024

Ok, I think I fixed that in this revision: bytedeco/javacpp-presets@e00c947

I've uploaded some binaries you can try here:
https://oss.sonatype.org/content/repositories/snapshots/org/bytedeco/javacpp-presets/

Let me know if that works! Thanks for reporting

from javacpp.

ffcsoftware avatar ffcsoftware commented on June 10, 2024

Hi!

I've tested the core & imgproc modules in OS X 10.10 and it seems to work now. I'll run more tests in previous version of iOS and I'll post again if something weird happens.

Thank you very much!

from javacpp.

CostantinoPerciante avatar CostantinoPerciante commented on June 10, 2024

Hi,
I know it could be a stupid question but, how can I get those *.jars? I've the same problem with Yosemite and Javacv. From where can I download the new packages?

Thank you in advance

from javacpp.

saudet avatar saudet commented on June 10, 2024

@Kevin50 Looks like the server has deleted them... Well, anyway, building it from source isn't hard on Linux or Mac, so please try to run cppbuild.sh install and mvn install as explained in the README.md file. Thanks!

from javacpp.

saudet avatar saudet commented on June 10, 2024

FYI, I've uploaded another set of snapshots here:
https://oss.sonatype.org/content/repositories/snapshots/org/bytedeco/javacpp-presets/

from javacpp.

CostantinoPerciante avatar CostantinoPerciante commented on June 10, 2024

Thank you man!! It works now :)

from javacpp.

bisher3 avatar bisher3 commented on June 10, 2024

For the life of me I can't get JavaCV to work on Yosemite. I tried downloading the newer jars and substituting the old ones (ffmpeg and opencv) from the snapshot (which Kevin shared with me on stackoverflow). I tried downloading the JavaCV snapshot and javacpp and javacpp-presets also. I tried adding oss.sonatype.org/content/repositories/snapshots/org/bytedeco as a repository in a maven project and adding the dependencies from this repository only.
The project compiles and runs, but once I call grabber.start() it throws an error:
java.lang.NoClassDefFoundError: Could not initialize class org.bytedeco.javacpp.avutil

from javacpp.

saudet avatar saudet commented on June 10, 2024

@bisher3 I've updated the SNAPSHOT binaries. Try them out, and let me know if you have any issues:
https://oss.sonatype.org/content/repositories/snapshots/org/bytedeco/
Thank you!

from javacpp.

bisher3 avatar bisher3 commented on June 10, 2024

@saudet Thank you! Yes I tried them out and they are working correctly now.
For the reference this is what I did to get a project working on a Mac with OSX 10.10 (Yosemite)
Download the javacv-0.9.1-20140828.121539-1-bin.zip from here
https://oss.sonatype.org/content/repositories/snapshots/org/bytedeco/javacv/0.9.1-SNAPSHOT/
Download
ffmpeg-2.4.3-0.9.1-20141213.115041-1-macosx-x86_64.jar from:
https://oss.sonatype.org/content/repositories/snapshots/org/bytedeco/javacpp-presets/ffmpeg/2.4.3-0.9.1-SNAPSHOT/
and
opencv-2.4.10-0.9.1-20141213.115057-1-macosx-x86_64.jar
from
https://oss.sonatype.org/content/repositories/snapshots/org/bytedeco/javacpp-presets/opencv/2.4.10-0.9.1-SNAPSHOT/
Unpack the javacv zip file into a folder and copy the other two jar files to it.
I renamed the ffmpeg and opencv jars removing the build number (between -0.9 till macosx). This is probably uncessary but I did it anyway.
Go to your project and add javacv.jar ,javacpp.jar, opencv.jar, ffmpeg.jar, ffmpeg-2.4.3-macosx-x86_64.jar, opencv-2.4.10-macosx-x86_64.jar to your build path.
Clean and rebuild..
Thanks again.

from javacpp.

saudet avatar saudet commented on June 10, 2024

Fixed binaries are included in version 0.10. Thanks for reporting!

from javacpp.

Nonnis-M avatar Nonnis-M commented on June 10, 2024

It could be possible that the last version of complied libs is affected from the same issue? On Yosemite 10.10.3 I get the same error:
libopencv_core.2.4.dylib: malformed mach-o image: load command #12 length (0) too small in ...

I'm using the JavaCV 1.0 binary and sources archives.

from javacpp.

saudet avatar saudet commented on June 10, 2024

@Nonnis-M JavaCV 1.0 doesn't link with OpenCV 2.4, so you're probably not using 1.0.

from javacpp.

Nonnis-M avatar Nonnis-M commented on June 10, 2024

I'm using the JavaCV 1.0 binary archive linked on the JavaCV README which use OpenCV 3.0

from javacpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.