1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Docs: updated videoio module overview

This commit is contained in:
Maksim Shabunin
2019-05-08 15:18:52 +03:00
parent b2abd8ca41
commit bcf7286ad9
2 changed files with 13 additions and 10 deletions
@@ -21,12 +21,12 @@ Runtime configuration options:
*/
/** @brief Returns backend API name or "unknown"
/** @brief Returns backend API name or "UnknownVideoAPI(xxx)"
@param api backend ID (#VideoCaptureAPIs)
*/
CV_EXPORTS_W cv::String getBackendName(VideoCaptureAPIs api);
/** @brief Returns list of all builtin backends */
/** @brief Returns list of all available backends */
CV_EXPORTS_W std::vector<VideoCaptureAPIs> getBackends();
/** @brief Returns list of available backends which works via `cv::VideoCapture(int index)` */