A parameter class containing all parameters as members that are available for pylon stream grabbers.
More...
A parameter class containing all parameters as members that are available for pylon stream grabbers.
The parameter class is used by the Pylon::CBaslerUniversalInstantCamera
class. The ParametrizeCamera_NativeParameterAccess code sample shows how to access camera parameters via the Pylon::CBaslerUniversalInstantCamera
class.
Valid values for AccessMode.
Enumerator |
---|
AccessMode_Control |
The application has control access to the device - Applies to: GigE.
|
AccessMode_Exclusive |
The application has exclusive access to the device - Applies to: GigE.
|
AccessMode_Monitor |
The application has monitoring, i e , read-only, access to the device - Applies to: GigE.
|
AccessMode_NotInitialized |
Access to the device has not been initialized - Applies to: GigE.
|
Valid values for PixelPerClockCycle.
Enumerator |
---|
PixelPerClockCycle_One |
During each clock cycle, the device transmits data for one pixel - Applies to: BCON.
|
PixelPerClockCycle_Two |
During each clock cycle, the device transmits data for two pixels - Applies to: BCON.
|
Valid values for Status.
Enumerator |
---|
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 StreamBufferHandlingMode.
Enumerator |
---|
StreamBufferHandlingMode_NewestOnly |
The application always gets the latest completed buffer (i e , the newest) - Applies to: CoaXPress.
|
StreamBufferHandlingMode_OldestFirst |
The application always gets the buffer from the head of the output buffer queue (i e , the oldest available) - Applies to: CoaXPress.
|
StreamBufferHandlingMode_OldestFirstOverwrite |
The application always gets the buffer from the head of the output buffer queue (i e , the oldest available) - Applies to: CoaXPress.
|
Valid values for StreamType.
Enumerator |
---|
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_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_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.
|
Valid values for TransmissionType.
Enumerator |
---|
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.
|
TransmissionType_UseCameraConfig |
The stream transmission configuration is read from the camera - Applies to: GigE.
|
Valid values for Type.
Enumerator |
---|
Type_NoDriverAvailable |
No suitable driver is installed - Applies to: GigE.
|
Type_SocketDriver |
The socket driver is used - Applies to: GigE.
|
Type_WindowsFilterDriver |
The pylon GigE Vision Filter Driver is used - Applies to: GigE.
|
Type_WindowsIntelPerformanceDriver |
The pylon GigE Vision Performance Driver is used - Applies to: GigE.
|