Skip to content

Commit d136545

Browse files
ielizWovchena
andauthored
Update demos/interactive_face_detection_demo/cpp_gapi/README.md
Co-authored-by: Zlobin Vladimir <[email protected]>
1 parent d5b849c commit d136545

File tree

1 file changed

+1
-1
lines changed
  • demos/interactive_face_detection_demo/cpp_gapi

1 file changed

+1
-1
lines changed

demos/interactive_face_detection_demo/cpp_gapi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ You can save processed results to a Motion JPEG AVI file or separate JPEG or PNG
124124
125125
* To save processed results in an AVI file, specify the name of the output file with `avi` extension, for example: `-o output.avi`.
126126
* To save processed results as images, specify the template name of the output image file with `jpg` or `png` extension, for example: `-o output_%03d.jpg`. The actual file names are constructed from the template at runtime by replacing regular expression `%03d` with the frame number, resulting in the following: `output_000.jpg`, `output_001.jpg`, and so on.
127-
To avoid disk space overrun in case of continuous input stream, like camera, you can limit the amount of data stored in the output file(s) with the `lim` option. The default value is 1000. To change it, you can apply the `-lim N` option, where `N` is the number of frames to store.
127+
To avoid disk space overrun in case of continuous input stream, like camera, you can limit the amount of data stored in the output file(s) with the `--lim` option. The default value is 1000. To change it, you can apply the `--lim N` option, where `N` is the number of frames to store.
128128
129129
>**NOTE**: Windows\* systems may not have the Motion JPEG codec installed by default. If this is the case, you can download OpenCV FFMPEG back end using the PowerShell script provided with the OpenVINO &trade; install package and located at `<INSTALL_DIR>/opencv/ffmpeg-download.ps1`. The script should be run with administrative privileges if OpenVINO &trade; is installed in a system protected folder (this is a typical case). Alternatively, you can save results as images.
130130

0 commit comments

Comments
 (0)