GEV_CAMERA_STATE
Describes the GigEVision camera connection state.
Syntax
Definition:
TYPE GEV_CAMERA_STATE :
(
GEV_CAMERA_IDLE := 0,
GEV_CONTROL_CHANNEL_OPEN_MASK := 1,
GEV_STREAM_CHANNELS_OPEN_MASK := 2,
GEV_CONTROL_CHANNEL_OPEN := 1,
GEV_STREAM_CHANNELS_OPEN := 3
)BYTE;
END_TYPE
Values
Name |
Description |
---|---|
GEV_CAMERA_IDLE |
Camera is idle (no control or stream channel open). |
GEV_CONTROL_CHANNEL_OPEN_MASK |
The control channel is open. |
GEV_STREAM_CHANNELS_OPEN_MASK |
At least 1 stream channel is open. |
GEV_CONTROL_CHANNEL_OPEN |
The control channel is open, but no stream channel. |
GEV_STREAM_CHANNELS_OPEN |
At least 1 stream channel and the control channel are open. |