Please enable JavaScript to view this site.

uEye DirectShow 4.97

Syntax

TriggerDebounce_SetMode (unsigned long ulMode)

Description

Sets the mode of the debounce function.

Parameter

ulMode

Mode to be set

TRIGGER_DEBOUNCE_MODE_FALLING_EDGE: Debounces the digital input for signals with a falling edge.

TRIGGER_DEBOUNCE_MODE_RISING_EDGE: Debounces the digital input for signals with a rising edge.

TRIGGER_DEBOUNCE_MODE_BOTH_EDGES: Debounces the digital input for signals with a rising or falling edge.

TRIGGER_DEBOUNCE_MODE_AUTOMATIC: Debounces the digital input with automatic edge selection (recommended). The selected edge is identical to the set trigger edge (see IuEyeTrigger).

Interface

IuEyeTriggerDebounce

Related functions

TriggerDebounce_GetDefaultMode

TriggerDebounce_GetMode