Skip to content

PLStream Class#

List of all parameter names available for pylon stream grabbers

Inheritance Hierarchy#

System.Object
  Basler.Pylon.PLStream

Properties#

NameDescription
Public propertyStatic memberAccessMode

Indicates the mode of access the current application has to the device.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberAutoPacketSize

Enables negotiation of the packet size to find the largest possible packet size. Using large packets reduces the overhead for transferring images. The maximum packet size depends on the network hardware and its configuration.

Applies to: GigE

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberDestinationAddr

IP address to which the stream grabber sends all stream data.

Applies to: GigE and blaze

Visibility: Expert

Selected by: TransmissionType

The feature documentation may provide more information.

Public propertyStatic memberDestinationPort

Port to which the stream grabber sends all stream data. If the parameter is set to zero, pylon automatically selects an unused port.

Applies to: GigE and blaze

Visibility: Expert

Selected by: TransmissionType

The feature documentation may provide more information.

Public propertyStatic memberEnableResend

Enables the packet resend mechanism. The pylon GigE Vision Filter Driver and the GigE Vision Performance Driver use different packet resend mechanisms.

Applies to: GigE and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberFirewallTraversalInterval

Firewall traversal interval value in milliseconds. This applies to the stream channel. If set to 0, this feature is disabled.

Applies to: GigE

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberFrameRetention

Maximum time in milliseconds to receive all packets of a frame. The timer starts when the first packet has been received. If the transmission is not completed within the given time, the corresponding frame is delivered with the status 'Failed'.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberMaxBufferSize

Maximum size (in bytes) of a buffer used for grabbing images. A grab application must set this parameter before grabbing starts.

Applies to: GigE, USB and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberMaximumNumberResendRequests

Maximum number of resend requests per missing packet. Only available if the pylon GigE Vision Performance Driver is used.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberMaxNumBuffer

Maximum number of buffers that can be used simultaneously for grabbing images.

Applies to: GigE, USB and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberMaxTransferSize

Maximum USB data transfer size in bytes. The default value is appropriate for most applications. Decreasing the value may increase the CPU load. USB host adapter drivers may require decreasing the value if the application fails to receive the image stream. The maximum value also depends on the operating system.

Applies to: USB

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberNumMaxQueuedUrbs

Maximum number of USB request blocks (URBs) to be enqueued simultaneously. Increasing this value may improve stability and reduce jitter, but requires more resources on the host computer.

Applies to: USB

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberPacketTimeout

Timeout period in milliseconds between two packets within one frame. The timeout is reset each time a packet is received. If the timeout expires, e.g., no packet was received during the given period, the packet resend mechanism takes effect. For more information, see the Enable Resends parameter.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberPayloadSize

Size of the payload in bytes. This is the total number of bytes of the image data payload produced by the frame grabber. This value is computed by the frame grabber implementation. The pylon stream grabber needs to be open to be able to compute the payload size.

Applies to: CoaXPress

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberProbePacketSize

Determines the largest possible packet size. Using large packets reduces the overhead for transmitting images. Whether large packets can be transmitted depends on the network hardware used and its configuration.

Applies to: GigE

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberReceiveThreadPriority

Thread priority of the receive thread. Only available if the socket driver is used. To assign the priority, the Receive Thread Priority Override parameter must be set to true.

Applies to: GigE

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberReceiveThreadPriorityOverride

Enables assigning a custom priority to the thread which receives incoming stream packets. Only available if the socket driver is used. To assign the priority, use the Receive Thread Priority parameter.

Applies to: GigE

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberReceiveWindowSize

Size (in frames) of the receive window in which the stream grabber looks for missing packets. Only available if the pylon GigE Vision Performance Driver is used.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberResendRequestBatching

Amount of packet resend requests to be batched, i.e., sent together. The parameter value is set in percent of the amount of frames between the resend request threshold and the start of the receive window. Only available if the pylon GigE Vision Performance Driver is used.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberResendRequestResponseTimeout

Time to wait (in milliseconds) between sending a resend request and considering the request as lost. Only available if the pylon GigE Vision Performance Driver is used.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberResendRequestThreshold

Threshold after which resend requests are initiated. The parameter value is set in percent of the receive window size (Receive Window Size parameter). Only available if the pylon GigE Vision Performance Driver is used.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberResendTimeout

Time to wait (in milliseconds) between detecting a missing packet and sending a resend request. Only available if the pylon GigE Vision Performance Driver is used.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberSocketBufferSize

Socket buffer size in kilobytes. Only available if the socket driver is used.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberStatistic_Buffer_Underrun_Count

Number of frames lost because there were no buffers in the queue.

Applies to: GigE and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStatistic_Failed_Buffer_Count

GigE cameras: Number of buffers with at least one failed packet. A packet is considered failed if its status is not 'success'. Other cameras: Number of buffers that returned an error.

Applies to: GigE, USB and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStatistic_Failed_Packet_Count

Number of failed packets, i.e., the number of packets whose status is not 'success'.

Applies to: GigE and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStatistic_Last_Block_Id

Last grabbed block ID.

Applies to: USB

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStatistic_Last_Failed_Buffer_Status

Status code of the last failed buffer.

Applies to: USB

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStatistic_Last_Failed_Buffer_Status_Text

Status code of the last failed buffer.

Applies to: USB

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStatistic_Missed_Frame_Count

Number of corrupt or lost frames between successfully grabbed images.

Applies to: USB

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStatistic_Out_Of_Memory_Error_Count

Number of out-of-memory errors.

Applies to: USB

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStatistic_Resend_Packet_Count

Number of packets requested by packet resend commands.

Applies to: GigE and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStatistic_Resend_Request_Count

Number of emitted packet resend commands sent.

Applies to: GigE and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStatistic_Resynchronization_Count

Number of stream resynchronizations.

Applies to: USB

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStatistic_Total_Buffer_Count

GigE cameras: Number of frames received. Other cameras: Number of buffers processed.

Applies to: GigE, USB and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStatistic_Total_Packet_Count

Number of packets received.

Applies to: GigE and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStatus

Indicates the current status of the stream grabber.

Applies to: GigE

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberStreamAnnounceBufferMinimum

Minimum number of buffers to announce to enable selected buffer handling mode.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStreamAnnouncedBufferCount

Number of announced (known) buffers on this stream. This value is volatile. It may change if additional buffers are announced and/or buffers are revoked by the GenTL Consumer.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStreamBufferAlignment

Alignment size in bytes of the buffers passed to DSAnnounceBuffer.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStreamBufferHandlingMode

Sets the buffer handling mode of this data stream.

Applies to: CoaXPress and blaze

Visibility: Beginner

The feature documentation may provide more information.

Public propertyStatic memberStreamChunkCountMaximum

Maximum number of chunks to be expected in a buffer (can be used to allocate the array for the DSGetBufferChunkData function).

Applies to: CoaXPress

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStreamDeliveredFrameCount

Number of delivered frames since last acquisition start. It isn't reset until the stream is closed.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStreamID

Device-wide unique ID of the data stream.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStreamInputBufferCount

Number of buffers in the input buffer pool plus the buffers currently being filled.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStreamIsGrabbing

Indicates whether the acquisition engine is started or not. This is independent of the acquisition status of the remote device.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStreamLostFrameCount

Number of lost frames due to queue underrun. This number is initialized with zero at the time the stream is opened and incremented every time data couldn't be acquired because there was no buffer in the input buffer pool. It isn't reset until the stream is closed.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStreamOutputBufferCount

Number of buffers in the output buffer queue.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStreamStartedFrameCount

Number of frames started in the acquisition engine. This number is incremented every time a new buffer is started and then filled regardless of whether the buffer is later delivered to the user or discarded for any reason. This number is initialized with 0 at at the time the stream is opened. It isn't reset until the stream is closed.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberStreamType

Sets the transport layer of the data stream.

Applies to: CoaXPress

Visibility: Expert

The feature documentation may provide more information.

Public propertyStatic memberTransferLoopThreadPriority

Priority of the thread that handles USB requests from the stream interface.

Applies to: USB

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberTransmissionType

Sets how stream data is transferred within the network. The stream grabber can send the stream data to one specific device or to multiple devices in the network.

Applies to: GigE and blaze

Visibility: Expert

Selecting Parameters: DestinationAddr, DestinationPort

The feature documentation may provide more information.

Public propertyStatic memberType

Sets the driver type to be used by the stream grabber.

Applies to: GigE and blaze

Visibility: Beginner

The feature documentation may provide more information.

Public propertyStatic memberTypeIsSocketDriverAvailable

Indicates whether the socket driver is currently available.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberTypeIsWindowsFilterDriverAvailable

Indicates whether the pylon GigE Vision Filter Driver is currently available.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberTypeIsWindowsIntelPerformanceDriverAvailable

Indicates whether the pylon GigE Vision Performance Driver is currently available.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

Public propertyStatic memberUseExtendedIdIfAvailable

Enabling this setting will use Extended ID if it is supported by the camera and driver. If it is not supported, it will not be used and this setting has no negative side effects.

Applies to: GigE

Visibility: Guru

The feature documentation may provide more information.

 

PLStream.AccessMode Property#

Indicates the mode of access the current application has to the device.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

PLStream.AutoPacketSize Property#

Enables negotiation of the packet size to find the largest possible packet size. Using large packets reduces the overhead for transferring images. The maximum packet size depends on the network hardware and its configuration.

Applies to: GigE

Visibility: Guru

The feature documentation may provide more information.

PLStream.DestinationAddr Property#

IP address to which the stream grabber sends all stream data.

Applies to: GigE and blaze

Visibility: Expert

Selected by: TransmissionType

The feature documentation may provide more information.

PLStream.DestinationPort Property#

Port to which the stream grabber sends all stream data. If the parameter is set to zero, pylon automatically selects an unused port.

Applies to: GigE and blaze

Visibility: Expert

Selected by: TransmissionType

The feature documentation may provide more information.

PLStream.EnableResend Property#

Enables the packet resend mechanism. The pylon GigE Vision Filter Driver and the GigE Vision Performance Driver use different packet resend mechanisms.

Applies to: GigE and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.FirewallTraversalInterval Property#

Firewall traversal interval value in milliseconds. This applies to the stream channel. If set to 0, this feature is disabled.

Applies to: GigE

Visibility: Guru

The feature documentation may provide more information.

PLStream.FrameRetention Property#

Maximum time in milliseconds to receive all packets of a frame. The timer starts when the first packet has been received. If the transmission is not completed within the given time, the corresponding frame is delivered with the status 'Failed'.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

PLStream.MaxBufferSize Property#

Maximum size (in bytes) of a buffer used for grabbing images. A grab application must set this parameter before grabbing starts.

Applies to: GigE, USB and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.MaximumNumberResendRequests Property#

Maximum number of resend requests per missing packet. Only available if the pylon GigE Vision Performance Driver is used.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

PLStream.MaxNumBuffer Property#

Maximum number of buffers that can be used simultaneously for grabbing images.

Applies to: GigE, USB and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.MaxTransferSize Property#

Maximum USB data transfer size in bytes. The default value is appropriate for most applications. Decreasing the value may increase the CPU load. USB host adapter drivers may require decreasing the value if the application fails to receive the image stream. The maximum value also depends on the operating system.

Applies to: USB

Visibility: Guru

The feature documentation may provide more information.

PLStream.NumMaxQueuedUrbs Property#

Maximum number of USB request blocks (URBs) to be enqueued simultaneously. Increasing this value may improve stability and reduce jitter, but requires more resources on the host computer.

Applies to: USB

Visibility: Guru

The feature documentation may provide more information.

PLStream.PacketTimeout Property#

Timeout period in milliseconds between two packets within one frame. The timeout is reset each time a packet is received. If the timeout expires, e.g., no packet was received during the given period, the packet resend mechanism takes effect. For more information, see the Enable Resends parameter.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

PLStream.PayloadSize Property#

Size of the payload in bytes. This is the total number of bytes of the image data payload produced by the frame grabber. This value is computed by the frame grabber implementation. The pylon stream grabber needs to be open to be able to compute the payload size.

Applies to: CoaXPress

Visibility: Expert

The feature documentation may provide more information.

PLStream.ProbePacketSize Property#

Determines the largest possible packet size. Using large packets reduces the overhead for transmitting images. Whether large packets can be transmitted depends on the network hardware used and its configuration.

Applies to: GigE

Visibility: Guru

The feature documentation may provide more information.

PLStream.ReceiveThreadPriority Property#

Thread priority of the receive thread. Only available if the socket driver is used. To assign the priority, the Receive Thread Priority Override parameter must be set to true.

Applies to: GigE

Visibility: Guru

The feature documentation may provide more information.

PLStream.ReceiveThreadPriorityOverride Property#

Enables assigning a custom priority to the thread which receives incoming stream packets. Only available if the socket driver is used. To assign the priority, use the Receive Thread Priority parameter.

Applies to: GigE

Visibility: Guru

The feature documentation may provide more information.

PLStream.ReceiveWindowSize Property#

Size (in frames) of the receive window in which the stream grabber looks for missing packets. Only available if the pylon GigE Vision Performance Driver is used.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

PLStream.ResendRequestBatching Property#

Amount of packet resend requests to be batched, i.e., sent together. The parameter value is set in percent of the amount of frames between the resend request threshold and the start of the receive window. Only available if the pylon GigE Vision Performance Driver is used.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

PLStream.ResendRequestResponseTimeout Property#

Time to wait (in milliseconds) between sending a resend request and considering the request as lost. Only available if the pylon GigE Vision Performance Driver is used.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

PLStream.ResendRequestThreshold Property#

Threshold after which resend requests are initiated. The parameter value is set in percent of the receive window size (Receive Window Size parameter). Only available if the pylon GigE Vision Performance Driver is used.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

PLStream.ResendTimeout Property#

Time to wait (in milliseconds) between detecting a missing packet and sending a resend request. Only available if the pylon GigE Vision Performance Driver is used.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

PLStream.SocketBufferSize Property#

Socket buffer size in kilobytes. Only available if the socket driver is used.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

PLStream.Statistic_Buffer_Underrun_Count Property#

Number of frames lost because there were no buffers in the queue.

Applies to: GigE and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.Statistic_Failed_Buffer_Count Property#

GigE cameras: Number of buffers with at least one failed packet. A packet is considered failed if its status is not 'success'. Other cameras: Number of buffers that returned an error.

Applies to: GigE, USB and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.Statistic_Failed_Packet_Count Property#

Number of failed packets, i.e., the number of packets whose status is not 'success'.

Applies to: GigE and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.Statistic_Last_Block_Id Property#

Last grabbed block ID.

Applies to: USB

Visibility: Expert

The feature documentation may provide more information.

PLStream.Statistic_Last_Failed_Buffer_Status Property#

Status code of the last failed buffer.

Applies to: USB

Visibility: Expert

The feature documentation may provide more information.

PLStream.Statistic_Last_Failed_Buffer_Status_Text Property#

Status code of the last failed buffer.

Applies to: USB

Visibility: Expert

The feature documentation may provide more information.

PLStream.Statistic_Missed_Frame_Count Property#

Number of corrupt or lost frames between successfully grabbed images.

Applies to: USB

Visibility: Expert

The feature documentation may provide more information.

PLStream.Statistic_Out_Of_Memory_Error_Count Property#

Number of out-of-memory errors.

Applies to: USB

Visibility: Expert

The feature documentation may provide more information.

PLStream.Statistic_Resend_Packet_Count Property#

Number of packets requested by packet resend commands.

Applies to: GigE and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.Statistic_Resend_Request_Count Property#

Number of emitted packet resend commands sent.

Applies to: GigE and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.Statistic_Resynchronization_Count Property#

Number of stream resynchronizations.

Applies to: USB

Visibility: Expert

The feature documentation may provide more information.

PLStream.Statistic_Total_Buffer_Count Property#

GigE cameras: Number of frames received. Other cameras: Number of buffers processed.

Applies to: GigE, USB and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.Statistic_Total_Packet_Count Property#

Number of packets received.

Applies to: GigE and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.Status Property#

Indicates the current status of the stream grabber.

Applies to: GigE

Visibility: Guru

The feature documentation may provide more information.

PLStream.StreamAnnounceBufferMinimum Property#

Minimum number of buffers to announce to enable selected buffer handling mode.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.StreamAnnouncedBufferCount Property#

Number of announced (known) buffers on this stream. This value is volatile. It may change if additional buffers are announced and/or buffers are revoked by the GenTL Consumer.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.StreamBufferAlignment Property#

Alignment size in bytes of the buffers passed to DSAnnounceBuffer.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.StreamBufferHandlingMode Property#

Sets the buffer handling mode of this data stream.

Applies to: CoaXPress and blaze

Visibility: Beginner

The feature documentation may provide more information.

PLStream.StreamChunkCountMaximum Property#

Maximum number of chunks to be expected in a buffer (can be used to allocate the array for the DSGetBufferChunkData function).

Applies to: CoaXPress

Visibility: Expert

The feature documentation may provide more information.

PLStream.StreamDeliveredFrameCount Property#

Number of delivered frames since last acquisition start. It isn't reset until the stream is closed.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.StreamID Property#

Device-wide unique ID of the data stream.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.StreamInputBufferCount Property#

Number of buffers in the input buffer pool plus the buffers currently being filled.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.StreamIsGrabbing Property#

Indicates whether the acquisition engine is started or not. This is independent of the acquisition status of the remote device.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.StreamLostFrameCount Property#

Number of lost frames due to queue underrun. This number is initialized with zero at the time the stream is opened and incremented every time data couldn't be acquired because there was no buffer in the input buffer pool. It isn't reset until the stream is closed.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.StreamOutputBufferCount Property#

Number of buffers in the output buffer queue.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.StreamStartedFrameCount Property#

Number of frames started in the acquisition engine. This number is incremented every time a new buffer is started and then filled regardless of whether the buffer is later delivered to the user or discarded for any reason. This number is initialized with 0 at at the time the stream is opened. It isn't reset until the stream is closed.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

PLStream.StreamType Property#

Sets the transport layer of the data stream.

Applies to: CoaXPress

Visibility: Expert

The feature documentation may provide more information.

PLStream.TransferLoopThreadPriority Property#

Priority of the thread that handles USB requests from the stream interface.

Applies to: USB

Visibility: Guru

The feature documentation may provide more information.

PLStream.TransmissionType Property#

Sets how stream data is transferred within the network. The stream grabber can send the stream data to one specific device or to multiple devices in the network.

Applies to: GigE and blaze

Visibility: Expert

Selecting Parameters: DestinationAddr, DestinationPort

The feature documentation may provide more information.

PLStream.Type Property#

Sets the driver type to be used by the stream grabber.

Applies to: GigE and blaze

Visibility: Beginner

The feature documentation may provide more information.

PLStream.TypeIsSocketDriverAvailable Property#

Indicates whether the socket driver is currently available.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

PLStream.TypeIsWindowsFilterDriverAvailable Property#

Indicates whether the pylon GigE Vision Filter Driver is currently available.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

PLStream.TypeIsWindowsIntelPerformanceDriverAvailable Property#

Indicates whether the pylon GigE Vision Performance Driver is currently available.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

PLStream.UseExtendedIdIfAvailable Property#

Enabling this setting will use Extended ID if it is supported by the camera and driver. If it is not supported, it will not be used and this setting has no negative side effects.

Applies to: GigE

Visibility: Guru

The feature documentation may provide more information.