Giter VIP home page Giter VIP logo

Comments (5)

m-binev avatar m-binev commented on July 26, 2024

Hi @Felix00643298, well PylonInitialize() ist loading the complete pylon runtime environment for the given application and should be called ideally only once.
For more information you may also refer to: https://docs.baslerweb.com/pylonapi/cpp/pylon_programmingguide#initializationuninitialization-of-the-pylon-runtime-library

from pylon-ros-camera.

Felix00643298 avatar Felix00643298 commented on July 26, 2024

Hi @Felix00643298, well PylonInitialize() ist loading the complete pylon runtime environment for the given application and should be called ideally only once. For more information you may also refer to: https://docs.baslerweb.com/pylonapi/cpp/pylon_programmingguide#initializationuninitialization-of-the-pylon-runtime-library

In my ROS system, there are multiple Basler cameras, and I initialize each camera sequentially using ROS plugins. This is a multi-threaded system, and currently, I call PylonInitialize once in the constructor of each Basler class. However, it seems to make the program very unstable, and I'm unsure if what I'm doing is incorrect.

basler::basler()
{
    PylonInitialize();
}
basler::~basler()
{
    PylonTerminate();
}

from pylon-ros-camera.

FrancoisPicardDTI avatar FrancoisPicardDTI commented on July 26, 2024

Hello @Felix00643298
Do you use at all the ROS Basler driver in your setup? You can call one driver instance per camera.

from pylon-ros-camera.

Felix00643298 avatar Felix00643298 commented on July 26, 2024

Hello @Felix00643298 Do you use at all the ROS Basler driver in your setup? You can call one driver instance per camera.

Thanks for replying me.
Do you mean using one dirver instance to init all basler camera and make sure PylonInitialize is only called once?

from pylon-ros-camera.

FrancoisPicardDTI avatar FrancoisPicardDTI commented on July 26, 2024

Hello @Felix00643298
You are posting here an issue that should be related to the ROS pylon driver: https://github.com/basler/pylon-ros-camera
Are you using this driver to operate your cameras? Otherwise, you need to contact Basler support I guess.

Looking at your issue, it should not be a problem to call in several instances PylonInitialize. Can you explain a bit more what you are trying to do ? and eventually provide with code examples so that your issue can be reproduced ? You are writing that your program is very unstable, can you be more specific and provide with error messages ?

from pylon-ros-camera.

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.