CvInvokeStreamBackends Property |
http://www.emgu.com
Returns list of available backends which works via cv::VideoCapture(filename)
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic static Backend[] StreamBackends { get; }
Public Shared ReadOnly Property StreamBackends As Backend()
Get
public:
static property array<Backend^>^ StreamBackends {
array<Backend^>^ get ();
}
static member StreamBackends : Backend[] with get
Property Value
Type:
Backend
See Also