![]() |
![]() |
A parameter class containing all parameters as members that are available for pylon event grabbers. More...
#include <pylon/_BaslerUniversalEventParams.h>
Public Attributes | |
Categories: Root | |
Pylon::IIntegerEx & | NumBuffer |
Number of buffers to be used - Applies to: GigE and USB. More... | |
Pylon::IIntegerEx & | NumMaxQueuedUrbs |
Maximum number of USB request blocks (URBs) to be enqueued simultaneously - Applies to: USB. More... | |
Pylon::IIntegerEx & | RetryCount |
Maximum number of retries - Applies to: GigE. More... | |
Pylon::IIntegerEx & | Timeout |
Acknowledge timeout in milliseconds - Applies to: GigE. More... | |
Pylon::IIntegerEx & | TransferLoopThreadPriority |
Priority of the thread that handles USB requests from the stream interface - Applies to: USB. More... | |
Categories: Statistic | |
Pylon::IIntegerEx & | Statistic_Failed_Event_Count |
Count of processed events with an error status - Applies to: USB. More... | |
Pylon::IIntegerEx & | Statistic_Last_Failed_Event_Buffer_Status |
Status code of the last failed event buffer - Applies to: USB. More... | |
Pylon::IIntegerEx & | Statistic_Total_Event_Count |
Total count of processed events - Applies to: USB. More... | |
Categories: Debug | |
Pylon::IEnumParameterT< StatusEnums > & | Status |
For internal use only - Applies to: GigE. More... | |
A parameter class containing all parameters as members that are available for pylon event 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.
|
inherited |
Number of buffers to be used - Applies to: GigE and USB.
Number of Buffers that are going to be used receiving events. .
Visibility: Expert
|
inherited |
Maximum number of USB request blocks (URBs) to be enqueued simultaneously - Applies to: USB.
Visibility: Guru
|
inherited |
Maximum number of retries - Applies to: GigE.
Number retry attempts by the camera to get an acknowledge for a sent event message.
Visibility: Expert
|
inherited |
Count of processed events with an error status - Applies to: USB.
Visibility: Expert
|
inherited |
Status code of the last failed event buffer - Applies to: USB.
Visibility: Expert
|
inherited |
Total count of processed events - Applies to: USB.
Visibility: Expert
|
inherited |
For internal use only - Applies to: GigE.
Visibility: Guru
|
inherited |
Acknowledge timeout in milliseconds - Applies to: GigE.
Time to wait by the camera if an acknowledge request is configured (RetryCount != 0) to wait until the acknowledge arrives before resending the event message on its own.
Visibility: Expert
|
inherited |
Priority of the thread that handles USB requests from the stream interface - Applies to: USB.
Visibility: Guru