CAPL Script

SetVideoTriggerTimes

Note This function is only allowed inon preStartevent procedure.

Syntax

SetVideoTriggerTimes(char windowName[], dword preTriggerTime, dword postTriggerTime);

Function

Sets the trigger times for aCANoeVideo Window.

Parameters

windowName The name of the Video Window.

preTriggerTime

The pre trigger time (in ms). For details see the pre trigger time in theCANoeVideo Configurationdialog.

postTriggerTime

The pre trigger time (in ms). For details see the pre trigger time in theCANoeVideo Configurationdialog.

Return Values

// set trigger times for "VideoWindow"SetVideoTriggerTimes("VideoWindow", 0, 2500);

SetVideoOfflineLoggerCam | SetVideoOfflineSource | SetVideoRecordFile | StartVideoRecording | StopVideoRecording