Pylon Logo Basler Logo
List of all members
Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params Class Reference

A parameter class containing all parameters as members that are available for chunk data of Basler camera devices. More...

#include <pylon/_BaslerUniversalChunkDataParams.h>

Inheritance diagram for Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params:
Inheritance graph
[legend]

Public Attributes

Categories: Root
Pylon::IEnumParameterT< ChunkCounterSelectorEnums > & ChunkCounterSelector
 Sets which counter to retrieve chunk data from - Applies to: ace USB. More...
 
Pylon::IIntegerExChunkCounterValue
 Value of the selected chunk counter - Applies to: ace USB. More...
 
Pylon::IIntegerExChunkDynamicRangeMax
 Maximum possible pixel value in the acquired image - Applies to: GigE. More...
 
Pylon::IIntegerExChunkDynamicRangeMin
 Minimum possible pixel value in the acquired image - Applies to: GigE. More...
 
Pylon::IFloatExChunkExposureTime
 Exposure time used to acquire the image - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExChunkFrameTriggerCounter
 Value of the Frame Trigger counter when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkFrameTriggerIgnoredCounter
 Value of the Frame Trigger Ignored counter when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkFramecounter
 Value of the Frame counter when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkFramesPerTriggerCounter
 Value of the Frames per Trigger counter when the image was acquired - Applies to: GigE. More...
 
Pylon::IFloatExChunkGain
 Gain used during image acquisition - Applies to: ace USB. More...
 
Pylon::IIntegerExChunkGainAll
 Gain All value of the acquired image - Applies to: GigE. More...
 
Pylon::IEnumParameterT< ChunkGainSelectorEnums > & ChunkGainSelector
 Sets which gain channel to retrieve chunk data from - Applies to: ace USB. More...
 
Pylon::IIntegerExChunkHeight
 AOI height of the acquired image - Applies to: GigE. More...
 
Pylon::IIntegerExChunkInputStatusAtLineTriggerBitsPerLine
 Number of bits per line used for the Input Status At Line Trigger parameter - Applies to: GigE. More...
 
Pylon::IIntegerExChunkInputStatusAtLineTriggerIndex
 Index number used for the Input Status At Line Trigger parameter - Applies to: GigE. More...
 
Pylon::IIntegerExChunkInputStatusAtLineTriggerValue
 Value indicating the status of the camera's input lines when a specific line was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkLineStatusAll
 Bit field that indicates the status of all of the camera's input and output lines when the image was acquired - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExChunkLineTriggerCounter
 Value of the Line Trigger counter when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkLineTriggerEndToEndCounter
 Value of the Line Trigger End to End counter when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkLineTriggerIgnoredCounter
 Value of the Line Trigger Ignored counter when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkOffsetX
 X offset of the AOI of the acquired image - Applies to: GigE. More...
 
Pylon::IIntegerExChunkOffsetY
 Y offset of the AOI of the acquired image - Applies to: GigE. More...
 
Pylon::IIntegerExChunkPayloadCRC16
 CRC checksum of the acquired image - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< ChunkPixelFormatEnums > & ChunkPixelFormat
 Indicates the pixel format of the acquired image - Applies to: GigE. More...
 
Pylon::IIntegerExChunkSequenceSetIndex
 Sequence set index number related to the acquired image - Applies to: GigE. More...
 
Pylon::IIntegerExChunkSequencerSetActive
 Index of the active sequencer set - Applies to: ace USB. More...
 
Pylon::IIntegerExChunkShaftEncoderCounter
 Value of the Shaft Encoder counter when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkStride
 Number of bytes of data between the beginning of one line in the acquired image and the beginning of the next line in the acquired image - Applies to: GigE. More...
 
Pylon::IIntegerExChunkTimestamp
 Value of the timestamp when the image was acquired - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExChunkTriggerinputcounter
 Value of the Trigger Input counter when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkVirtLineStatusAll
 Status of all of the camera's virtual input and output lines when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkWidth
 Width of the AOI of the acquired image - Applies to: GigE. More...
 

Detailed Description

A parameter class containing all parameters as members that are available for chunk data of Basler camera devices.

The parameter class is used by the CBaslerUniversalGrabResultPtr class. More information can be found in the code of the Grab_ChunkImage sample.

Member Data Documentation

Pylon::IEnumParameterT<ChunkCounterSelectorEnums>& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkCounterSelector
inherited

Sets which counter to retrieve chunk data from - Applies to: ace USB.

Visibility: Expert

Selecting Parameters: ChunkCounterValue

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkCounterValue
inherited

Value of the selected chunk counter - Applies to: ace USB.

Visibility: Beginner

Selected by: ChunkCounterSelector

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkDynamicRangeMax
inherited

Maximum possible pixel value in the acquired image - Applies to: GigE.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkDynamicRangeMin
inherited

Minimum possible pixel value in the acquired image - Applies to: GigE.

Visibility: Beginner

Pylon::IFloatEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkExposureTime
inherited

Exposure time used to acquire the image - Applies to: GigE and ace USB.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkFramecounter
inherited

Value of the Frame counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkFramesPerTriggerCounter
inherited

Value of the Frames per Trigger counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkFrameTriggerCounter
inherited

Value of the Frame Trigger counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkFrameTriggerIgnoredCounter
inherited

Value of the Frame Trigger Ignored counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

Pylon::IFloatEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkGain
inherited

Gain used during image acquisition - Applies to: ace USB.

Visibility: Beginner

Selected by: ChunkGainSelector

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkGainAll
inherited

Gain All value of the acquired image - Applies to: GigE.

Visibility: Beginner

Pylon::IEnumParameterT<ChunkGainSelectorEnums>& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkGainSelector
inherited

Sets which gain channel to retrieve chunk data from - Applies to: ace USB.

Visibility: Expert

Selecting Parameters: ChunkGain

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkHeight
inherited

AOI height of the acquired image - Applies to: GigE.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkInputStatusAtLineTriggerBitsPerLine
inherited

Number of bits per line used for the Input Status At Line Trigger parameter - Applies to: GigE.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkInputStatusAtLineTriggerIndex
inherited

Index number used for the Input Status At Line Trigger parameter - Applies to: GigE.

Index number used for the Input Status At Line Trigger parameter. The index number can be used to get the state of the camera's input lines when a specific line was acquired. For example, if you want to know the state of the camera's input lines when line 30 was acquired, set the index to 30, then retrieve the value of Status Index parameter.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkInputStatusAtLineTriggerValue
inherited

Value indicating the status of the camera's input lines when a specific line was acquired - Applies to: GigE.

Value indicating the status of the camera's input lines when a specific line was acquired. The information is stored in a 4-bit value (bit 0 = input line 1 state, bit 1 = input line 2 state etc.). For more information, see the Status Index parameter documentation.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkLineStatusAll
inherited

Bit field that indicates the status of all of the camera's input and output lines when the image was acquired - Applies to: GigE and ace USB.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkLineTriggerCounter
inherited

Value of the Line Trigger counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkLineTriggerEndToEndCounter
inherited

Value of the Line Trigger End to End counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkLineTriggerIgnoredCounter
inherited

Value of the Line Trigger Ignored counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkOffsetX
inherited

X offset of the AOI of the acquired image - Applies to: GigE.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkOffsetY
inherited

Y offset of the AOI of the acquired image - Applies to: GigE.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkPayloadCRC16
inherited

CRC checksum of the acquired image - Applies to: GigE and ace USB.

CRC checksum of the acquired image. The checksum is calculated using all of the image data and all of the appended chunks except for the checksum itself.

Visibility: Beginner

Pylon::IEnumParameterT<ChunkPixelFormatEnums>& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkPixelFormat
inherited

Indicates the pixel format of the acquired image - Applies to: GigE.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkSequencerSetActive
inherited

Index of the active sequencer set - Applies to: ace USB.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkSequenceSetIndex
inherited

Sequence set index number related to the acquired image - Applies to: GigE.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkShaftEncoderCounter
inherited

Value of the Shaft Encoder counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkStride
inherited

Number of bytes of data between the beginning of one line in the acquired image and the beginning of the next line in the acquired image - Applies to: GigE.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkTimestamp
inherited

Value of the timestamp when the image was acquired - Applies to: GigE and ace USB.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkTriggerinputcounter
inherited

Value of the Trigger Input counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkVirtLineStatusAll
inherited

Status of all of the camera's virtual input and output lines when the image was acquired - Applies to: GigE.

Visibility: Beginner

Pylon::IIntegerEx& Basler_UniversalChunkDataParams::CUniversalChunkDataParams_Params_v6_1_0::ChunkWidth
inherited

Width of the AOI of the acquired image - Applies to: GigE.

Visibility: Beginner


The documentation for this class was generated from the following file:

pylon 6.1.0
Copyright (c) 2006-2020 Basler AG (Mon Mar 16 2020 10:56:56)