Ran the following command, no csv created in the specified out_dir
.\FaceLandmarkVid.exe -device 0 -cam_width 1920 -cam_height 1080 -au_static -out_dir "C:\Users\USER\Desktop\OpenFaceTesting"
OpenFaceOffline.exe is able to create a csv in this directory, how can I replicate this with the CLI command?
I'd rather have the input printed to the console and have a wrapper app start FaceLandmarkVid.exe then read the data if that is at all possible.