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