VideoCaptureBackendName Property |
http://www.emgu.com
The name of the backend used by this VideoCapture
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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