MicroviewImageFormatParams
Description
See MVC_PARAMTER Enumeration in official documentation for more thorough informationStructure fields and default values (if defined) are described below:
| Name | Type | Default | Description |
|---|---|---|---|
| ReverseX | Bool | false | Horizontal flip of the image sent by the device |
| ReverseY | Bool | false | Vertical flip of the image sent by the device |
| BlackLevelAutoAdjust | Bool | true | Automatic black level adjustment |
| HdrLevel | atl::Optional<int> | HDR level | |
| OffsetX | atl::Optional<int> | X offset of the sensor output | |
| OffsetY | atl::Optional<int> | Y offset of the sensor output | |
| Width | atl::Optional<int> | Width of the captured image | |
| Height | atl::Optional<int> | Height of the captured image | |
| BayerColorType | atl::Optional<MicroviewBayerColorType> | Bayer mode | |
| PixelBitMode | atl::Optional<MicroviewPixelBitMode> | Capture pixel mode |
