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
 Valid values for Status.
 
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 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.


© 2006-2014 Basler (Tue Jul 22 2014 11:41:23)