Giter VIP home page Giter VIP logo

Comments (1)

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

@hannespimmel Hi, the following question is actually a little misleading:
"How does the trigger timeout and the grabbing timeout influence the frame rate/image acquisition, when i run my camera in the free run mode with the grabbing strategy latest image only?"
That is, when you run a camera in a free-run mode, there is no trigger timeout related to the image acquistion, because the camera triggers itself automatically.
The trigger timeout is rather related to triggering the camera by software (or hardware) trigger. Pay attention, the default configuration is software trigger, which definitely limits the maximum possible frame rate of a camera.
The grabbing timeout defines how long the driver will be waiting for an image to be received. In pylon, the default timeout value is 3000ms, which is obviously enough for 99% of the use cases - unless you trigger a camera every > 3 seconds. Ohterwiese, this timeout has no influence on the frame rate.
The grabbing strategy "Latest image only" defines how the pylon camera class (e.g., BaslerGigEInstantCamera) will handle image buffers in the input queue. That is, in this case the camera class will make sure to keep only the latest image in the queue to be picked up by the application. Whenever a new image is grabbed, the other image in the queue will be released and reused for grabbing. Obvuosly, this also has nothing to do with the acquisition frame rate of the camera - unless you pick up buffers and do not release them on time - in this case the buffer queue could run empty, which may result in losing image data. But the acquisition frame rate of the camera is actually not influenced.
I hope that helps. Regards.

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.