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:
@@ -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)` */
|
||||
|
||||
Reference in New Issue
Block a user