Enum SensorType
Sensor type, identifies the type of colour sensor
Namespace: ES.Ascom.Alpaca.Devices
Assembly: ES.Ascom.Alpaca.Shared.dll
Syntax
public enum SensorType
Fields
| Name | Description |
|---|---|
| CMYG | Camera produces CMYG encoded Bayer array images |
| CMYG2 | Camera produces CMYG2 encoded Bayer array images |
| Color | Camera produces color image directly, requiring not Bayer decoding |
| LRGB | Camera produces Kodak TRUESENSE Bayer LRGB array images |
| Monochrome | Camera produces monochrome array with no Bayer encoding |
| RGGB | Camera produces RGGB encoded Bayer array images |