FLI libflipro API
Public Attributes | List of all members
unpacked_images_t Struct Reference

Public Attributes

uint32_t uiMetaDataSize
 The Size of the pMetaData buffer in bytes.
 
bool bMetaDataRequest
 The Meta Data request Flag. Set to 'true' to unpack meta data.
 
uint8_t * pLowMetaData
 This meta data reflects the image data in the pLowImage buffer.
 
uint16_t * pLowImage
 The Low Image Buffer.
 
uint64_t uiLowImageSize
 The Size of the pLowImage image in pixels.
 
uint64_t uiLowBufferSize
 The Size of the pLowImage buffer in bytes. This may be different than uiLowImageSize * sizeof(uint16_t) when a merge format other than RCD is chosen.
 
bool bLowImageRequest
 The Low Image request Flag. Set to 'true' to unpack the low gain image plane.
 
uint8_t * pHighMetaData
 This meta data reflects the image data in the pHighImage buffer.
 
uint16_t * pHighImage
 The High Image Buffer.
 
uint64_t uiHighImageSize
 The Size of the pHighImage image in pixels.
 
uint64_t uiHighBufferSize
 The Size of the pHighImage buffer in bytes. This may be different than uiHighImageSize * sizeof(uint16_t) when a merge format other than RCD is chosen.
 
bool bHighImageRequest
 The High Image request Flag. Set to 'true' to unpack the high gain image plane.
 
uint8_t * pMergedMetaData
 This meta data reflects the image data in the pMergedImage buffer.
 
uint16_t * pMergedImage
 The Merged Image Buffer.
 
uint64_t uiMergedImageSize
 The Size of the pMergedImage image in pixels.
 
uint64_t uiMergedBufferSize
 The Size of the pMergedImage buffer in bytes. This will be different than uiMergedImageSize * sizeof(uint16_t) when a merge format other than RCD is chosen.
 
bool bMergedImageRequest
 The Merged Image request Flag. Set to 'true' to merge the low and high gain image planes.
 
FPRO_IMAGE_FORMAT eMergeFormat
 On entry to the FPROFrame_GetVideoFrameUnpacked() API, it is the requested format for the unpacked/merged image. since not all outpu formats may be supported for a given source image, the API may change this value to produce a merged/converted format. In the event the requested format is not supported, the API will produce a TIFF.
 

Detailed Description

Examples
SimpleAPIMerging.cpp.

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