videoio(doc): fix 'since' version

pull/15348/head
Alexander Alekhin 6 years ago
parent 19a4b51371
commit 6a439ae53d
  1. 2
      modules/videoio/doc/videoio_overview.markdown

@ -59,7 +59,7 @@ cap.open(filename, cv::CAP_DSHOW);
#### How to enable backends
There are two kinds of videoio backends: built-in backends and plugins which will be loaded at runtime (since OpenCV 4.1.1). Use functions cv::videoio_registry::getBackends, cv::videoio_registry::hasBackend and cv::videoio_registry::getBackendName to check actual presence of backend during runtime.
There are two kinds of videoio backends: built-in backends and plugins which will be loaded at runtime (since OpenCV 4.1.0). Use functions cv::videoio_registry::getBackends, cv::videoio_registry::hasBackend and cv::videoio_registry::getBackendName to check actual presence of backend during runtime.
To enable built-in videoio backends:
1. Enable corresponding CMake option, e.g. `-DWITH_GSTREAMER=ON`

Loading…
Cancel
Save