Public Member Functions | |
float32_t exposureTime | DW_DEPRECATED ("This structure variable is deprecated and will be removed in the next major release. Please use the new variable in sensorStatistics in this struct") |
Specifies the exposure time (microsecond) More... | |
float32_t analogGain | DW_DEPRECATED ("This structure variable is deprecated and will be removed in the next major release. Please use the new variable in sensorStatistics in this struct") |
Specifies the analog Gain. More... | |
float32_t conversionGain | DW_DEPRECATED ("This structure variable is deprecated and will be removed in the next major release. Please use the new variable in sensorStatistics in this struct") |
Specifies the conversion Gain. More... | |
float32_t digitalGain | DW_DEPRECATED ("This structure variable is deprecated and will be removed in the next major release. Please use the new variable in sensorStatistics in this struct") |
Specifies the digital Gain. More... | |
float32_t wbGain[4] | DW_DEPRECATED ("This structure variable is deprecated and will be removed in the next major release. Please use the new variable in sensorStatistics in this struct") |
Specifies the sensor white balance gains : R(0) G1(1) G2(2) B(3) More... | |
uint32_t msbPosition | DW_DEPRECATED ("This structure variable is deprecated and will be removed in the next major release. Please use the new variable in rawProperties in this struct") |
Specifies the msb of the pixel data. More... | |
Data Fields | |
uint32_t | flags |
combination of multiple flags 'dwImageMetaDataFlags' defining which of the meta fields are valid More... | |
dwImageTimestamps | imageTimestamps |
Specifies image timestamps. More... | |
uint32_t | frameSequenceNumber |
Holds a frame sequence number, that is, a monotonically increasing frame counter. More... | |
dwImageDataLines | dataLines |
embedded data lines. More... | |
dwImageRawProperties | rawProperties |
dwImageSensorStatistics | sensorStatistics |
Holds info on sensor statistics at the time of the image capture. More... | |
dwImageSplineControlPoint | gtmSplineControlPoint [DW_IMAGE_NUM_SPLINE_COMPONENTS] |
Holds the global tonemap block, containing a set of spline control points. More... | |
dwImageAllocationAttrListHandle_t | allocAttrs |
Allocation attributes used by internal drivers. More... | |
int32_t | colorStdPriv |
ColorStd attributes used by internal drivers. More... | |
uint32_t msbPosition dwImageMetaData::DW_DEPRECATED | ( | "This structure variable is deprecated and will be removed in the next major release. Please use the new variable in rawProperties in this struct" | ) |
Specifies the msb of the pixel data.
float32_t exposureTime dwImageMetaData::DW_DEPRECATED | ( | "This structure variable is deprecated and will be removed in the next major release. Please use the new variable in sensorStatistics in this struct" | ) |
Specifies the exposure time (microsecond)
float32_t analogGain dwImageMetaData::DW_DEPRECATED | ( | "This structure variable is deprecated and will be removed in the next major release. Please use the new variable in sensorStatistics in this struct" | ) |
Specifies the analog Gain.
float32_t conversionGain dwImageMetaData::DW_DEPRECATED | ( | "This structure variable is deprecated and will be removed in the next major release. Please use the new variable in sensorStatistics in this struct" | ) |
Specifies the conversion Gain.
float32_t digitalGain dwImageMetaData::DW_DEPRECATED | ( | "This structure variable is deprecated and will be removed in the next major release. Please use the new variable in sensorStatistics in this struct" | ) |
Specifies the digital Gain.
float32_t wbGain [4] dwImageMetaData::DW_DEPRECATED | ( | "This structure variable is deprecated and will be removed in the next major release. Please use the new variable in sensorStatistics in this struct" | ) |
Specifies the sensor white balance gains : R(0) G1(1) G2(2) B(3)
dwImageAllocationAttrListHandle_t dwImageMetaData::allocAttrs |
int32_t dwImageMetaData::colorStdPriv |
dwImageDataLines dwImageMetaData::dataLines |
embedded data lines.
This is where the meta data defined above are parsed from A RAW image coming from a sensor often contains this information arranged as extra lines before and after the image. The full image is stored in a buffer structured as [TOP DATA][IMAGE][BOTTOM DATA] (top * W) + (H * W) + (bott * W)
uint32_t dwImageMetaData::flags |
uint32_t dwImageMetaData::frameSequenceNumber |
dwImageSplineControlPoint dwImageMetaData::gtmSplineControlPoint[DW_IMAGE_NUM_SPLINE_COMPONENTS] |
dwImageTimestamps dwImageMetaData::imageTimestamps |
dwImageRawProperties dwImageMetaData::rawProperties |
dwImageSensorStatistics dwImageMetaData::sensorStatistics |