trackJR: trackJR

Description Usage Arguments Value Examples

Description

Tracking a video of tiny insect to get frame, position X and position Y.

Usage

1
trackJR(pathDirAndFile, rframes = 20, timestop = "00:05:00")

Arguments

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".

Value

(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.

Examples

1
2
mypathDirandFile<-"C:/Users/test/vid.mp4"
trackJR(mypathDirandFile)

Gdlv/trackJR documentation built on June 24, 2021, 2:06 p.m.