OpenCV
4.10.0
Open Source Computer Vision
|
#include <chrono>
#include <map>
#include <opencv2/videoio.hpp>
#include <opencv2/gapi/garg.hpp>
#include <opencv2/gapi/streaming/meta.hpp>
Classes | |
class | cv::gapi::wip::GCaptureSource |
OpenCV's VideoCapture-based streaming source. More... | |
Namespaces | |
namespace | cv |
"black box" representation of the file storage associated with a file on disk. | |
namespace | cv::gapi |
namespace | cv::gapi::wip |
This namespace contains experimental G-API functionality, functions or structures in this namespace are subjects to change or removal in the future releases. This namespace also contains functions which API is not stabilized yet. | |
Functions | |
cv::Ptr< IStreamSource > | cv::gapi::wip::make_capture_src (const int id, const std::map< int, double > &properties={}) |
cv::Ptr< IStreamSource > | cv::gapi::wip::make_capture_src (const std::string &path, const std::map< int, double > &properties={}) |