SynViewImageFormatParams
Description
Aggregates image parameters for use with SynView filters.Structure fields and default values (if defined) are described below:
| Name | Type | Description |
|---|---|---|
| Aoi | atl::Optional<Box> | Required fragment of image to stream |
| HorizontalBinning | atl::Optional<int> | Number of horizontal pixels to combine together |
| VerticalBinning | atl::Optional<int> | Number of vertical pixels to combine together |
| HorizontalDecimation | atl::Optional<int> | Horizontal decimation(sub-sampling) of the image |
| VerticalDecimation | atl::Optional<int> | Vertical decimation(sub-sampling) of the image |
| ReverseX | atl::Optional<Bool> | Flip horizontally the image sent by the device |
| ReverseY | atl::Optional<Bool> | Flip vertically the image sent by the device |
