View source: R/merge_cvision_csv.R
merge_cvision_csv | R Documentation |
Merges all C-Vision CSV's into 1 CSV using a list of files or will merge all csv's in current working directory. NOTE: Use total frame for blackfly/AVT and Total Time for axis when trying to match to timestamp or position
merge_cvision_csv( file_list = list.files(pattern = "\\.csv$"), frames_per_sec, vid_length )
file_list |
list of cvision files to be merged |
frames_per_sec |
frames per second |
vid_length |
Length of video in minutes |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.