proccess_video: Extract data from video

Description Usage Arguments See Also

View source: R/video_tools.R

Description

Extract data and frames from video.

Usage

1
2
3
4
5
6
7
8
9
proccess_video(
  video_path,
  subject_model,
  frames_path,
  coord1 = NULL,
  coord2 = NULL,
  fps = 5,
  method = "glm"
)

Arguments

video_path

Path to video file.

subject_model

Model generated from generate_subject_model(), or path to folder with model files.

frames_path

Path to save frames extracted from video.

coord1

Length 2 vector with position of the top left point.

coord2

Length 2 vector with position of the bottom right point.

fps

default = 5; Frames per second to decompose video.

method

Default

See Also

Other video_tools: convert_video_to_image(), extract_video_info()


emphazis-org/emphazis documentation built on April 27, 2021, 1:27 a.m.