Programming Guide
115
5.4.2.4 Trigger Input Polarity
Purpose
These functions read or write the polarity of external trigger signal.
HDV62 captures a frame when Trigger Input is enabled and the
state of polarity is reached.
Prototype
C/C++
HRESULT TriggerIn_WritePolarity (UINT Value)
HRESULT TriggerIn_ReadPolarity (UINT *Value)
C#
int TriggerIn_WritePolarity (uint Value)
int TriggerIn_ReadPolarity (out uint Value)
VB.Net
TriggerIn_WritePolarity (ByVal Value As UInteger) As
Integer
TriggerIn_ReadPolarity (ByRef Value As UInteger) As
Integer
Parameters
Value
The polarity of trigger input. Could be one of the following
values:
0: rising edge
1: falling edge
Return Value
No error occurs if return value >= 0; if negative value, call AMGet-
ErrorText function to get error information about return codes.
Summary of Contents for HDV62
Page 11: ...vi List of Figures...
Page 25: ...14 Installation Guide...
Page 26: ...Installation Guide 15...
Page 27: ...16 Installation Guide 4 Click next until driver installation is complete...
Page 105: ...94 Programming Guide Video Proc Amp...
Page 163: ...152 ViewCreatorPro Utility...