Fix readme
This commit is contained in:
parent
0df3f24706
commit
f8ce40680e
1 changed files with 2 additions and 2 deletions
|
@ -74,14 +74,14 @@ The following command line arguments can be used to run it:
|
||||||
Video-demo (c++)
|
Video-demo (c++)
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Project for demoing the C++ SDK [VideoDetector class](http://developer.affectiva.com/v3/windows/analyze-video/). It processs video files, displays the emotion metrics and exports the results in a csv file.
|
Project for demoing the Windows SDK [VideoDetector class](http://developer.affectiva.com/v3/windows/analyze-video/) and [PhotoDetector class](http://developer.affectiva.com/v3/windows/analyze-photo/). It processs video or image files, displays the emotion metrics and exports the results in a csv file.
|
||||||
|
|
||||||
The following command line arguments can be used to run it:
|
The following command line arguments can be used to run it:
|
||||||
|
|
||||||
-h [ --help ] Display this help message.
|
-h [ --help ] Display this help message.
|
||||||
-d [ --data ] arg (=data) Path to the data folder
|
-d [ --data ] arg (=data) Path to the data folder
|
||||||
-l [ --license ] arg (=test.license) License file.
|
-l [ --license ] arg (=test.license) License file.
|
||||||
-i [ --input ] arg Video file to processs
|
-i [ --input ] arg Video or photo file to process.
|
||||||
--pfps arg (=30) Processing framerate.
|
--pfps arg (=30) Processing framerate.
|
||||||
--draw arg (=1) Draw video on screen.
|
--draw arg (=1) Draw video on screen.
|
||||||
--faceMode arg (=1) Face detector mode (large faces vs small
|
--faceMode arg (=1) Face detector mode (large faces vs small
|
||||||
|
|
Loading…
Reference in a new issue