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 | ftl::Optional<int> | HDR level | |
OffsetX | ftl::Optional<int> | X offset of the sensor output | |
OffsetY | ftl::Optional<int> | Y offset of the sensor output | |
Width | ftl::Optional<int> | Width of the captured image | |
Height | ftl::Optional<int> | Height of the captured image | |
BayerColorType | ftl::Optional<MicroviewBayerColorType> | Bayer mode | |
PixelBitMode | ftl::Optional<MicroviewPixelBitMode> | Capture pixel mode |