Giter Club home page Giter Club logo

Comments (2)

NiklasKroeger-AlliedVision avatar NiklasKroeger-AlliedVision commented on September 27, 2024

As the error message you copied indicates (thank you for that by the way), the VimbaViewer executable is missing a shared library it tries to load as a dependency. libpng12 is linked as a dependency of our used Qt libraries. Most systems by now unfortunately do not provide this version of libpng anymore which means you would need to install it manually for this build of the VimbaViewer (and all other executables relying on Qt in that release). We have a short instructions pdf describing how to do this in our knowledge base.

Alternatively if you only want to use the VimbaViewer to display the camera and view the feature tree (i.e. you do not need all the plugins provided in the pre built version of the VimbaViewer) you could also simply build the VimbaViewer on your embedded board. The code for this is located in (going by your path you copied above) /home/sei/Downloads/Vimba_4_1/VimbaCPP/Examples/VimbaViewer. Using the provided Makefile in the Build directory should result in an executable that does not require libpng12. However in order to build this example, other dependencies might be needed which would need to be installed via apt.

Lastly from the path you copied above I can see, that you are still using Vimba 4.1. In the meantime a newer version (Vimba 4.2) has been released which coincidentally includes some improvements for the USB communication on Linux systems. So an upgrade to Vimba 4.2 might help you with #29. As far as I am aware it would however not fix the libpng12 issue. I believe this will only be fixed in the next release of Vimba.

from vimbapython.

NatePolizogo avatar NatePolizogo commented on September 27, 2024

Thanks a lot for the rapid response, I did't had time time to check the thinks you proposed. So i'll try to install libpng12 following your instuctions.

from vimbapython.

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.