View source: R/string for extraction creation.R
get_commands | R Documentation |
Provides two strings to consecutively use in the control pane to get videos features extracted into csv format
get_commands(of_dir, input_dir, output_dir, filename = NULL)
of_dir |
The folder where openface executable is stored. |
input_dir |
The folder where to save csv files. |
filename |
File name to provide if the goal is to only analyse one video. |
Two strings to copy paste into the command line.
get_commands("C/programs/openface/openface.exe", "myvideos/videoex", "myoutput")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.