All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Enumerations
Basler_GigEStreamParams Namespace Reference

The namespace containing the device's control interface and related enumeration types. More...

Classes

class  CGigEStreamParams_Params
 Interface to the PylonGigE Stream Grabber parameters. More...
 

Enumerations

enum  TypeEnums { Type_WindowsFilterDriver, Type_WindowsIntelPerformanceDriver, Type_SocketDriver, Type_NoDriverAvailable }
 Valid values for Type. More...
 
enum  StatusEnums { Status_NotInitialized, Status_Closed, Status_Open, Status_Locked }
 Valid values for Status. More...
 
enum  AccessModeEnums
 Valid values for AccessMode.
 
enum  TransmissionTypeEnums {
  TransmissionType_UseCameraConfig, TransmissionType_Unicast, TransmissionType_Multicast, TransmissionType_LimitedBroadcast,
  TransmissionType_SubnetDirectedBroadcast
}
 Valid values for TransmissionType. More...
 

Detailed Description

The namespace containing the device's control interface and related enumeration types.

Enumeration Type Documentation

Valid values for Status.

Enumerator
Status_NotInitialized 

The low level stream grabber is not initialized.

Status_Closed 

The low level stream grabber is closed.

Status_Open 

The low level stream grabber is open.

Status_Locked 

The low level stream grabber is locked.

Valid values for TransmissionType.

Enumerator
TransmissionType_UseCameraConfig 

The configuration is read from the camera.

TransmissionType_Unicast 

The stream data is sent to the controlling application.

TransmissionType_Multicast 

The stream data is sent to multiple devices.

TransmissionType_LimitedBroadcast 

The stream is sent to all devices in the local LAN, not to devices on the Internet (i.e.

behind a router).

TransmissionType_SubnetDirectedBroadcast 

The stream data is sent to all destinations in the subnet.

Valid values for Type.

Enumerator
Type_WindowsFilterDriver 

The Pylon GigE Vision Streaming Filter Driver.

Type_WindowsIntelPerformanceDriver 

The Pylon GigE Vision Performance Driver for Intel network controllers.

Type_SocketDriver 

The socket driver.

Type_NoDriverAvailable 

Indicates that no suitable driver is installed.


pylon 5.0.9
Copyright © 2006-2017 Basler AG (Tue May 30 2017 17:24:58)