File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,17 +77,17 @@ for the operating system. Thus you can't use VideoCapture or VideoWriter with t
77
77
To get access to their devices, manufactures provide their own C++ API and library that you have to
78
78
include and link with your OpenCV application.
79
79
80
- Is common case that this libraries read/write images from/to a memory buffer. If it so, it is
80
+ It is a common case that these libraries read/write images from/to a memory buffer. If it so, it is
81
81
possible to make a ` Mat ` header for memory buffer (user-allocated data) and process it
82
82
in-place using OpenCV functions. See cv::Mat::Mat() for more details.
83
83
84
84
The FFmpeg library
85
85
------------------
86
86
87
87
OpenCV can use the FFmpeg library (http://ffmpeg.org/ ) as backend to record, convert and stream audio and video.
88
- FFMpeg is a complete, cross-reference solution. If you enable FFmpeg while configuring OpenCV than
88
+ FFmpeg is a complete, cross-reference solution. If you enable FFmpeg while configuring OpenCV than
89
89
CMake will download and install the binaries in ` OPENCV_SOURCE_CODE/3rdparty/ffmpeg/ ` . To use
90
- FFMpeg at runtime, you must deploy the FFMepg binaries with your application.
90
+ FFmpeg at runtime, you must deploy the FFMepg binaries with your application.
91
91
92
92
@note FFmpeg is licensed under the GNU Lesser General Public License (LGPL) version 2.1 or later.
93
93
See ` OPENCV_SOURCE_CODE/3rdparty/ffmpeg/readme.txt ` and http://ffmpeg.org/legal.html for details and
You can’t perform that action at this time.
0 commit comments