Enum SensingMethod
Represents the type of image sensor.
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public enum SensingMethod : ushort
Fields
| Name | Description |
|---|---|
| ColorSequentialAreaSensor | A color sequental area image sensor. |
| ColorSequentialLinearSensor | A color sequental linear image sensor. |
| NotDefined | Image sensor type is not defined. |
| OneChipColorAreaSensor | A one chip color area image sensor. |
| ThreeChipColorAreaSensor | A three chip color area image sensor. |
| TriLinearSensor | A tri-linear image sensor. |
| TwoChipColorAreaSensor | A two chip color area image sensor. |