VideoCaptureBackendName Property |
http://www.emgu.com
The name of the backend used by this VideoCapture
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic string BackendName { get; }
Public ReadOnly Property BackendName As String
Get
public:
property String^ BackendName {
String^ get ();
}
member BackendName : string with get
Property Value
Type:
String
See Also