trackJR_Batch: trackJR_Batch

Description Usage Arguments Value Examples

Description

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

Usage

1
trackJR_Batch(pathDir, rframes = 20, timestop = "00:05:00")

Arguments

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

Value

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

Examples

1
2
mypathDir<-"C:/Users/test" # write the string without last bar "/"
trackJR_Batch(mypathDir)

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