EasyManuals Logo

Basler pilot User Manual

Basler pilot
250 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #213 background imageLoading...
Page #213 background image
Features
Basler pilot 203
Result.GetPayloadSize() );
int64_t frameCounter = Camera.ChunkFramecounter.GetValue();
For detailed information about using the pylon API, refer to the Basler pylon Programmer’s Guide
and API Reference.
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about the pylon Viewer, see Section 3.1 on page 29.
Comparing Counter Chunk Data
When comparing trigger input counter data and frame counter data related to the same image, be
aware that the trigger input counter initially starts at 1 whereas the frame counter starts at 0.
Therefore, the trigger input count will always be ahead of the matching frame count by one if both
counters were started at the same time and if an image was acquired for every trigger.
Whenever the counters restart after having reached 4294967295 they will both start another
counting cycle at 0. Accordingly, the difference between matching counts will always be one,
regardless of the number of counting cycles.
Note that if both counters were started at the same time and not reset since and if the trigger input
counter is ahead of the matching frame counter by more than one, the camera was overtriggered
and not all external triggers resulted in image acquisitions.
Frame Counter Reset
Whenever the camera is powered off, the frame counter will reset to 0. During operation, you can
reset the frame counter via I/O input 1, I/O input 2 or software, and you can disable the reset. By
default, the frame counter reset is disabled.
To use the frame counter reset:
Configure the frame counter reset by setting the counter selector to Counter2 and setting the
counter event source to FrameStart.
Set the counter reset source to Line1, Line2, Software or to Off.
Execute the command if using software as the counter reset source.
You can set the frame counter reset parameter values from within your application software by using
the pylon API. The following code snippets illustrate using the API to configure and set the frame
counter reset and to execute a reset via software.
// configure reset of frame counter
Camera.CounterSelector.SetValue( CounterSelector_Counter2 );
Camera.CounterEventSource.SetValue( CounterEventSource_FrameStart );
// select reset by signal on input line 1
Camera.CounterResetSource.SetValue( CounterResetSource_Line1 );
// select reset by signal on input line 2

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Basler pilot and is the answer not in the manual?

Basler pilot Specifications

General IconGeneral
BrandBasler
Modelpilot
CategorySecurity Camera
LanguageEnglish

Related product manuals