dv_meta_video: Get or set the video metadata in a datavolley object

View source: R/meta.R

dv_meta_videoR Documentation

Get or set the video metadata in a datavolley object

Description

Get or set the video metadata in a datavolley object

Usage

dv_meta_video(x)

dv_meta_video(x) <- value

Arguments

x

datavolley: a datavolley object as returned by [datavolley::dv_read()]

value

string or data.frame: a string containing the path to the video file, or a data.frame with columns "camera" and "file"

Value

For 'dv_meta_video', the existing video metadata. For 'dv_meta_video<-', the video metadata value in 'x' is changed

Examples

x <- dv_read(dv_example_file())
dv_meta_video(x) ## empty dataframe
dv_meta_video(x) <- "/path/to/my/videofile"
dv_meta_video(x)


raymondben/datavolley documentation built on April 25, 2024, 10:22 a.m.