LumeneraImageFormatParams
Description
See LUCAM_FRAME_FORMAT Structure in official documentation for more thorough informationStructure fields and default values (if defined) are described below:
| Name | Type | Description |
|---|---|---|
| PixelFormat | atl::Optional<LumeneraPixelFormat> | Pixel format returned by the camera, not all models support all formats |
| Aoi | atl::Optional<Box> | Area of interest, limited by camera capabilities |
| BinningX | Bool | True for binning, false for subsampling |
| SSBinX | atl::Optional<int> | Subsampling or binning ratio |
| BinningY | Bool | True for binning, false for subsampling |
| SSBinY | atl::Optional<int> | Subsampling or binning ratio |
