Basler_UniversalStreamParams#
Classes#
| Name | |
|---|---|
| class | Basler_UniversalStreamParams::CUniversalStreamParams_Params A parameter class containing all parameters as members that are available for pylon stream grabbers. |
| class | Basler_UniversalStreamParams::CUniversalStreamParams_Params_v10_0_0 A parameter class containing all parameters as members that are available for pylon stream grabbers. |
Types#
| Name | |
|---|---|
| enum | AccessModeEnums { AccessMode_Control, AccessMode_Exclusive, AccessMode_Monitor, AccessMode_NotInitialized} Valid values for AccessMode. |
| enum | StatusEnums { Status_Closed, Status_Locked, Status_NotInitialized, Status_Open} Valid values for Status. |
| enum | StreamBufferHandlingModeEnums { StreamBufferHandlingMode_NewestOnly, StreamBufferHandlingMode_OldestFirst, StreamBufferHandlingMode_OldestFirstOverwrite} Valid values for StreamBufferHandlingMode. |
| enum | StreamTypeEnums { StreamType_CL, StreamType_CLHS, StreamType_CXP, StreamType_CameraLink, StreamType_CameraLinkHS, StreamType_CoaXPress, StreamType_Custom, StreamType_GEV, StreamType_GigEVision, StreamType_Mixed, StreamType_U3V, StreamType_USB3Vision} Valid values for StreamType. |
| enum | TransmissionTypeEnums { TransmissionType_LimitedBroadcast, TransmissionType_Multicast, TransmissionType_SubnetDirectedBroadcast, TransmissionType_Unicast, TransmissionType_UseCameraConfig} Valid values for TransmissionType. |
| enum | TypeEnums { Type_GigEAccelerator, Type_NoDriverAvailable, Type_SocketDriver, Type_WindowsFilterDriver, Type_WindowsIntelPerformanceDriver} Valid values for Type. |
Types Documentation#
enum AccessModeEnums#
| Enumerator | Value | Description |
|---|---|---|
| AccessMode_Control | The application has control access to the device - Applies to: GigE and blaze. | |
| AccessMode_Exclusive | The application has exclusive access to the device - Applies to: GigE and blaze. | |
| AccessMode_Monitor | The application has monitoring, i e , read-only, access to the device - Applies to: GigE and blaze. | |
| AccessMode_NotInitialized | Access to the device has not been initialized - Applies to: GigE and blaze. |
enum StatusEnums#
| Enumerator | Value | Description |
|---|---|---|
| Status_Closed | The stream grabber is closed - Applies to: GigE. | |
| Status_Locked | The stream grabber is locked - Applies to: GigE. | |
| Status_NotInitialized | The stream grabber is not initialized - Applies to: GigE. | |
| Status_Open | The stream grabber is open - Applies to: GigE. |
Valid values for Status.
enum StreamBufferHandlingModeEnums#
| Enumerator | Value | Description |
|---|---|---|
| StreamBufferHandlingMode_NewestOnly | The application always gets the latest completed buffer (i e , the newest) - Applies to: CoaXPress and blaze. | |
| StreamBufferHandlingMode_OldestFirst | The application always gets the buffer from the head of the output buffer queue (i e , the oldest available) - Applies to: CoaXPress and blaze. | |
| StreamBufferHandlingMode_OldestFirstOverwrite | The application always gets the buffer from the head of the output buffer queue (i e , the oldest available) - Applies to: CoaXPress and blaze. |
Valid values for StreamBufferHandlingMode.
enum StreamTypeEnums#
| Enumerator | Value | Description |
|---|---|---|
| StreamType_CL | The data stream uses the Camera Link transport layer - Applies to: CoaXPress. | |
| StreamType_CLHS | The data stream uses the Camera Link HS transport layer - Applies to: CoaXPress. | |
| StreamType_CXP | The data stream uses the CoaXPress transport layer - Applies to: CoaXPress. | |
| StreamType_CameraLink | Camera Link - Applies to: CoaXPress. | |
| StreamType_CameraLinkHS | Camera Link High Speed - Applies to: CoaXPress. | |
| StreamType_CoaXPress | CoaXPress - Applies to: CoaXPress. | |
| StreamType_Custom | The data stream uses a custom transport layer - Applies to: CoaXPress. | |
| StreamType_GEV | The data stream uses the GigE Vision transport layer - Applies to: CoaXPress. | |
| StreamType_GigEVision | GigE Vision - Applies to: CoaXPress. | |
| StreamType_Mixed | Different interface modules of the GenTL Producer are of different types - Applies to: CoaXPress. | |
| StreamType_U3V | The data stream uses the USB3 Vision transport layer - Applies to: CoaXPress. | |
| StreamType_USB3Vision | USB3 Vision - Applies to: CoaXPress. |
Valid values for StreamType.
enum TransmissionTypeEnums#
| Enumerator | Value | Description |
|---|---|---|
| TransmissionType_LimitedBroadcast | The stream data is sent to all devices in the local area network (255 255 255 255) - Applies to: GigE. | |
| TransmissionType_Multicast | The stream data is sent to selected devices in the local network - Applies to: GigE. | |
| TransmissionType_SubnetDirectedBroadcast | The stream data is sent to all devices in the same subnet as the camera - Applies to: GigE. | |
| TransmissionType_Unicast | The stream data is sent to a single device in the local network - Applies to: GigE and blaze. | |
| TransmissionType_UseCameraConfig | The stream transmission configuration is read from the camera - Applies to: GigE and blaze. |
Valid values for TransmissionType.
enum TypeEnums#
| Enumerator | Value | Description |
|---|---|---|
| Type_GigEAccelerator | The GigE Accelerator - Applies to: GigE. | |
| Type_NoDriverAvailable | No suitable driver is installed - Applies to: GigE and blaze. | |
| Type_SocketDriver | The socket driver is used - Applies to: GigE and blaze. | |
| Type_WindowsFilterDriver | The pylon GigE Vision Filter Driver is used - Applies to: GigE and blaze. | |
| Type_WindowsIntelPerformanceDriver | The pylon GigE Vision Performance Driver is used - Applies to: GigE and blaze. |
Valid values for Type.