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