vidIVideo ImportTrackerList

Imports the markers saved to a marker (*.mark) file to the video.

Syntax

video_handle ImportTrackerList filename

Application

Tcl Query

Description

Imports (loads) the markers previously saved to the specified marker file into the video.

Inputs

filename
The marker filename. Marker files have the extension “mark”.

Example

video_handle ImportTrackerList “c:/temp/mymarkers.mark”

Errors

Standard hwResult error codes:
  • 1 = HW_Error
  • 3 = HW_InvalidHandle
  • 4 = HW_InvalidArgs