The GigE specific grab result data. More...
#include <pylon/gige/BaslerGigEGrabResultData.h>
Public Member Functions | |
bool | GrabSucceeded () const |
Returns true if an image has been grabbed successfully and false in the case of an error. | |
String_t | GetErrorDescription () const |
This method returns a description of the error if GrabSucceeded() returns false due to an error. | |
uint32_t | GetErrorCode () const |
This method returns the error code if GrabSucceeded() returns false due to an error. | |
EPayloadType | GetPayloadType () const |
Get the current payload type. | |
EPixelType | GetPixelType () const |
Get the current pixel type. | |
uint32_t | GetWidth () const |
Get the current number of columns. | |
uint32_t | GetHeight () const |
Get the current number of rows expressed as number of pixels. | |
uint32_t | GetOffsetX () const |
Get the current starting column. | |
uint32_t | GetOffsetY () const |
Get the current starting row. | |
uint32_t | GetPaddingX () const |
Get the number of extra data at the end of each row in bytes. | |
uint32_t | GetPaddingY () const |
Get the number of extra data at the end of the image data in bytes. | |
void * | GetBuffer () const |
Get the pointer to the buffer. More... | |
size_t | GetPayloadSize () const |
Get the current payload size in bytes. | |
uint32_t | GetFrameNumber () const |
Deprecated: GetBlockID() should be used instead. Get the index of the grabbed frame (camera device specific). | |
uint64_t | GetBlockID () const |
Get the block ID of the grabbed frame (camera device specific). More... | |
uint64_t | GetTimeStamp () const |
Get the camera specific tick count (camera device specific). More... | |
bool | GetStride (size_t &strideBytes) const |
Get the stride in byte. | |
size_t | GetImageSize () const |
Get the size of the image in byte. | |
intptr_t | GetCameraContext () const |
Get the context value assigned to the camera object. The context is attached to the result when it is retrieved. | |
int64_t | GetID () const |
Get the ID of the grabbed image. More... | |
int64_t | GetImageNumber () const |
Get the number of the image. This number is incremented when an image is retrieved using CInstantCamera::RetrieveResult(). More... | |
int64_t | GetNumberOfSkippedImages () const |
Get the number of skipped images before this image. More... | |
bool | IsChunkDataAvailable () const |
Returns true if chunk data is available. More... | |
GenApi::INodeMap & | GetChunkDataNodeMap () const |
Get the reference to the chunk data node map connected to the result. More... | |
bool | HasCRC () const |
Checks if buffer has a CRC attached. This needs not be activated for the device. See the PayloadCRC16 chunk. | |
bool | CheckCRC () const |
Checks CRC sum of buffer, returns true if CRC sum is OK. | |
intptr_t | GetBufferContext () const |
Get the context value assigned to the buffer. The context is set when CInstamtCamera is using a custom buffer factory. | |
Public Attributes | |
ChunkData - This category includes items related to the chunk data that can be appended to the image data | |
GenApi::IInteger & | ChunkStride |
Indicates the 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. More... | |
GenApi::IInteger & | ChunkSequenceSetIndex |
Indicates the sequence set index number related to the acquired image. More... | |
GenApi::IInteger & | ChunkOffsetX |
Indicates the X offset of the area of interest represented in the acquired image. More... | |
GenApi::IInteger & | ChunkOffsetY |
Indicates the Y offset of the area of interest represented in the acquired image. More... | |
GenApi::IInteger & | ChunkWidth |
Indicates the widtth of the area of interest represented in the acquired image. More... | |
GenApi::IInteger & | ChunkHeight |
Indicates the height of the area of interest represented in the acquired image. More... | |
GenApi::IInteger & | ChunkDynamicRangeMin |
Indicates the minimum possible pixel value in the acquired image. More... | |
GenApi::IInteger & | ChunkDynamicRangeMax |
Indicates the maximum possible pixel value in the acquired image. More... | |
GenApi::IEnumerationT < ChunkPixelFormatEnums > & | ChunkPixelFormat |
Indicates the format of the pixel data in the acquired image. More... | |
GenApi::IInteger & | ChunkTimestamp |
Indicates the value of the timestamp when the image was acquired. More... | |
GenApi::IInteger & | ChunkFramecounter |
Indicates the value of the frame counter when the image was acquired. More... | |
GenApi::IInteger & | ChunkLineStatusAll |
A bit field that indicates the status of all of the camera's input and output lines when the image was acquired. More... | |
GenApi::IInteger & | ChunkVirtLineStatusAll |
A bit field that indicates the status of all of the camera's virtual input and output lines when the image was acquired. More... | |
GenApi::IInteger & | ChunkTriggerinputcounter |
Indicates the value of the trigger input counter when the image was acquired. More... | |
GenApi::IInteger & | ChunkLineTriggerIgnoredCounter |
Visibility = Beginner More... | |
GenApi::IInteger & | ChunkFrameTriggerIgnoredCounter |
Visibility = Beginner More... | |
GenApi::IInteger & | ChunkFrameTriggerCounter |
Visibility = Beginner More... | |
GenApi::IInteger & | ChunkFramesPerTriggerCounter |
Visibility = Beginner More... | |
GenApi::IInteger & | ChunkLineTriggerEndToEndCounter |
Visibility = Beginner More... | |
GenApi::IInteger & | ChunkInputStatusAtLineTriggerBitsPerLine |
Number of bits per status. More... | |
GenApi::IInteger & | ChunkInputStatusAtLineTriggerIndex |
Used to select a certain status. More... | |
GenApi::IInteger & | ChunkInputStatusAtLineTriggerValue |
Value of the status selected by 'Index'. More... | |
GenApi::IInteger & | ChunkShaftEncoderCounter |
Shaft encoder counter at frame trigger. More... | |
GenApi::IFloat & | ChunkExposureTime |
Visibility = Beginner More... | |
GenApi::IInteger & | ChunkPayloadCRC16 |
Indicates the value of CRC checksum. More... | |
GenApi::IInteger & | ChunkGainAll |
Visibility = Beginner More... | |
GenApi::IInteger & | ChunkLineTriggerCounter |
Visibility = Beginner More... | |
The GigE specific grab result data.
|
inherited |
Get the block ID of the grabbed frame (camera device specific).
|
inherited |
Get the pointer to the buffer.
If the chunk data feature is activated for the device, chunk data is appended to the image data. When writing past the image section while performing image processing, the chunk data will be corrupted.
|
inherited |
Get the reference to the chunk data node map connected to the result.
An empty node map is returned when the device does not support this feature or when chunks are disabled.
|
inherited |
Get the ID of the grabbed image.
Always returns a number larger than 0. The counting starts with 1 and is never reset during the lifetime of the Instant Camera object.
|
inherited |
Get the number of the image. This number is incremented when an image is retrieved using CInstantCamera::RetrieveResult().
Always returns a number larger than 0. The counting starts with 1 and is reset with every call to CInstantCamera::StartGrabbing().
|
inherited |
Get the number of skipped images before this image.
This value can be larger than 0 if EGrabStrategy_LatestImageOnly grab strategy or GrabStrategy_LatestImages grab strategy is used. Always returns a number larger than or equal 0. This number does not include the number of images lost in case of a buffer underrun in the driver.
|
inherited |
Get the camera specific tick count (camera device specific).
This describes when the image exposure was started. Cameras that do not support this feature return zero. If supported, this can be used to determine which image AOIs were acquired simultaneously.
|
inherited |
Returns true if chunk data is available.
This is the case if the chunk mode is enabled for the camera device. The parameter CInstantCamera::ChunkNodeMapsEnable of the used Instant Camera object is set to true (default setting). Chunk data node maps are supported by the Transport Layer of the camera device.
|
inherited |
Indicates the maximum possible pixel value in the acquired image.
This value indicates indicates the maximum possible pixel value acquired in the image
Visibility = Beginner
|
inherited |
Indicates the minimum possible pixel value in the acquired image.
This value indicates the minimum possible pixel value in the acquired image.
Visibility = Beginner
|
inherited |
Visibility = Beginner
|
inherited |
Indicates the value of the frame counter when the image was acquired.
This integer indicates the value of the frame counter when the image was acquired.
Visibility = Beginner
|
inherited |
Visibility = Beginner
|
inherited |
Visibility = Beginner
|
inherited |
Visibility = Beginner
|
inherited |
Visibility = Beginner
|
inherited |
Indicates the height of the area of interest represented in the acquired image.
This value Indicates the height of the area of interest represented in the acquired image.
Visibility = Beginner
|
inherited |
Number of bits per status.
Visibility = Beginner
|
inherited |
Used to select a certain status.
Visibility = Beginner
|
inherited |
Value of the status selected by 'Index'.
Visibility = Beginner
|
inherited |
A bit field that indicates the status of all of the camera's input and output lines when the image was acquired.
This value is a bit field that indicates the status of all of the camera's input and output lines when the image was acquired.
Visibility = Beginner
|
inherited |
Visibility = Beginner
|
inherited |
Visibility = Beginner
|
inherited |
Visibility = Beginner
|
inherited |
Indicates the X offset of the area of interest represented in the acquired image.
This value Indicates the X offset of the area of interest represented in the acquired image.
Visibility = Beginner
|
inherited |
Indicates the Y offset of the area of interest represented in the acquired image.
This value Indicates the Y offset of the area of interest represented in the acquired image.
Visibility = Beginner
|
inherited |
Indicates the value of CRC checksum.
This integer indicates the value of CRC checksum.
Visibility = Beginner
|
inherited |
Indicates the format of the pixel data in the acquired image.
This enumeration lists the pixel formats that can be indicated by the pixel format chunk.
Visibility = Beginner
|
inherited |
Indicates the sequence set index number related to the acquired image.
This value indicates the sequence set index number related to the acquired image.
Visibility = Beginner
|
inherited |
Shaft encoder counter at frame trigger.
Visibility = Beginner
|
inherited |
Indicates the 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.
This value indicates the 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.
Visibility = Beginner
|
inherited |
Indicates the value of the timestamp when the image was acquired.
This integer indicates the value of the timestamp when the image was acquired.
Visibility = Beginner
|
inherited |
Indicates the value of the trigger input counter when the image was acquired.
This integer indicates the value of the trigger input counter when the image was acquired.
Visibility = Beginner
|
inherited |
A bit field that indicates the status of all of the camera's virtual input and output lines when the image was acquired.
This value is a bit field that indicates the status of all of the camera's virtual input and output lines when the image was acquired.
Visibility = Beginner
|
inherited |
Indicates the widtth of the area of interest represented in the acquired image.
This value Indicates the width of the area of interest represented in the acquired image.
Visibility = Beginner