From 92e2c67896d9a4124f7a00be023b007a922cf206 Mon Sep 17 00:00:00 2001 From: nina16448 Date: Fri, 5 Sep 2025 01:00:28 +0800 Subject: [PATCH] fix typos --- modules/videoio/doc/videoio_overview.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/videoio/doc/videoio_overview.markdown b/modules/videoio/doc/videoio_overview.markdown index 8dcc923efb..73adbff7c8 100644 --- a/modules/videoio/doc/videoio_overview.markdown +++ b/modules/videoio/doc/videoio_overview.markdown @@ -81,7 +81,7 @@ Use 3rd party drivers or cameras Many industrial cameras or some video I/O devices don't provide standard driver interfaces for the operating system. Thus you can't use VideoCapture or VideoWriter with these devices. -To get access to their devices, manufactures provide their own C++ API and library that you have to +To get access to their devices, manufacturers provide their own C++ API and library that you have to include and link with your OpenCV application. It is a common case that these libraries read/write images from/to a memory buffer. If so, it is possible to make a `Mat` header for memory buffer (user-allocated data) and process it