Description Usage Arguments See Also
Extract data and frames from video.
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"
)
|
video_path |
Path to video file. |
subject_model |
Model generated from |
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 |
Other video_tools:
convert_video_to_image()
,
extract_video_info()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.