1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

videoio: revert registry chages, update cap.cpp

This commit is contained in:
Alexander Alekhin
2019-03-04 21:37:09 +00:00
67 changed files with 2577 additions and 1355 deletions
@@ -38,6 +38,9 @@ CV_EXPORTS_W std::vector<VideoCaptureAPIs> getStreamBackends();
/** @brief Returns list of available backends which works via `cv::VideoWriter()` */
CV_EXPORTS_W std::vector<VideoCaptureAPIs> getWriterBackends();
/** @brief Returns true if backend is available */
CV_EXPORTS bool hasBackend(VideoCaptureAPIs api);
//! @}
}} // namespace