Description Usage Arguments Value Examples
Tracking a video of tiny insect to get frame, position X and position Y.In a batch mode.
1 | trackJR_Batch(pathDir, rframes = 20, timestop = "00:05:00")
|
pathDir |
Path of the directory where videos saved.is a Character string; e.g. "C:myPC/videos". write the string without last bar "/" |
rframes |
Rate of frame which you want to extract or transform the video. Default is 20. |
timestop |
Video time duration for tracking. Default is 5 minutes. Bring as a character string "00:05:00". |
(list) It return a list with all the videos with 3 column, the frame with x and y position. Be careful with X and Y position in the video, frames could be had (0,0) origin position at top-left of the plot.
1 2 | mypathDir<-"C:/Users/test" # write the string without last bar "/"
trackJR_Batch(mypathDir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.