Currently, the VIDEO_PATH is an environment variable:
VIDEO_PATH: Path to the directory where videos will be saved.
VIDEO_PATH=./videos
I would like to customize the video path dynamically, such as saving my results in a folder organized by site. The issue is that the video path is currently hard coded rather than a CLI variable.
Currently, the VIDEO_PATH is an environment variable:
VIDEO_PATH: Path to the directory where videos will be saved.
VIDEO_PATH=./videos
I would like to customize the video path dynamically, such as saving my results in a folder organized by site. The issue is that the video path is currently hard coded rather than a CLI variable.