|
| enum | GrabberState { GrabberState.NotReady,
GrabberState.Cooling,
GrabberState.Ready
} |
| | Camera grabber state More...
|
| |
| enum | ConnectionStatus { ConnectionStatus.Disconnected,
ConnectionStatus.Disconnecting,
ConnectionStatus.Connecting,
ConnectionStatus.Connected
} |
| | Connection status More...
|
| |
| enum | DualStreamingFormat { DualStreamingFormat.Dual,
DualStreamingFormat.Fusion
} |
| | Enumerate different dual streaming options. More...
|
| |
| enum | IoType { IoType.Digital,
IoType.Analog
} |
| | Type of I/O port More...
|
| |
| enum | IoDirection { IoDirection.Input,
IoDirection.Output,
IoDirection.BiDirectional
} |
| | Type of I/O pin. More...
|
| |
| enum | IoPolarity { IoPolarity.ActiveHigh,
IoPolarity.ActiveLow
} |
| | Output port polarity More...
|
| |
| enum | IoSensitivity { IoSensitivity.RisingEdge,
IoSensitivity.FallingEdge,
IoSensitivity.Both
} |
| | Input port edge sensitivity (IOConfig 2,3,4, 5 and 6 only) More...
|
| |
| enum | IoState { IoState.Deasserted,
IoState.Asserted
} |
| | Current I/O port state More...
|
| |
| enum | IoConfig {
IoConfig.GeneralPurpose,
IoConfig.VerticalSync,
IoConfig.SetMarkInIrImage,
IoConfig.SetStartMarkInIrImage,
IoConfig.SetStopMarkInIrImage,
IoConfig.EnableImageFlow,
IoConfig.DisableImageFlow,
IoConfig.DisableNuc
} |
| | Port function configuration. More...
|
| |
| enum | GenICamType {
GenICamType.Integer,
GenICamType.Enum,
GenICamType.Boolean,
GenICamType.String,
GenICamType.Command,
GenICamType.Float
} |
| | Data type. More...
|
| |
| enum | StreamingType {
StreamingType.Unknown,
StreamingType.ThermalMono16,
StreamingType.Jpg,
StreamingType.PpmArgb,
StreamingType.Yuy2
} |
| | Types of streaming formats More...
|
| |
This namespace contains classes and enumerations for FLIR Devices.