114
Programming Guide
5.4.2.3 Trigger Input Mode
Purpose
These functions read or write the mode of external trigger signal.
Trigger Input is an external pin which can accept external signal.
This signal can control when to capture a frame.
Prototype
C/C++
HRESULT TriggerIn_WriteMode (UINT Value)
HRESULT TriggerIn_ReadMode (UINT *Value)
C#
int TriggerIn_WriteMode (uint Value)
int TriggerIn_ReadMode (out uint Value)
VB.Net
TriggerIn_WriteMode (ByVal Value As UInteger) As
Integer
TriggerIn_ReadMode (ByRef Value As UInteger) As
Integer
Parameters
Value
Enable or disable trigger input. Could be one of the follow-
ing values:
0: Free run – the source input is according to CCD camera
1: External trigger or software trigger – holds frame acquisi-
tion until trigger input is active or SoftwareTrigger is called.
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...