Description Usage Arguments Value Examples
Tracking a video of tiny insect to get frame, position X and position Y.
1 | trackJR(pathDirAndFile, rframes = 20, timestop = "00:05:00")
|
pathDirAndFile |
Path of the directory and the video file name.is a Character string; e.g. "C:myPC/video.mp4". |
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". |
(data.frame) It return the tracked video 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 | mypathDirandFile<-"C:/Users/test/vid.mp4"
trackJR(mypathDirandFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.