CrossControl::HistogramFormat Struct Reference
Defines the histogram format used for a certain region of interest. More...
#include <camtypes.h>
Public Attributes | |
uint8_t | histogramEnabled |
uint8_t | histogramUpdateCycle |
uint8_t | usedVideoComponent |
uint8_t | dataType |
uint8_t | binSize |
uint16_t | numberOfBins |
Detailed Description
Defines the histogram format used for a certain region of interest.
Member Data Documentation
uint8_t CrossControl::HistogramFormat::binSize |
Defines the resolution of a histogram. With a bin size of 1, a bin for each value in the range of the selected component is used. If the bin size is 4, a bin for four consecutive values in the range of the component is used.
uint8_t CrossControl::HistogramFormat::dataType |
2: unit16. 4: unit32.
uint8_t CrossControl::HistogramFormat::histogramEnabled |
Disabled = 0, Enabled = 1.
uint8_t CrossControl::HistogramFormat::histogramUpdateCycle |
Defines how often a histogram will be calculated. Only once = 0, every n images > 0.
uint16_t CrossControl::HistogramFormat::numberOfBins |
Number of histogram bins.
uint8_t CrossControl::HistogramFormat::usedVideoComponent |
Defines from which video component the histogram is derived. 0: Y, 1: R, 2: G, 3: B, manufacturer specific codes starting at 128.
The documentation for this struct was generated from the following file: