SensorType Enumeration
Sensor type, identifies the type of colour sensor V2 cameras only

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
public enum SensorType
Members
  Member nameValueDescription
Monochrome0 Camera produces monochrome array with no Bayer encoding
Color1 Camera produces color image directly, requiring not Bayer decoding
RGGB2 Camera produces RGGB encoded Bayer array images
CMYG3 Camera produces CMYG encoded Bayer array images
CMYG24 Camera produces CMYG2 encoded Bayer array images
LRGB5 Camera produces Kodak TRUESENSE Bayer LRGB array images
See Also