vidIVideo ExportTrackerList
Exports the markers currently defined on the video to a file.
Syntax
video_handle ExportTrackerList filename
Application
Description
Exports (saves) the video’s markers to a marker file with the specified filename.
Inputs
- filename
- The marker filename. Marker files have the extension “mark”.
Example
video_handle ExportTrackerList “c:/temp/mymarkers.mark”
Errors
- 1 = HW_Error
- 3 = HW_InvalidHandle
- 4 = HW_InvalidArgs